AI4Finance-Foundation / AI4Finance-Foundation/FinNLP

china_free proxy xpath bug

Open
#8 1 comment 0 reactions 1 assignee Claimed by @oliverwang15 View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.