aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headersPhilipp Hagemeister2013-06-231-3/+0
* Merge remote-tracking branch 'origin/vimeo_passworded_videos'Philipp Hagemeister2013-06-231-1/+1
|\
| * VimeoIE: allow to download password protected videosJaime Marquínez Ferrándiz2013-06-151-1/+1
* | Change metavar of "--sub-format" from LANG to FORMATJaime Marquínez Ferrándiz2013-06-231-1/+1
|/
* Allow unsetting the proxy with the --proxy optionPhilipp Hagemeister2013-06-091-2/+5
* Deprecate --only-subPhilipp Hagemeister2013-05-131-3/+2
* added --get-id option to print video IDsjakeogh2013-05-051-2/+5
* Credit @JohnyMoSwag for WorldstarhiphopIE (#730)Jaime Marquínez Ferrándiz2013-05-051-0/+1
* Credit @julienfr112 for Ina IE (#823)Philipp Hagemeister2013-05-051-0/+1
* Add --no-check-certificate (#814)Philipp Hagemeister2013-05-041-1/+2
* Work around a Python bug on Windows with UTF-8 configuration (#820)Philipp Hagemeister2013-05-041-0/+6
* Credit @yasoob for IEPhilipp Hagemeister2013-05-031-0/+1
* Simplify RedTubePhilipp Hagemeister2013-05-031-1/+2
* add --write-thumbnail option to download thumbnail (Suggested by `)Philipp Hagemeister2013-05-011-1/+5
* Fix help for --proxyPhilipp Hagemeister2013-04-301-1/+1
* --proxy optionPhilipp Hagemeister2013-04-301-4/+8
* Default to --title (Fixes #499)Philipp Hagemeister2013-04-281-3/+3
* Automatically set HTTPS proxy if given (Fixes #805)Philipp Hagemeister2013-04-281-1/+5
* Allow to select videos to download by their upload dates (related #137)Jaime Marquínez Ferrándiz2013-04-271-1/+9
* Merge pull request #801 from expleo/add_referer_supportJaime Marquínez Ferrándiz2013-04-261-0/+7
|\
| * Adds support for passing a referer.Bjorn Heesakkers2013-04-241-0/+6
|/
* Document order of preference for format selection (closes #798)Jaime Marquínez Ferrándiz2013-04-231-1/+2
* Correct indentationPhilipp Hagemeister2013-04-221-5/+4
* Do not read configuration files if explicit arguments are given by a host pro...Philipp Hagemeister2013-04-221-10/+15
* Merge pull request #792 from fp7/masterJaime Marquínez Ferrándiz2013-04-221-7/+7
|\
| * Added parenthesis for explicityFinn Petersen2013-04-221-1/+1
| * Arguments as parameter to function _real_main so it can be used programmaticallyFinn Petersen2013-04-161-7/+7
* | Add playlist and playlist_index to the help string for the output optionJaime Marquínez Ferrándiz2013-04-221-1/+10
|/
* Option to dump intermediate pagesPhilipp Hagemeister2013-04-111-0/+4
* Removed overly verbose options and arguments (Should be obvious from the prev...Philipp Hagemeister2013-04-111-2/+0
* Added option --autonumber-size:Stanislav Kupryakhin2013-04-111-0/+6
* Credit @catch22 for ARD IEPhilipp Hagemeister2013-04-111-0/+1
* Merge pull request #699 by @iemejiaFilippo Valsorda2013-03-201-4/+20
|\
| * add '--write-srt' and '--srt-lang' aliases for backwards compatibilityFilippo Valsorda2013-03-201-2/+2
| * Added new option '--list-subs' to show the available subtitle languagesIsmael Mejia2013-03-201-0/+4
| * Added new option '--sub-format' to choose the format of the subtitles to down...Ismael Mejia2013-03-201-0/+4
| * Refactor subtitle options from srt to the more generic 'sub'.Ismael Mejia2013-03-201-7/+7
| * Added new option '--all-srt' to download all the subtitles of a video.Ismael Mejia2013-03-201-0/+4
| * Added new option '--only-srt' to download only the subtitles of a videoIsmael Mejia2013-02-211-0/+4
* | Add configuration to -v outputPhilipp Hagemeister2013-03-121-3/+11
* | Clarify rate limit documentation (Closes #723)Philipp Hagemeister2013-03-031-1/+1
|/
* Fix --match-title and --reject-title decoding (Closes #690)Philipp Hagemeister2013-02-211-2/+3
* Correct --newline and give it a more meaningful titlePhilipp Hagemeister2013-02-181-1/+2
* Update youtube_dl/__init__.pyglisignoli2013-02-151-1/+1
* Modified youtube-dl to write new lines with the --newline switch. ThisGino Lisignoli2013-02-131-1/+2
* Credit Osama Khalid for Keek supportPhilipp Hagemeister2013-02-081-0/+1
* Better help for new optionsPhilipp Hagemeister2013-02-021-3/+2
* Improve cookie error handlingPhilipp Hagemeister2013-02-021-2/+5
* Added "min-filesize" and "max-filesize" optionsJeff Crouse2013-02-011-0/+16
* Revert "Move update to front"Philipp Hagemeister2013-01-121-4/+4