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

Incorrect filename from --get-filename option #6052

Closed
kb100 opened this issue Jun 22, 2015 · 1 comment
Closed

Incorrect filename from --get-filename option #6052

kb100 opened this issue Jun 22, 2015 · 1 comment

Comments

@kb100
Copy link

kb100 commented Jun 22, 2015

Situation:

youtube-dl --get-filename "https://www.youtube.com/watch?v=L0MK7qz13bU"
FROZEN - Let It Go Sing-along _ Official Disney HD-L0MK7qz13bU.webm

youtube-dl "https://www.youtube.com/watch?v=L0MK7qz13bU"
WARNING: Requested formats are incompatible for merge and would be merged into mkv.
ls
FROZEN - Let It Go Sing-along _ Official Disney HD-L0MK7qz13bU.mkv

Expected:

youtube-dl --get-filename "https://www.youtube.com/watch?v=L0MK7qz13bU"
WARNING: Requested formats are incompatible for merge and will be merged into mkv.
FROZEN - Let It Go Sing-along _ Official Disney HD-L0MK7qz13bU.mkv

youtube-dl "https://www.youtube.com/watch?v=L0MK7qz13bU"
WARNING: Requested formats are incompatible for merge and will be merged into mkv.
ls
FROZEN - Let It Go Sing-along _ Official Disney HD-L0MK7qz13bU.mkv
@dstftw
Copy link
Collaborator

dstftw commented Jun 22, 2015

Duplicate of #5710.

@dstftw dstftw closed this as completed Jun 22, 2015
@dirkf dirkf closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants