aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/FileDownloader.py
AgeCommit message (Expand)Author
2013-04-23More calls to trouble changed to report_errorJaime Marquínez Ferrándiz
2013-04-23Disable colored messages in Windows (related #794)Jaime Marquínez Ferrándiz
2013-04-22Merge pull request #797 from AI0867/patch-1Philipp Hagemeister
2013-04-22Fix --list-formats (Closes #799)Philipp Hagemeister
2013-04-21Use standard unit symbols in format_bytesAlexander van Gessel
2013-04-20Allows to specify which IE should be used for extracting info for a result of...Jaime Marquínez Ferrándiz
2013-04-19Merge branch 'extract_info_rewrite'Jaime Marquínez Ferrándiz
2013-04-18Limit titles to 200 characters (Closes #789)Philipp Hagemeister
2013-04-16Add a playlist_index key to the info_dict, can be used in the output templateJaime Marquínez Ferrándiz
2013-04-11Fix default for variable-size autonumberingPhilipp Hagemeister
2013-04-11Added option --autonumber-size:Stanislav Kupryakhin
2013-04-10Implement the playlist/start options in FileDownloaderJaime Marquínez Ferrándiz
2013-04-10Change the order for extracting/downloadingJaime Marquínez Ferrándiz
2013-04-09Add progress counter for playlistsJaime Marquínez Ferrándiz
2013-04-07added --playpath/-y support to RTMP downloads (via 'play_path' entry in 'info...Michael Walter
2013-04-05Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz
2013-03-31Don't crash in FileDownloader if subtitles couldn't be found and errors are i...Jaime Marquínez Ferrándiz
2013-03-29Merge pull request #736 from rg3/retryFilippo Valsorda
2013-03-29Pass the playlist info_dict to process_infoJaime Marquínez Ferrándiz
2013-03-29Merge remote-tracking branch 'jaimeMF/color_error_messages'Philipp Hagemeister
2013-03-29Add a note on MaxDownloadsReached (#732, thanks to CBGoodBuddy)Philipp Hagemeister
2013-03-28Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz
2013-03-20Merge pull request #699 by @iemejiaFilippo Valsorda
2013-03-20Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia
2013-03-20Added new option '--sub-format' to choose the format of the subtitles to down...Ismael Mejia
2013-03-20Refactor subtitle options from srt to the more generic 'sub'.Ismael Mejia
2013-03-20Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia
2013-03-09Bubble up all the stack of exceptions and retry download tests on timeout errorsFilippo Valsorda
2013-03-08Clear up error messages (#734)Philipp Hagemeister
2013-03-05`extract_info` now expects `ie.extract` to return a list in the format propos...Jaime Marquínez Ferrándiz
2013-03-04Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz
2013-03-04Add a method for extracting info from a list of urlsJaime Marquínez Ferrándiz
2013-03-04Use report_error in FileDownloader.pyJaime Marquínez Ferrándiz
2013-03-04Use red color when printing error messagesJaime Marquínez Ferrándiz
2013-03-03Fix Python 3 errors with rmtp downloadsPhilipp Hagemeister
2013-02-28Use color when printing warning messagesJaime Marquínez Ferrándiz
2013-02-26Create extract_info methodJaime Marquínez Ferrándiz
2013-02-23Message for delete video it's not an error.Juan M
2013-02-21Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia
2013-02-21Fix --match-title and --reject-title decoding (Closes #690)Philipp Hagemeister
2013-02-18Correct --newline and give it a more meaningful titlePhilipp Hagemeister
2013-02-13Forgot to remove \rGino Lisignoli
2013-02-13Modified youtube-dl to write new lines with the --newline switch. ThisGino Lisignoli
2013-02-09Fix delayed title display in --console-titleMantas Mikulėnas
2013-02-01Added "min-filesize" and "max-filesize" optionsJeff Crouse
2013-01-12Download progress hooksPhilipp Hagemeister
2013-01-12Proper support for changing User-Agents from IEsPhilipp Hagemeister
2013-01-12Keep file without any PPs (oops, missed the obvious case)Philipp Hagemeister
2013-01-12--recode-video option (Closes #18)Philipp Hagemeister
2013-01-03Support page URL in RTMP downloadsPhilipp Hagemeister