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

Embed Youtube sample failed #2010

Closed
xubuntu4iran opened this issue Dec 19, 2013 · 1 comment
Closed

Embed Youtube sample failed #2010

xubuntu4iran opened this issue Dec 19, 2013 · 1 comment

Comments

@xubuntu4iran
Copy link

@xubuntu4iran xubuntu4iran commented Dec 19, 2013

youtube-dl -v http://www.techi.com/2013/10/video-google-automated-movie-maker-looks-sort-of-cool/
[debug] System config: []
[debug] User config: ['--proxy', 'http://127.0.0.1:8580']
[debug] Command-line args: ['-v', 'http://www.techi.com/2013/10/video-google-automated-movie-maker-looks-sort-of-cool/']
[debug] youtube-dl version 2013.12.17.2
[debug] Python version 2.7.6 - Linux-3.9.6-i686-with-debian-7.0
[debug] Proxy map: {'http': 'http://127.0.0.1:8580', 'https': 'http://127.0.0.1:8580'}
WARNING: Falling back on generic information extractor.
[generic] : Downloading webpage
[generic] : Extracting information
ERROR: Unsupported URL: http://www.techi.com/2013/10/video-google-automated-movie-maker-looks-sort-of-cool/; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
Traceback (most recent call last):
  File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 475, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 138, in extract
    return self._real_extract(url)
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 302, in _real_extract
    raise ExtractorError(u'Unsupported URL: %s' % url)
ExtractorError: Unsupported URL: http://www.techi.com/2013/10/video-google-automated-movie-maker-looks-sort-of-cool/; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type  youtube-dl -U  to update.
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 19, 2013

They are embedding it with this javascript code: swfobject.embedSWF("http://www.youtube.com/v/Rv1tZm1sHQI ..., it doesn't seem to be an standard way to do it. I'm not sure about adding support for it.

@phihag phihag closed this in 1f9da90 Dec 19, 2013
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.