mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-13 00:35:57 +08:00
14 lines
425 B
JavaScript
14 lines
425 B
JavaScript
module.exports = {
|
|
'gamer.com.tw': {
|
|
_name: '巴哈姆特電玩資訊站',
|
|
forum: [
|
|
{
|
|
title: '熱門推薦',
|
|
docs: 'https://docs.rsshub.app/bbs.html#ba-ha-mu-te-dian-wan-zi-xun-zhan',
|
|
source: ['/A.php', '/B.php'],
|
|
target: (params, url) => `/gamer/hot/${new URL(url).searchParams.get('bsn')}`,
|
|
},
|
|
],
|
|
},
|
|
};
|