RSSHub/lib/v2/theatlantic/radar.js

14 lines
346 B
JavaScript

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