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

Failing on DailyMotion Link #7871

Closed
vrajs5 opened this issue Dec 15, 2015 · 1 comment
Closed

Failing on DailyMotion Link #7871

vrajs5 opened this issue Dec 15, 2015 · 1 comment

Comments

@vrajs5
Copy link

@vrajs5 vrajs5 commented Dec 15, 2015

After latest update I am getting error with dailymotion videos. Following is the log for the same.

user@user-HP-ProBook-430-G2:~$ youtube-dl http://www.dailymotion.com/video/x3gdcog_chh1_lifestyle
[dailymotion] x3gdcog: Downloading webpage
[dailymotion] x3gdcog: Downloading m3u8 information
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 6, in
youtube_dl.main()
File "/usr/lib/python2.7/dist-packages/youtube_dl/init.py", line 410, in main
_real_main(argv)
File "/usr/lib/python2.7/dist-packages/youtube_dl/init.py", line 400, in _real_main
retcode = ydl.download(all_urls)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1675, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 663, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 290, in extract
return self._real_extract(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/dailymotion.py", line 175, in _real_extract
for subtitle_lang, subtitle in metadata.get('subtitles', {}).get('data', {}).items():
AttributeError: 'list' object has no attribute 'items'

user@user-HP-ProBook-430-G2:~$ youtube-dl --version
2015.12.09

OS is ubuntu 14.04

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 15, 2015

You are using an outdated version of youtube-dl. Read our FAQ if you have troubles updating.

@dstftw dstftw closed this Dec 15, 2015
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
2 participants
You can’t perform that action at this time.