Files
RSSHub/lib/v2/blizzard/radar.js
miles a5ddccc5ae fix(route): duplicate entries in the Blizzard feed (#12828)
* fix(route): duplicate entries in the Blizzard feed

* refactor: migrate to v2

---------
2023-07-18 21:05:34 +08:00

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?',
},
],
},
};