Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given
|
|
|
|
|
|
As mentioned in the pull request, I forgot to include this changes.
https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
functionality)
|
|
|
|
generic subtitle download.
The idea is that all subtitle downloaders must descend from SubtitlesIE
and implement only three basic methods to achieve the complete subtitle
download functionality. This will allow to reduce the code in YoutubeIE
once it is rewritten.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It adds to the list the ies returned by ge_extractors
|
|
|
|
|
|
Now automatic subtitles are only downloaded if the option is given.
(closes #903)
|
|
Used only for accessing a private video
Restore the error when the account is missing
|
|
|
|
|
|
YoutubeDL is the class that coordinates everything
FileDownloader gets a filename and an info dict and downloads the video.
|
|
|
|
|
|
|
|
|