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.
Download issue with d8.tv #2880
Comments
|
Thanks for the report, it was fixed in the repo (4de9e9a), but we haven't made a new release yet. |
|
Fixed in youtube-dl 2014.05.13. It looks like you used pip or a package manager to install youtube-dl. Use that (for example |
Hey !
It seems that d8.tv module is broken. This is what I get when I try to download a video :
cku@cku-Vostro-3700:
/Vidéos$ youtube-dl --version/Vidéos$ youtube-dl http://www.d8.tv/c-divertissement/d8-palmashow/pid6942-palmashow-videos.html?vid=10675732014.05.05
cku@cku-Vostro-3700:
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl", line 9, in
load_entry_point('youtube-dl==2014.05.05', 'console_scripts', 'youtube-dl')()
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/init.py", line 847, in main
_real_main(argv)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/init.py", line 837, in _real_main
retcode = ydl.download(all_urls)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1039, in download
self.extract_info(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 161, in extract
return self._real_extract(url)
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/canalplus.py", line 29, in _real_extract
video_id = mobj.group('id')
IndexError: no such group
cku@cku-Vostro-3700:~/Vidéos$