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

[dailymotion] Unable to download video #7109

Closed
micyew opened this issue Oct 9, 2015 · 2 comments
Closed

[dailymotion] Unable to download video #7109

micyew opened this issue Oct 9, 2015 · 2 comments

Comments

@micyew
Copy link

@micyew micyew commented Oct 9, 2015

Hi,

I'm having trouble downloading video clip from Dailymotion. The clip can be view from browser but it can't be download.

It always have this error "raise RegexNotFoundError('Unable to extract %s' % _name)" in the verbose output. Did I miss something or some bug in youtube-dl?

I tried Youtube clip and it works...

C:>youtube-dl --verbose http://www.dailymotion.com/video/x38zwdy_the-world-s-steepest-400-meter-race-the-red-bull-400_sport
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.dailymotion.com/video/x38zwdy_the-world-s-steepest-400-meter-race-the-red-bull-400_sport']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2015.10.06.2
[debug] Python version 3.4.2 - Windows-7-6.1.7601-SP1
[debug] exe versions: none
[debug] Proxy map: {}
[dailymotion] x38zwdy: Downloading webpage
[dailymotion] x38zwdy: Downloading embed page
ERROR: Unable to extract video info; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
File "C:\Python34\lib\site-packages\youtube_dl\YoutubeDL.py", line 660, in extract_info
ie_result = ie.extract(url)
File "C:\Python34\lib\site-packages\youtube_dl\extractor\common.py", line 290, in extract
return self._real_extract(url)
File "C:\Python34\lib\site-packages\youtube_dl\extractor\dailymotion.py", line 201, in _real_extract
'video info', flags=re.MULTILINE),
File "C:\Python34\lib\site-packages\youtube_dl\extractor\common.py", line 584, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract video info; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

@yan12125
Copy link
Collaborator

@yan12125 yan12125 commented Oct 9, 2015

This is fixed in git but not included in the latest stable version yet. Please wait for the next version.

@yan12125 yan12125 closed this Oct 9, 2015
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Oct 9, 2015

It's fixed with 54a5428, it will work in the next version, Thanks for the report!

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.