RSSHub/lib/v2/2048/radar.js

14 lines
389 B
JavaScript

module.exports = {
'hjd2048.com': {
_name: '2048 核基地',
'.': [
{
title: '论坛',
docs: 'https://docs.rsshub.app/multimedia.html#_2048-he-ji-di',
source: ['/2048/thread.php?fid-3.html'],
target: (_, url) => `/2048/${url.match(/fid-(\d+?)\.html/)[1]}`,
},
],
},
};