Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
when --write-srt fails, youtube-dl exits #639
Comments
|
As an example, downloading "https://www.youtube.com/watch?v=cgoVvqZ6dfA" with --write-srt fails with: |
|
We are in progress of completely reviewing our concepts of WARNINGS and ERRORS, but meanwhile the behavior is correct: missing subtitles trigger a I think that almost everybody uses (or wants) Thanks for reporting! Happy downloading. |
|
Ah, that makes perfect sense. Didn't notice -i, or probably wouldn't have even made this ticket. Thanks for clarifying. :) |
On line 464 of InfoExtractors.py, writesubtitles will cause the video downloading to be skipped if downloading the subtitles fails. Shouldn't that be more of a warning than a fatal error? That way, --write-srt could be specified all the time, and only apply if subtitles are actually available and properly downloadable.