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.
Arte.tv:+7 : Unable to extract json vp url #3676
Comments
|
get essentially the same error on Mac OSX 10.9 (system python) with youtube-dl installed from homebrew and updated with
|
|
+1 |
|
Thanks for the report, fixed. This will be available in the next release of |
Hello
Arte.tv:+7 : Unable to extract json vp url
Worked like a charm from may 5 2014 to... today
youtube-dl --verbose http://www.arte.tv/guide/fr/046983-000/holy-motors?autoplay=1
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.arte.tv/guide/fr/046983-000/holy-motors?autoplay=1']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.09.04.3
[debug] Python version 2.6.4 - Linux-3.13.2-x86_64-with-glibc2.2.5
[debug] Proxy map: {}
[arte.tv:+7] 046983-000: Downloading webpage
ERROR: Unable to extract json vp url; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 523, in extract_info
ie_result = ie.extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 178, in extract
return self._real_extract(url)
File "/usr/bin/youtube-dl/youtube_dl/extractor/arte.py", line 77, in _real_extract
return self._extract_from_webpage(webpage, video_id, lang)
File "/usr/bin/youtube-dl/youtube_dl/extractor/arte.py", line 82, in _extract_from_webpage
webpage, 'json vp url')
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 409, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags)
File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 399, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract json vp url; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Thanks to the team!