Files
RSSHub/lib/v2/yxdown/radar.js
linbuxiao 57b466908f fix: yxdown missing cookies (#10719)
* fix: yxdown missing cookies

* refactor: migrate to v2

* fix: cookie parsing

* docs: fix attr
2022-09-06 19:38:52 +08:00

20 lines
606 B
JavaScript

module.exports = {
'yxdown.com': {
_name: '游讯网',
'.': [
{
title: '资讯',
docs: 'https://docs.rsshub.app/game.html#you-xun-wang',
source: ['/news/:category', '/news'],
target: (params) => `/yxdown/news${params.category ? `/${params.category}` : ''}`,
},
{
title: '精彩推荐',
docs: 'https://docs.rsshub.app/game.html#you-xun-wang',
source: ['/'],
target: '/yxdown/recommend',
},
],
},
};