Files
RSSHub/lib/v2/whitehouse/radar.js
Ethan Shen cc7ef5edfc feat: add whitehouse briefing room (#7311)
* feat: add whitehouse briefing room

* refactor: migrate to v2

Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
2022-02-19 20:50:20 +08:00

14 lines
402 B
JavaScript

module.exports = {
'whitehouse.gov': {
_name: '美国白宫办公厅',
'.': [
{
title: '简报室',
docs: 'https://docs.rsshub.app/government.html#mei-guo-bai-gong-ban-gong-ting',
source: ['/briefing-room/:category', '/'],
target: '/whitehouse/briefing-room/:category',
},
],
},
};