Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Set the playlist_index and playlist fields for already resolved video results. | Jaime Marquínez Ferrándiz | 2013-07-10 | 1 | -0/+1 | |
|/ | ||||||
* | Add function add_default_info_extractors to YoutubeDL | Jaime Marquínez Ferrándiz | 2013-06-27 | 1 | -1/+8 | |
| | | | | It adds to the list the ies returned by ge_extractors | |||||
* | Fixed typo in subtitle format option (from: sbt => sbv) | Ismael Mejia | 2013-06-26 | 1 | -1/+1 | |
| | ||||||
* | Added support for additional vtt subtitle format (WebVTT) in youtube-dl. | Ismael Mejia | 2013-06-26 | 1 | -1/+1 | |
| | ||||||
* | 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. |