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

unable to download videos from dailymotion. #3157

Closed
shirishag75 opened this issue Jun 25, 2014 · 1 comment
Closed

unable to download videos from dailymotion. #3157

shirishag75 opened this issue Jun 25, 2014 · 1 comment

Comments

@shirishag75
Copy link

@shirishag75 shirishag75 commented Jun 25, 2014

Hi all,
This is of youtube-dl 2014.06.07. I was trying to download videos from dailymotion and got this :-

$ youtube-dl -F "http://www.dailymotion.com/video/x207mdu_mardaani-trailer-review_people"
[dailymotion] x207mdu: Downloading webpage
[dailymotion] x207mdu: Extracting information
[dailymotion] x207mdu: Downloading embed page
Traceback (most recent call last):
  File "/usr/bin/youtube-dl", line 9, in <module>
    load_entry_point('youtube-dl==2014.06.07', 'console_scripts', 'youtube-dl')()
  File "/usr/lib/python2.7/dist-packages/youtube_dl/__init__.py", line 852, in main
    _real_main(argv)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/__init__.py", line 842, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1050, in download
    self.extract_info(url)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 167, in extract
    return self._real_extract(url)
  File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/dailymotion.py", line 153, in _real_extract
    'uploader': info['owner_screenname'],
KeyError: 'owner_screenname'

Looking forward to know more.

@phihag
Copy link
Contributor

@phihag phihag commented Jun 25, 2014

Thank you for the report. This has been fixed in youtube-dl 2014.06.25. It looks like you installed youtube-dl with pip or a package manager. If you used pip, you can update with

sudo pip install -U youtube-dl

If you are using a package manager, contact the package maintainer and request a newer version.

@phihag phihag closed this Jun 25, 2014
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.