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.
upgraded ubuntu to 16.04; youtube-dl no longer downloading from xtube #9961
Comments
|
note that when i use youtube dl -U --, it says my version is up to date but in the error line, it indicates a version from 3-27 is being used |
|
follow-up: I now have the most recent version: |
|
Related: #9953 |
here is the output:
youtube-dl -v http://www.xtube.com/video-watch/German-Stud-s-Cumcontrol-Tolerance-Training-26396531
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'-v', u'http://www.xtube.com/video-watch/German-Stud-s-Cumcontrol-Tolerance-Training-26396531']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.03.27
[debug] Python version 2.7.11+ - Linux-4.4.0-28-generic-x86_64-with-Ubuntu-16.04-xenial
[debug] exe versions: ffmpeg 2.8.6-1ubuntu2, ffprobe 2.8.6-1ubuntu2
[debug] Proxy map: {}
[XTube] German-Stud-s-Cumcontrol-Tolerance-Training: Downloading webpage
ERROR: Unable to extract player ops; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 669, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 321, in extract
return self.real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/xtube.py", line 56, in real_extract
r'xt.playerOps\s=\s({.+?});', webpage, 'player ops'),
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 622, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract player ops; please report this issue on https://yt-dl.org/bug