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.
pornhub's UI changed, uploader and view count became inextractable #26614
Comments
|
I can confirm that I too am experiencing this issue with broken username and view count extraction with youtube-dl version 2020.09.14. I believe that op is correct in saying that the new layout of the page broke the extractor but I cannot comment on his solution since that is outside my area of expertise. In this case, the url being downloaded is: https://www.pornhub.com/view_video.php?viewkey=ph5f42caa7048b4 Please refer to the verbose output of as requested, hope that that completes this issue submission.
|
|
Updated, but still getting WARNING: unable to extract uploader; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. |
Checklist
Verbose log
Description
pornhub changed their UI of playing page, youtube-dl fails to extract uploader and view count.
i made my own patch to get the uploader, but unfortunately my code cannot be merged into ytdl directly:
a simple
xpath('//div[@class="userInfo"]//a')[0]can get the uploader.as for view count, i don't need it so i didn't dig for it.