-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Inifite loop parsing profiles #11922
Comments
Wrong:
|
Seeing it work when there's multiple pages like that. |
I believe this is related to issue #16078. A new PR has already been submitted to address this, unfortunately the peer review has been stalled for some time now. Cheers, Parmjit V. |
Closed
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2017.01.31. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
When parsing profile pages on pornhub it continues checking the next page until it receives a 404 error or it doesn't receive results. If you continue adding ?page=2 ?page=3 etc it will return the same thing over and over.
The code is in pornhub.py function def _real_extract at line #275
The text was updated successfully, but these errors were encountered: