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

cookie support #5

Open
zTrix opened this issue Aug 22, 2015 · 2 comments
Open

cookie support #5

zTrix opened this issue Aug 22, 2015 · 2 comments

Comments

@zTrix
Copy link
Owner

zTrix commented Aug 22, 2015

support cookie, or other request params

@DopeforHope
Copy link

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

@zTrix
Copy link
Owner Author

zTrix commented Feb 2, 2020

You could also modify the source code as you need.

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

2 participants