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.
ERROR: Unable to extract video id;RegexNotFoundError: Unable to extract video id; #4340
Comments
|
It works for me. Can you watch the video on a browser? if so, could you run |
|
1] I can not watch this video on iceweasel, web-epiphany QupZilla browsers. However when I type a command line : youtube-dl 'http://www.francetvinfo.fr/replay-jt/france-2/20-heures/jt-de-20h-du-dimanche-30-novembre-2014_752591.html' --write-pages : I have a .flv file, that I can read. The .dump files archivied in tar.bz2 is here : http://âpp.com/Hfyi 2] So if flv works with --write-pages option, I wanted to download a mp4 file. So I simulate : Good, I have thinked, so I type : youtube-dl -f m3u8-302 --verbose http://www.francetvinfo.fr/replay-jt/france-2/20-heures/jt-de-20h-du-dimanche-30-novembre-2014_752591.html ERROR: avconv exited with code 1 I can not download this mp4 file and maybe the others mp4 files. |
|
I have made a new test : ERROR: avconv exited with code 1 The compressed dump files are here : http://âpp.com/Hfyj |
|
It could be a problem with the version of avconv, it works fine for me with avconv 11 and ffmpeg 2.4.3. You could try upgrading to a more recent version. |
|
I think you are right.. 1] Maybe I must build the last version of static librairy of ffmpeg and after must change the $LD_LIBRARY_PATH and after run youtube-dl 2] Maybe I must install the version of libav-tools included in debian 8 ( jessie ) 3] Maybe I must wait the next version of Debian |
Here the output today :
$ youtube-dl -Fs --verbose http://www.francetvinfo.fr/replay-jt/france-2/20-heures/jt-de-20h-du-dimanche-30-novembre-2014_752591.html
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-Fs', '--verbose', 'http://www.francetvinfo.fr/replay-jt/france-2/20-heures/jt-de-20h-du-dimanche-30-novembre-2014_752591.html']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.11.27
[debug] Python version 2.7.3 - Linux-3.2.0-4-powerpc-smp-ppc-with-debian-7.7
[debug] exe versions: avconv 0.8.16-6, avprobe 0.8.16-6, ffmpeg 0.8.16-6, ffprobe 0.8.16-6
[debug] Proxy map: {}
[francetvinfo.fr] jt-de-20h-du-dimanche-30-novembre-2014_752591: Downloading webpage
ERROR: Unable to extract video id; 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/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 553, in extract_info
ie_result = ie.extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 240, in extract
return self._real_extract(url)
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/francetv.py", line 139, in _real_extract
r'id-video=([^@]+@[^"]+)', webpage, 'video id').split('@')
File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 480, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract video id; 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.