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

--write-thumbnail flag option ignores -o, --output flag option #1945

Closed
niroyb opened this issue Dec 11, 2013 · 3 comments
Closed

--write-thumbnail flag option ignores -o, --output flag option #1945

niroyb opened this issue Dec 11, 2013 · 3 comments

Comments

@niroyb
Copy link

@niroyb niroyb commented Dec 11, 2013

When both --write-thumbnail and -o are use in the same command, the tumbnail will have an empty filename with the extension. The output folder is also ignored.
ex: youtube-dl --write-thumbnail --skip-download -o test http://www.youtube.com/watch?v=m6uto4wQY_g

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Dec 11, 2013

The problem is that you didn't give an extension in the command line, -o test.mp4 or -o test.%(ext)s will work.
What do you mean by "The output folder is also ignored."?

@phihag phihag closed this in 357ddad Dec 11, 2013
@phihag
Copy link
Contributor

@phihag phihag commented Dec 11, 2013

Thanks for the report. This issue has been fixed in youtube-dl 2013.12.11.1 and newer (your command line will generate a file test.jpg). Type youtube-dl -U to update.

@niroyb
Copy link
Author

@niroyb niroyb commented Dec 11, 2013

Thanks for the fix! Works great.

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.