summaryrefslogtreecommitdiffstats
path: root/youtube_dl/FileDownloader.py
Commit message (Expand)AuthorAgeFilesLines
...
* Allow to select videos to download by their upload dates (related #137)Jaime Marquínez Ferrándiz2013-04-271-0/+6
* More calls to trouble changed to report_errorJaime Marquínez Ferrándiz2013-04-231-7/+7
* Disable colored messages in Windows (related #794)Jaime Marquínez Ferrándiz2013-04-231-2/+2
* Merge pull request #797 from AI0867/patch-1Philipp Hagemeister2013-04-221-1/+1
|\
| * Use standard unit symbols in format_bytesAlexander van Gessel2013-04-211-1/+1
* | Fix --list-formats (Closes #799)Philipp Hagemeister2013-04-221-0/+2
|/
* Allows to specify which IE should be used for extracting info for a result of...Jaime Marquínez Ferrándiz2013-04-201-3/+14
* Merge branch 'extract_info_rewrite'Jaime Marquínez Ferrándiz2013-04-191-47/+110
|\
| * Add a playlist_index key to the info_dict, can be used in the output templateJaime Marquínez Ferrándiz2013-04-161-0/+4
| * Implement the playlist/start options in FileDownloaderJaime Marquínez Ferrándiz2013-04-101-3/+18
| * Change the order for extracting/downloadingJaime Marquínez Ferrándiz2013-04-101-50/+53
| * Add progress counter for playlistsJaime Marquínez Ferrándiz2013-04-091-1/+3
| * Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz2013-04-051-32/+66
| |\
| * | Pass the playlist info_dict to process_infoJaime Marquínez Ferrándiz2013-03-291-1/+10
| * | Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz2013-03-281-9/+37
| |\ \
| * | | `extract_info` now expects `ie.extract` to return a list in the format propos...Jaime Marquínez Ferrándiz2013-03-051-6/+26
| * | | Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz2013-03-041-3/+15
| |\ \ \
| * | | | Add a method for extracting info from a list of urlsJaime Marquínez Ferrándiz2013-03-041-0/+8
| * | | | Create extract_info methodJaime Marquínez Ferrándiz2013-02-261-41/+44
* | | | | Limit titles to 200 characters (Closes #789)Philipp Hagemeister2013-04-181-0/+4
* | | | | Fix default for variable-size autonumberingPhilipp Hagemeister2013-04-111-1/+3
* | | | | Added option --autonumber-size:Stanislav Kupryakhin2013-04-111-1/+3
* | | | | added --playpath/-y support to RTMP downloads (via 'play_path' entry in 'info...Michael Walter2013-04-071-2/+5
| |_|_|/ |/| | |
* | | | Don't crash in FileDownloader if subtitles couldn't be found and errors are i...Jaime Marquínez Ferrándiz2013-03-311-16/+22
* | | | Merge pull request #736 from rg3/retryFilippo Valsorda2013-03-291-3/+13
|\ \ \ \
| * | | | Bubble up all the stack of exceptions and retry download tests on timeout errorsFilippo Valsorda2013-03-091-3/+13
* | | | | Merge remote-tracking branch 'jaimeMF/color_error_messages'Philipp Hagemeister2013-03-291-17/+33
|\ \ \ \ \
| * | | | | Use report_error in FileDownloader.pyJaime Marquínez Ferrándiz2013-03-041-18/+22
| * | | | | Use red color when printing error messagesJaime Marquínez Ferrándiz2013-03-041-0/+12
| | |_|/ / | |/| | |
* | | | | Add a note on MaxDownloadsReached (#732, thanks to CBGoodBuddy)Philipp Hagemeister2013-03-291-0/+3
| |_|_|/ |/| | |
* | | | Merge pull request #699 by @iemejiaFilippo Valsorda2013-03-201-7/+32
|\ \ \ \ | |_|/ / |/| | |
| * | | Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia2013-03-201-0/+1
| * | | Added new option '--sub-format' to choose the format of the subtitles to down...Ismael Mejia2013-03-201-3/+6
| * | | Refactor subtitle options from srt to the more generic 'sub'.Ismael Mejia2013-03-201-13/+13
| * | | Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia2013-03-201-6/+22
| * | | Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia2013-02-211-0/+5
* | | | Clear up error messages (#734)Philipp Hagemeister2013-03-081-2/+5
| |/ / |/| |
* | | Fix Python 3 errors with rmtp downloadsPhilipp Hagemeister2013-03-031-1/+1
* | | Use color when printing warning messagesJaime Marquínez Ferrándiz2013-02-281-4/+16
| |/ |/|
* | Message for delete video it's not an error.Juan M2013-02-231-1/+1
|/
* Fix --match-title and --reject-title decoding (Closes #690)Philipp Hagemeister2013-02-211-2/+0
* Correct --newline and give it a more meaningful titlePhilipp Hagemeister2013-02-181-2/+3
* Forgot to remove \rGino Lisignoli2013-02-131-1/+1
* Modified youtube-dl to write new lines with the --newline switch. ThisGino Lisignoli2013-02-131-1/+4
* Fix delayed title display in --console-titleMantas Mikulėnas2013-02-091-1/+1
* Added "min-filesize" and "max-filesize" optionsJeff Crouse2013-02-011-0/+11
* Download progress hooksPhilipp Hagemeister2013-01-121-1/+52
* Proper support for changing User-Agents from IEsPhilipp Hagemeister2013-01-121-0/+2
* Keep file without any PPs (oops, missed the obvious case)Philipp Hagemeister2013-01-121-1/+1
* --recode-video option (Closes #18)Philipp Hagemeister2013-01-121-4/+19