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 wrong subtitles extention with "--skip-download" argument on Youtube #11658

Closed
F5System opened this issue Jan 10, 2017 · 2 comments
Closed
Labels

Comments

@F5System
Copy link

@F5System F5System commented Jan 10, 2017

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.01.08. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • I've verified and I assure that I'm running youtube-dl 2017.01.08

Before submitting an issue make sure you have:

  • At least skimmed through README and most notably FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other

I use the latest version 2017.01.08
I want to download Youtube's auto generated subtitles without downloading video in .SRT format. When I download subtitles+video — everything work correct. When I add "--skip-download" to skip video download, subtitles download in .VTT format (default for Youtube).

Here is my command in .bat file which download's wrong .VTT format
"C:\Program Files\youtube-dl.exe" --skip-download --write-auto-sub --sub-lang en --convert-subs srt --output "D:_YOUTUBE\AUTOGENERATED_%%(title)s.%%(ext)s" --download-archive "D:_YOUTUBE\archive.txt" "https://www.youtube.com/playlist?list=PLBr3GJrGh9o08Aibs53_qPBFq3QBQf98O"

If I remove "--skip-download" then it downloads .SRT as expected.

@F5System
Copy link
Author

@F5System F5System commented Jan 10, 2017

Sorry, looks like this is a copy of this problem
#9073

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 10, 2017

Duplicate of #9073.

@dstftw dstftw closed this Jan 10, 2017
@dstftw dstftw added the duplicate label Jan 10, 2017
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.