RSSHub/lib/v2/theatlantic/radar.js

14 lines
348 B
JavaScript

module.exports = {
'theatlantic.com': {
_name: 'The Atlantic',
www: [
{
title: '新闻',
docs: 'https://docs.rsshub.app/routes/traditional-media#the-atlantic',
source: '/:category',
target: '/theatlantic/:category',
},
],
},
};