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] Title Cannot Be Extracted #17197
Comments
|
Updated issue with |
|
looks like pH added some javascript which needs to be executed before the "real" page is loaded.
in pornhub.py
dont know if a dependency on selenium and a "big" webdriver is what you want... |
|
What's strange is that if I download the videos directly, it works. It would seem like I'm only getting this when I either try to use a batch file or pull the videos from the user profile. |
|
The new javascript before the "real" page load doesn't always seem to be there. Sometimes pages load without it for me. |
|
I'm seeing something similar. When trying to download all videos from a user's public videos for example: |
|
Yeah. I think it gave back 13 video IDs. I think I was able to get 3 videos. 80-90% seems accurate. |
|
[debug] System config: [] |
|
Duplicate of #5930. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.08.04. 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?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Description of your issue, suggested solution and other information
When trying to download videos based on Pornhub User, an exception is thrown stating that the title cannot be extracted. I have upgraded to the latest version and tested again. The problem still stands. This problem also occurs when using the
-aflag for batch files.