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.
Checklist
Verbose log
Description
Attempting to download videos from a user/model/pornstar/channel page always results in this error. Attempting to download the same videos individually works fine.
I know 4bf568d is supposed to have fixed #22619 but the problem persists (I confirm once more that youtube-dl --version gives me "2019.11.22").
I could fix the issue by replacing /lib/python3.8/site-packages/youtube_dl/extractor/pornhub.py by the content of this file (that I found on GitHub, but can't remember where exactly): pornhub.py.txt
Here are all the URL I tested it with:
https://www.pornhub.com/channels/yonitale/videos
https://www.pornhub.com/model/lovingrosiex/videos
https://www.pornhub.com/pornstar/june-liu/videos/upload
https://www.pornhub.com/users/shamanalex/videos/public
As you can see in my logs, none of these URL work. I tried downloading a random single video from each of these, and it worked fine every time. After replacing my pornhub.py with the one I attached, I could download from these URL just fine, as well as individual videos.