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

It can only return 30 links using Rcrawler() #65

Open
shangyuan232 opened this issue Jul 22, 2019 · 0 comments
Open

It can only return 30 links using Rcrawler() #65

shangyuan232 opened this issue Jul 22, 2019 · 0 comments

Comments

@shangyuan232
Copy link

Hi, I tried the following codes, which only returns 30 links.
Rcrawler(Website = "https://japantoday.com/search?keyword=election", no_cores = 2, no_conn = 2, ExtractXpathPat = ".//h3[@class='media-heading text-xstrong']/a/@href", ManyPerPattern = TRUE, MaxDepth = 1)

I even changed 'no_cores = 1, no_conn = 1.', the results are the same.
If I open https://japantoday.com/search?keyword=election and click "next", I can find more than 100 results.

Could you please help me solve this problem?
Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant