Merge branch 'master' into subtitles_rework
[youtube-dl] / youtube_dl / FileDownloader.py
2013-08-22 Ismael MejiaMerge branch 'master' into subtitles_rework
2013-08-22 Jaime Marquínez... Merge pull request #1279 from xanadu/master
2013-08-22 Jaime Marquínez... Merge pull request #1266 from MiLk/py-generator
2013-08-22 Jaime Marquínez... Merge pull request #1267 from Rudloff/master
2013-08-21 Philipp HagemeisterAllow hours in ETA display (Fixes #1280)
2013-08-07 Philipp HagemeisterMerge commit '7a4c6cc92f9ffec9135652a49153caffa5520c29'
2013-07-31 Jaime Marquínez... Allow to download from m3u8 manifests with ffmpeg
2013-06-26 Philipp Hagemeister[wimp] minor readability improvements (#940)
2013-06-26 Jaime Marquínez... FileDownloader: fixed call to "report_error" of YoutubeDL
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...
2013-06-23 Philipp Hagemeister[break] adapt to new paths
2013-06-23 Philipp HagemeisterRemove mentions of old InfoExtractors module
2013-06-23 Philipp HagemeisterRemove useless headers
2013-06-23 Philipp HagemeisterMerge remote-tracking branch 'origin/vimeo_passworded_v...
2013-06-19 Philipp HagemeisterIgnore invalid dates (Fixes #894)
2013-06-17 Filippo ValsordaMerge branch 'search_regex' - PR #872 - closes #847
2013-06-10 Philipp HagemeisterUse long rtmpdump options
2013-06-08 Jaime Marquínez... Set the extractor key in playlists entries
2013-06-08 Jaime Marquínez... Merge pull request #853 from mc2avr/master
2013-05-23 mc2avradd ZDFIE and _download_with_mplayer(mms://,rtsp://)
2013-05-20 Filippo Valsordamake rtmpdump inherit the verbose option for debugging
2013-05-20 Filippo ValsordaMerge pull request #842 - myvideo, rtmp support
2013-05-15 mc2avrMyVideoIE: add rtmp support
2013-05-14 Jaime Marquínez... Add extra_info argument to extract_info and process_ie_...
2013-05-13 Philipp HagemeisterMerge remote-tracking branch 'jaimeMF/SearchIE'
2013-05-13 Philipp HagemeisterMerge pull request #834 from chocolateboy/install_prefi...
2013-05-13 Philipp HagemeisterDeprecate --only-sub
2013-05-09 Philipp HagemeisterMerge pull request #826 from jakeogh/master
2013-05-06 jakeoghadded --get-id option to print video IDs
2013-05-05 Philipp HagemeisterMerge remote-tracking branch 'origin/master'
2013-05-05 Philipp HagemeisterFileDownloader: Simplify and document
2013-05-04 Philipp HagemeisterMerge pull request #802 from joeframbach/master
2013-05-01 Philipp HagemeisterMerge remote-tracking branch 'origin/master'
2013-05-01 Philipp Hagemeisteradd --write-thumbnail option to download thumbnail...
2013-04-30 Philipp HagemeisterCorrectly clear the line before writing a new status...
2013-04-28 Jaime Marquínez... Use report_warning when a not working IE will be uses
2013-04-27 Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2013-04-27 Jaime Marquínez... Allow to select videos to download by their upload...
2013-04-23 Jaime Marquínez... More calls to trouble changed to report_error
2013-04-23 Jaime Marquínez... Disable colored messages in Windows (related #794)
2013-04-22 Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2013-04-22 Philipp HagemeisterMerge pull request #797 from AI0867/patch-1
2013-04-22 Jaime Marquínez... Merge pull request #792 from fp7/master
2013-04-22 Philipp HagemeisterFix --list-formats (Closes #799)
2013-04-20 Alexander van GesselUse standard unit symbols in format_bytes
2013-04-20 Jaime Marquínez... Allows to specify which IE should be used for extractin...
2013-04-19 Jaime Marquínez... Merge branch 'extract_info_rewrite'
2013-04-18 Philipp HagemeisterLimit titles to 200 characters (Closes #789)
2013-04-16 Jaime Marquínez... Add a playlist_index key to the info_dict, can be used...
2013-04-11 Philipp HagemeisterFix default for variable-size autonumbering
2013-04-11 Philipp HagemeisterMerge remote-tracking branch 'sagittarian/vimeo-no...
2013-04-11 Stanislav KupryakhinAdded option --autonumber-size:
2013-04-11 Philipp HagemeisterMerge remote-tracking branch 'sagittarian/resolve-symlinks'
2013-04-10 Jaime Marquínez... Implement the playlist/start options in FileDownloader
2013-04-09 Jaime Marquínez... Change the order for extracting/downloading
2013-04-09 Jaime Marquínez... Add progress counter for playlists
2013-04-07 Michael Walteradded --playpath/-y support to RTMP downloads (via...
2013-04-05 Jaime Marquínez... Merge branch 'master' into extract_info_rewrite
2013-04-01 Filippo ValsordaMerge pull request #764 from jaimeMF/subtitles_not_found
2013-03-31 Jaime Marquínez... Don't crash in FileDownloader if subtitles couldn't...
2013-03-29 Philipp HagemeisterMerge pull request #758 from jaimeMF/atom-feed
2013-03-29 Filippo ValsordaMerge pull request #736 from rg3/retry
2013-03-29 Filippo ValsordaMerge pull request #752 from dodo/master
2013-03-29 Filippo ValsordaMerge pull request #730 by @JohnyMoSwag
2013-03-29 Jaime Marquínez... Pass the playlist info_dict to process_info
2013-03-28 Philipp HagemeisterMerge remote-tracking branch 'jaimeMF/color_error_messages'
2013-03-28 Philipp HagemeisterAdd a note on MaxDownloadsReached (#732, thanks to...
2013-03-28 Philipp HagemeisterMerge branch 'master' of github.com:rg3/youtube-dl
2013-03-28 Jaime Marquínez... Merge branch 'master' into extract_info_rewrite
2013-03-20 Filippo ValsordaMerge pull request #699 by @iemejia
2013-03-20 Ismael MejiaAdded new option '--list-subs' to show the available...
2013-03-20 Ismael MejiaAdded new option '--sub-format' to choose the format...
2013-03-20 Ismael MejiaRefactor subtitle options from srt to the more generic...
2013-03-20 Ismael MejiaAdded new option '--all-srt' to download all the subtit...
2013-03-09 Filippo ValsordaBubble up all the stack of exceptions and retry downloa...
2013-03-08 Philipp HagemeisterClear up error messages (#734)
2013-03-05 Jaime Marquínez... `extract_info` now expects `ie.extract` to return a...
2013-03-04 Jaime Marquínez... Merge branch 'master' into extract_info_rewrite
2013-03-04 Jaime Marquínez... Add a method for extracting info from a list of urls
2013-03-04 Jaime Marquínez... Use report_error in FileDownloader.py
2013-03-04 Jaime Marquínez... Use red color when printing error messages
2013-03-03 Philipp HagemeisterFix Python 3 errors with rmtp downloads
2013-03-03 Philipp HagemeisterMerge remote-tracking branch 'jcarlosgarciasegovia...
2013-02-28 Jaime Marquínez... Use color when printing warning messages
2013-02-26 Jaime Marquínez... Create extract_info method
2013-02-24 Philipp HagemeisterMerge remote-tracking branch 'joksnet/not_keep_video_me...
2013-02-23 Juan MMessage for delete video it's not an error.
2013-02-21 Ismael MejiaAdded new option '--only-srt' to download only the...
2013-02-21 Philipp HagemeisterFix --match-title and --reject-title decoding (Closes...
2013-02-18 Philipp HagemeisterCorrect --newline and give it a more meaningful title
2013-02-18 Philipp HagemeisterMerge remote-tracking branch 'glisignoli/master'
2013-02-13 Gino LisignoliForgot to remove \r
2013-02-13 Gino LisignoliModified youtube-dl to write new lines with the --newli...
2013-02-09 Mantas MikulėnasFix delayed title display in --console-title
2013-02-01 Jeff CrouseAdded "min-filesize" and "max-filesize" options
2013-01-12 Philipp HagemeisterDownload progress hooks
2013-01-12 Philipp HagemeisterProper support for changing User-Agents from IEs
2013-01-12 Philipp HagemeisterMerge remote-tracking branch 'jefftimesten/master'
next