Merge branch 'master' into subtitles_rework
[youtube-dl] / youtube_dl / YoutubeDL.py
2013-08-22 Ismael MejiaMerge branch 'master' into subtitles_rework
2013-08-20 Allan ZhouMerge remote-tracking branch 'upstream/master'
2013-08-08 Ismael Mejia[subtitles] Skips now the subtitles that has already...
2013-08-08 Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2013-08-08 Philipp HagemeisterClarify template error message (#1209)
2013-08-08 Philipp HagemeisterMerge pull request #1189 from cyisfor/master
2013-08-07 Ismael MejiaUndo the previous commit (it was a mistake)
2013-08-07 Philipp HagemeisterMerge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29'
2013-08-07 Ismael MejiaFixed small type issue
2013-08-06 userMore informative error
2013-07-31 Jaime Marquínez... Switch some calls to to_stderr to report_error and...
2013-07-20 Jaime Marquínez... Don't try to write the subtitles if it's None
2013-07-20 Jaime Marquínez... Use a dictionary for storing the subtitles
2013-07-20 Jaime Marquínez... Save subtitles using the same code for all the options
2013-07-12 Jaime Marquínez... Don't try to save the thumbnail if it's None
2013-07-12 Jaime Marquínez... Use determine_ext when saving the thumbnail
2013-07-11 Philipp HagemeisterMerge remote-tracking branch 'yasoob/master'
2013-07-10 Jaime Marquínez... Set the playlist_index and playlist fields for already...
2013-06-27 Jaime Marquínez... Add function add_default_info_extractors to YoutubeDL
2013-06-26 M.Yasoob KhalidMerge branch 'master' of github.com:rg3/youtube-dl
2013-06-26 Jaime Marquínez... Merge pull request #936 from iemejia/master
2013-06-26 Ismael MejiaFixed typo in subtitle format option (from: sbt =>...
2013-06-26 Ismael MejiaAdded support for additional vtt subtitle format (WebVT...
2013-06-25 Jaime Marquínez... Add the option "--write-auto-sub" to download automatic...
2013-06-25 Jaime Marquínez... Add "--video-password" option (related #889)
2013-06-25 Philipp HagemeisterAdd Jukebox IE
2013-06-24 Philipp HagemeisterMerge remote-tracking branch 'jaimeMF/youtubedl_class'
2013-06-24 Jaime Marquínez... Split FileDownloader in two classes: FileDownloader...