Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download issue with d8.tv #2880

Closed
CkuT opened this issue May 10, 2014 · 2 comments
Closed

Download issue with d8.tv #2880

CkuT opened this issue May 10, 2014 · 2 comments

Comments

@CkuT
Copy link
Contributor

@CkuT CkuT commented May 10, 2014

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
2014.05.05
cku@cku-Vostro-3700:
/Vidéos$ youtube-dl http://www.d8.tv/c-divertissement/d8-palmashow/pid6942-palmashow-videos.html?vid=1067573
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$

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented May 10, 2014

Thanks for the report, it was fixed in the repo (4de9e9a), but we haven't made a new release yet.

@jaimeMF jaimeMF closed this May 10, 2014
@phihag
Copy link
Contributor

@phihag phihag commented May 13, 2014

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 sudo pip install -U youtube-dl to update).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.