Files
RSSHub/lib/v2/wsj/radar.js
oppilate 47bbbedf7a fix(route): wsj (#7795)
* 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>
2022-02-22 23:08:04 +08:00

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',
},
],
},
};