mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 05:03:44 +08:00
* Fix wsj missing contents * Update lib/routes/wsj/index.js * Update lib/routes/wsj/index.js * fix merging errors * update matching rules * refactor: migrate to v2 Duplicated issue: Close #8298 Co-authored-by: oppilate <oppilate@tutanota.com> Co-authored-by: NeverBehave <gayhub@never.pet> Co-authored-by: TonyRL <TonyRL@users.noreply.github.com>
22 lines
653 B
JavaScript
22 lines
653 B
JavaScript
module.exports = {
|
|
'wsj.com': {
|
|
_name: '华尔街日报 The Wall Street Journal (WSJ)',
|
|
cn: [
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#hua-er-jie-ri-bao-the-wall-street-journal-wsj',
|
|
souce: '/',
|
|
target: '/wsj/zh-cn',
|
|
},
|
|
],
|
|
www: [
|
|
{
|
|
title: '新闻',
|
|
docs: 'https://docs.rsshub.app/traditional-media.html#hua-er-jie-ri-bao-the-wall-street-journal-wsj',
|
|
souce: '/',
|
|
target: '/wsj/en-us',
|
|
},
|
|
],
|
|
},
|
|
};
|