We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now the cc-downloader doesn't have a User-Agent defined. Doing this would allow Common Crawl to better track the usage of cc-downloader
cc-downloader
User-Agent
Ideally, one would use the user-agent method from the reqwest library in order to set-up the User-Agent header for the cc-downloader client.
user-agent
The User-Agent header should follow the RFC 9110 and ressemble the following example:
User-Agent: cc-downloader/0.5.1
The text was updated successfully, but these errors were encountered:
pjox
No branches or pull requests
Right now the
cc-downloader
doesn't have aUser-Agent
defined. Doing this would allow Common Crawl to better track the usage ofcc-downloader
Ideally, one would use the
user-agent
method from the reqwest library in order to set-up theUser-Agent
header for thecc-downloader
client.The
User-Agent
header should follow the RFC 9110 and ressemble the following example:The text was updated successfully, but these errors were encountered: