mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-10 23:34:38 +08:00
14 lines
361 B
JavaScript
14 lines
361 B
JavaScript
module.exports = {
|
|
'blizzard.com': {
|
|
_name: 'Blizzard',
|
|
news: [
|
|
{
|
|
title: 'News',
|
|
docs: 'https://docs.rsshub.app/game.html#blizzard',
|
|
source: ['/:language/:category?', '/:language'],
|
|
target: '/blizzard/news/:language/:category?',
|
|
},
|
|
],
|
|
},
|
|
};
|