Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add the option "--write-auto-sub" to download automatic subtitles from Youtube | Jaime Marquínez Ferrándiz | 2013-06-25 | 1 | -1/+2 | |
| | | | | | Now automatic subtitles are only downloaded if the option is given. (closes #903) | |||||
* | Add "--video-password" option (related #889) | Jaime Marquínez Ferrándiz | 2013-06-25 | 1 | -0/+1 | |
| | | | | | | Used only for accessing a private video Restore the error when the account is missing | |||||
* | Split FileDownloader in two classes: FileDownloader and YoutubeDL | Jaime Marquínez Ferrándiz | 2013-06-24 | 1 | -0/+595 | |
YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video. |