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 video using single quotes not found #4265

Closed
lofidevops opened this issue Nov 21, 2014 · 2 comments
Closed

Embedded video using single quotes not found #4265

lofidevops opened this issue Nov 21, 2014 · 2 comments

Comments

@lofidevops
Copy link

@lofidevops lofidevops commented Nov 21, 2014

Steps to reproduce:

  • Update to youtube_dl-2014.11.21-py2.py3-none-any.whl (running on Python 3)
  • youtube-dl --verbose https://ind.ie/

What should happen:

  • Video downloads

What happens instead:

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://ind.ie']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.11.20
[debug] Python version 3.4.2 - Linux-3.16.0-24-generic-x86_64-with-Ubuntu-14.10-utopic
[debug] exe versions: avconv 11-6, avprobe 11-6, rtmpdump 2.4
[debug] Proxy map: {}
[generic] ind: Requesting header
WARNING: Falling back on generic information extractor.
[generic] ind: Downloading webpage
[generic] ind: Extracting information
ERROR: Unsupported URL: https://ind.ie; 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 "/home/user/.local/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 536, in extract_info
    ie_result = ie.extract(url)
  File "/home/user/.local/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 199, 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: https://ind.ie; 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.

Notes:

This page is probably not a good long-term test candidate, as the video there as part of a fundraising campaign.

@phihag phihag closed this in 9b32eca Nov 21, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Nov 21, 2014

Thank you for the report. Actually, this was completely unrelated to vimeo, but we fixed it anyways in youtube-dl 2014.11.21.1 and newer. See our FAQ if you need help updating.

@lofidevops
Copy link
Author

@lofidevops lofidevops commented Nov 25, 2014

Thanks! 👍

@lofidevops lofidevops changed the title Embedded Vimeo not found on non-Vimeo page Embedded video using single quotes not found Nov 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.