]> jfr.im git - yt-dlp.git/history - youtube_dl/YoutubeDL.py
Clarify a couple of calls
[yt-dlp.git] / youtube_dl / YoutubeDL.py
2013-09-21  Philipp HagemeisterWarn if no locale is set (#1474)
2013-09-20  Jaime Marquínez... Catch socket.error before IOError
2013-09-18  Jaime Marquínez... Merge pull request #1438 from rzhxeo/fktv
2013-09-16  Philipp HagemeisterAlways correct encoding when writing to sys.stderr...
2013-09-16  Philipp HagemeisterMerge remote-tracking branch 'origin/master'
2013-09-15  Jaime Marquínez... Merge pull request #1422 from rzhxeo/xhamster
2013-09-14  Jaime Marquínez... Now --all-sub is a modifier to --write-sub and --write...
2013-09-13  Jaime Marquínez... Merge pull request #1413 from tewe/master
2013-09-13  Jaime Marquínez... Merge pull request #1409 from JohnyMoSwag/master (close...
2013-09-13  Jaime Marquínez... Merge pull request #1350 from Jaiz909/description-keyer...
2013-09-06  Ismael MejiaMerge branch 'master' into subtitles_rework
2013-09-06  Ismael Mejia[subtitles] fixed multiple subtitles language separated...
2013-08-30  Pierre RudloffMerge remote-tracking branch 'upstream/master'
2013-08-30  Jai GrimshawFixed issue #1277 KeyError when no description.
2013-08-28  Allan ZhouMerge remote-tracking branch 'upstream/master'
2013-08-28  Philipp HagemeisterMerge remote-tracking branch 'rzhxeo/youporn-hd'
2013-08-28  Philipp HagemeisterMerge remote-tracking branch 'Huarong/master'
2013-08-28  Philipp HagemeisterMerge remote-tracking branch 'origin/reuse_ies'
2013-08-28  Pierre RudloffMerge remote-tracking branch 'upstream/master'
2013-08-28  Philipp HagemeisterPrint playpath with --get-url (Fixes #1334)
2013-08-28  Jaime Marquínez... Merge pull request #1181 from h3xx/master
2013-08-28  Philipp Hagemeister[addanime] improve
2013-08-27  Ismael MejiaMerge branch 'master' into subtitles_rework
2013-08-27  Philipp HagemeisterMerge remote-tracking branch 'Rudloff/canalc2'
2013-08-26  Philipp HagemeisterMerge pull request #1231 from yasoob/master
2013-08-25  Philipp HagemeisterMerge pull request #1310 from rzhxeo/rtlnow
2013-08-24  Pierre RudloffMerge remote-tracking branch 'upstream/master'
2013-08-23  Allan ZhouMerge remote-tracking branch 'upstream/master'
2013-08-23  Jaime Marquínez... Allow to specify multiple subtitles languages separated...
2013-08-23  Jaime Marquínez... Merge pull request #1301 from rzhxeo/xhamster
2013-08-23  Jaime Marquínez... Add a post processor for embedding subtitles in mp4...
2013-08-23  Jaime Marquínez... Merge pull request #937 from jaimeMF/subtitles_rework
2013-08-22  Ismael MejiaMerge branch 'master' into subtitles_rework
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-07-08  Jaime Marquínez... YoutubeIE: reuse instances of InfoExtractors (closes...
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...