Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

china_free proxy xpath bug #8

Open
SamaelChen opened this issue Jun 29, 2023 · 1 comment
Open

china_free proxy xpath bug #8

SamaelChen opened this issue Jun 29, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@SamaelChen
Copy link

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')

@YangletLiu YangletLiu added the bug Something isn't working label Jun 29, 2023
@oliverwang15
Copy link
Contributor

Thank you very much and we have updated the code!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants