RSSHub/lib/v2/theverge/radar.js

14 lines
329 B
JavaScript

module.exports = {
'theverge.com': {
_name: 'The Verge',
'.': [
{
title: 'The Verge',
docs: 'https://docs.rsshub.app/routes/new-media#the-verge',
source: ['/:hub', '/'],
target: '/theverge/:hub?',
},
],
},
};