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

Splash / Scrapy UserAgents #53

Open
edhaight opened this issue Nov 22, 2024 · 0 comments
Open

Splash / Scrapy UserAgents #53

edhaight opened this issue Nov 22, 2024 · 0 comments

Comments

@edhaight
Copy link

edhaight commented Nov 22, 2024

First off, awesome work and find the implementation easy to extend / modify.

Wanted to reach out to mention a couple of test cases to add for some bot user agents coming from Splash and Scrapy.

Here are some Splash user agents I've seen in the wild fairly regularly:

  • "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1"
  • "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) splash Safari/538.1"

And for scrapy:

These are the test cases I believe need to be added:
{"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1", "Splash", "10.0", "bot", ua.Linux}, {"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) splash Safari/538.1", "Splash", "", "bot", ua.Linux}, {"Scrapy/2.6.3 (+https://scrapy.org)", "Scrapy", "2.6.3", "bot", ""},

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