aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/__init__.py
AgeCommit message (Expand)Author
2013-06-23Remove mentions of old InfoExtractors modulePhilipp Hagemeister
2013-06-23Remove useless headersPhilipp Hagemeister
2013-06-23Merge remote-tracking branch 'origin/vimeo_passworded_videos'Philipp Hagemeister
2013-06-23Change metavar of "--sub-format" from LANG to FORMATJaime Marquínez Ferrándiz
2013-06-15VimeoIE: allow to download password protected videosJaime Marquínez Ferrándiz
2013-06-09Allow unsetting the proxy with the --proxy optionPhilipp Hagemeister
2013-05-13Deprecate --only-subPhilipp Hagemeister
2013-05-05added --get-id option to print video IDsjakeogh
2013-05-05Credit @JohnyMoSwag for WorldstarhiphopIE (#730)Jaime Marquínez Ferrándiz
2013-05-05Credit @julienfr112 for Ina IE (#823)Philipp Hagemeister
2013-05-04Add --no-check-certificate (#814)Philipp Hagemeister
2013-05-04Work around a Python bug on Windows with UTF-8 configuration (#820)Philipp Hagemeister
2013-05-03Credit @yasoob for IEPhilipp Hagemeister
2013-05-03Simplify RedTubePhilipp Hagemeister
2013-05-01add --write-thumbnail option to download thumbnail (Suggested by `)Philipp Hagemeister
2013-04-30Fix help for --proxyPhilipp Hagemeister
2013-04-30--proxy optionPhilipp Hagemeister
2013-04-28Default to --title (Fixes #499)Philipp Hagemeister
2013-04-28Automatically set HTTPS proxy if given (Fixes #805)Philipp Hagemeister
2013-04-27Allow to select videos to download by their upload dates (related #137)Jaime Marquínez Ferrándiz
2013-04-26Merge pull request #801 from expleo/add_referer_supportJaime Marquínez Ferrándiz
2013-04-24Adds support for passing a referer.Bjorn Heesakkers
2013-04-23Document order of preference for format selection (closes #798)Jaime Marquínez Ferrándiz
2013-04-22Correct indentationPhilipp Hagemeister
2013-04-22Do not read configuration files if explicit arguments are given by a host pro...Philipp Hagemeister
2013-04-22Merge pull request #792 from fp7/masterJaime Marquínez Ferrándiz
2013-04-22Added parenthesis for explicityFinn Petersen
2013-04-22Add playlist and playlist_index to the help string for the output optionJaime Marquínez Ferrándiz
2013-04-16Arguments as parameter to function _real_main so it can be used programmaticallyFinn Petersen
2013-04-11Option to dump intermediate pagesPhilipp Hagemeister
2013-04-11Removed overly verbose options and arguments (Should be obvious from the prev...Philipp Hagemeister
2013-04-11Added option --autonumber-size:Stanislav Kupryakhin
2013-04-11Credit @catch22 for ARD IEPhilipp Hagemeister
2013-03-20Merge pull request #699 by @iemejiaFilippo Valsorda
2013-03-20add '--write-srt' and '--srt-lang' aliases for backwards compatibilityFilippo 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-12Add configuration to -v outputPhilipp Hagemeister
2013-03-03Clarify rate limit documentation (Closes #723)Philipp Hagemeister
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-15Update youtube_dl/__init__.pyglisignoli
2013-02-13Modified youtube-dl to write new lines with the --newline switch. ThisGino Lisignoli
2013-02-08Credit Osama Khalid for Keek supportPhilipp Hagemeister
2013-02-02Better help for new optionsPhilipp Hagemeister
2013-02-02Improve cookie error handlingPhilipp Hagemeister
2013-02-01Added "min-filesize" and "max-filesize" optionsJeff Crouse