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

downloads video thinking it is a webpage #4313

Closed
holomorph opened this issue Nov 26, 2014 · 3 comments
Closed

downloads video thinking it is a webpage #4313

holomorph opened this issue Nov 26, 2014 · 3 comments

Comments

@holomorph
Copy link
Contributor

@holomorph holomorph commented Nov 26, 2014

On 2014.11.24, the following eats the CPU and OOMs my machine:

$ youtube-dl --verbose -eg 'http://ftp.nluug.nl/video/nluug/2014-11-20_nj14/zaal-2/5_Lennart_Poettering_-_Systemd.webm'
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-eg', 'http://ftp.nluug.nl/video/nluug/2014-11-20_nj14/zaal-2/5_Lennart_Poettering_-_Systemd.webm']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.11.24
[debug] Python version 3.4.2 - Linux-3.17.3-1-ARCH-x86_64-with-arch
[debug] exe versions: ffmpeg 2.4.3, ffprobe 2.4.3, rtmpdump 2.4
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.

This appears to be because youtube-dl falls back to the generic extractor, and downloads the "webpage" thinking the (200M) video is the webpage.

Of course youtube-dl isn't needed for this use case (already have the direct link), but in general I use scripts for grabbing/launching videos from pages.

Edit: I now see this has already been reported as #4149

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Nov 26, 2014

Closing as a duplicate of #4149.

@jaimeMF jaimeMF closed this Nov 26, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Nov 26, 2014

This test case is actually great, since the server claims the file to be of type text/plain.

@phihag
Copy link
Contributor

@phihag phihag commented Nov 26, 2014

Thank you for the report. I believe this issue to be fixed in youtube-dl 2014.11.26 and newer. Refer to our FAQ if you need help updating.

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.