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

Allow find_feeds() to take an allow_redirects argument to pass to requests #10

Open
brendan-dorsey opened this issue Nov 15, 2017 · 2 comments

Comments

@brendan-dorsey
Copy link

brendan-dorsey commented Nov 15, 2017

Currently, there is no way to handle redirects explicitly. I ran into some issues with this when iterating over a large number of URLs with widely varying formats. If my script hit a URL with too many redirects, requests would fail but without raising an explicit error, hanging the entire script.

@dfm
Copy link
Owner

dfm commented Nov 17, 2017

This is a great suggestion! I don't really have the time to implement this right at the moment, but I would welcome a pull request :-)

@brendan-dorsey
Copy link
Author

brendan-dorsey commented Nov 17, 2017 via email

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