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

Embedded YouTube videos not detected #4306

Closed
lofidevops opened this issue Nov 25, 2014 · 3 comments
Closed

Embedded YouTube videos not detected #4306

lofidevops opened this issue Nov 25, 2014 · 3 comments

Comments

@lofidevops
Copy link

@lofidevops lofidevops commented Nov 25, 2014

Steps to reproduce:

  • youtube-dl --verbose "http://discourse.ubuntu.com/t/unity-8-desktop-mode-windows-on-mir/1986"

What should happen:

Two videos detected and downloaded.

What happens instead:

Neither is detected...

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://discourse.ubuntu.com/t/unity-8-desktop-mode-windows-on-mir/1986']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.11.25
[debug] Python version 3.4.2 - Linux-3.16.0-25-generic-x86_64-with-Ubuntu-14.10-utopic
[debug] exe versions: avconv 11-6, avprobe 11-6, rtmpdump 2.4
[debug] Proxy map: {}
[generic] 1986: Requesting header
WARNING: Falling back on generic information extractor.
[generic] 1986: Downloading webpage
[generic] 1986: Extracting information
ERROR: Unsupported URL: http://discourse.ubuntu.com/t/unity-8-desktop-mode-windows-on-mir/1986; 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 "/home/user/.local/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 553, in extract_info
    ie_result = ie.extract(url)
  File "/home/user/.local/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 240, in extract
    return self._real_extract(url)
  File "/home/user/.local/lib/python3.4/site-packages/youtube_dl/extractor/generic.py", line 996, in _real_extract
    raise ExtractorError('Unsupported URL: %s' % url)
youtube_dl.utils.ExtractorError: Unsupported URL: http://discourse.ubuntu.com/t/unity-8-desktop-mode-windows-on-mir/1986; 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.
@phihag phihag closed this in 65f3a22 Nov 25, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Nov 25, 2014

Thank you for the great report! I believe this issue to be fixed in youtube-dl 2014.11.25.1. See our FAQ if you need help updating.

@RingoTheDog
Copy link

@RingoTheDog RingoTheDog commented Nov 25, 2014

Sorry if I am hijacking this thread....but this looks quite similar to this issue:
#4259
(embedded YouTube URL points to: http://www.youtube.com/watch?v=aVCR29aE_OQ)

I am still getting the same result with 2014.11.25.1

I originally listed it as a site-request, maybe I was incorrect?

Sorry and/or Thanks in advnace!
Ringo

@lofidevops
Copy link
Author

@lofidevops lofidevops commented Nov 26, 2014

@phihag Thanks for the fix 👍

@RingoTheDog I added my error message from 2014.11.25.1 to that ticket in case it helps (but my error seems to contain less info).

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.