请求完善华尔街日报英文版分类路由
- Dominant language
- TypeScript
- Stars
- 46.2k
- Forks
- 10.2k
- Avg merge
- 10h 35m
- Merged PRs (30d)
- 164
Description
### 这是一个什么样的功能?
华尔街日报(`https://www.wsj.com/`)有分类目录,比如`finance/banking`,访问`https://www.wsj.com/finance/banking`可见标题、URL和摘要,用xpath可提取上述信息。
例子:
- title
`//*[@id="__next"]/div/main/div[2]/div[2]/div[1]/div/div[2]/div[1]/div/div[2]/div/div/div[1]/h3/a/span/p`
- link
`//*[@id="__next"]/div/main/div[2]/div[2]/div[1]/div/div[2]/div[1]/div/div[2]/div/div/div[1]/h3/a`
- description
`//*[@id="__next"]/div/main/div[2]/div[2]/div[1]/div/div[2]/div[1]/div/div[2]/div/div/div[2]/a/span/p/text()`
### 这个功能可以解决什么问题?
完善华尔街日报英文版分类路由。
### 额外描述
_No response_
### 这不是重复的功能请求和 RSS 提案
- [X] 我已经搜索了 [现有 issue](https://github.com/DIYgod/RSSHub/issues),以确保这项功能尚未被请求及不是 [新的 RSS 提案](https://github.com/DIYgod/RSSHub/issues/new?assignees=&labels=RSS+proposal&template=rss_request_zh.yml)。
Contributor guide
Research direction
Start by opening the WSJ category URL https://www.wsj.com/finance/banking and checking whether the three supplied XPath expressions still extract each article's title, link, and description. Implement the category route using those fields, then verify that the route produces items with the expected article data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100