Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand 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