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

[vimeo] The output file is named "rst" instead of the proper video title #2854

Closed
jeffjose opened this issue May 4, 2014 · 2 comments
Closed

Comments

@jeffjose
Copy link

@jeffjose jeffjose commented May 4, 2014

%> youtube-dl --version
2014.04.30.1

%> youtube-dl http://vimeo.com/45847091 -worst --verbose
[debug] System config: ['--prefer-free-formats']
[debug] User config: []
[debug] Command-line args: ['http://vimeo.com/45847091', '-worst', '--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.04.30.1
[debug] Python version 2.7.3 - Linux-3.8.4-102.fc17.x86_64-x86_64-with-fedora-17-Beefy_Miracle
[debug] Proxy map: {}
[vimeo] 45847091: Downloading webpage
[vimeo] 45847091: Extracting information
[vimeo] 45847091: Downloading webpage
[download] Resuming download at byte 523264
[download] Destination: rst
[download]   0.5% of 194.06MiB at 429.34KiB/s ETA 07:40

Notice the filename "rst". It shouldnt be that.

jeffjose referenced this issue May 4, 2014
@phihag
Copy link
Contributor

@phihag phihag commented May 4, 2014

This is the correct behavior, since your command line includes

-w -o rst

Most likely, you wanted -f worst instead of -worst

@phihag phihag closed this May 4, 2014
@jeffjose
Copy link
Author

@jeffjose jeffjose commented May 4, 2014

Ah yes. Muscle memory.

Thanks for looking!
-jeff

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.