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 ERROR: Unable to extract title; #20345
Comments
|
I can't reproduce this, works perfectly here:
I didn't try Python 3.6 though. |
|
Also having issues extracting titles, tags, etc from PH. Seems it's only doing it for every other video scraped. About half are missing titles and tags. In place of title is text "Not Available" |
|
Please provide logs, @d34d0n:
|
d191194r ~]# youtube-dl --verbose http://www.pornhub.com |
|
Now it's not getting titles for RedTube either |
:~# youtube-dl -v -j --write-pages https://www.pornhub.com/view_video.php?viewkey=ph5c74e23f3d84d
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-j', '--write-pages', 'https://www.pornhub.com/view_video.php?viewkey=ph5c74e23f3d84d']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.03.09
[debug] Python version 3.6.7 (CPython) - Linux-4.15.0-45-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: ffmpeg 3.4.4, ffprobe 3.4.4, phantomjs 2.1.1, rtmpdump 2.4
[debug] Proxy map: {}
ERROR: Unable to extract title; 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.
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/youtube_dl/YoutubeDL.py", line 794, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python3.6/dist-packages/youtube_dl/extractor/common.py", line 522, in extract
ie_result = self._real_extract(url)
File "/usr/local/lib/python3.6/dist-packages/youtube_dl/extractor/pornhub.py", line 198, in _real_extract
group='title')
File "/usr/local/lib/python3.6/dist-packages/youtube_dl/extractor/common.py", line 997, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract title; 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.