AI4Finance-Foundation / AI4Finance-Foundation/FinNLP
china_free proxy xpath bug
Open
bug
- Dominant language
- Jupyter Notebook
- Stars
- 1.5k
- Forks
- 276
- PR merge metrics
- No merged PRs in 30d
Description
trs = res.xpath("/html/body/div[1]/div[4]/div[2]/div[2]/div[2]/table/tbody/tr")
this xpath will get an empty list.
change to trs = res.xpath('//table/tbody/tr')
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.