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
support cookie, or other request params
The text was updated successfully, but these errors were encountered:
One has to add a custom header parameter, store it, parse it into a dict and add the header around the following lines, right?
headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0' }
Sorry, something went wrong.
You could also modify the source code as you need.
No branches or pull requests
support cookie, or other request params
The text was updated successfully, but these errors were encountered: