Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-23 | Remove useless headers | Philipp Hagemeister | |
2013-06-23 | Merge remote-tracking branch 'origin/vimeo_passworded_videos' | Philipp Hagemeister | |
2013-06-23 | Change metavar of "--sub-format" from LANG to FORMAT | Jaime Marquínez Ferrándiz | |
2013-06-15 | VimeoIE: allow to download password protected videos | Jaime Marquínez Ferrándiz | |
2013-06-09 | Allow unsetting the proxy with the --proxy option | Philipp Hagemeister | |
2013-05-13 | Deprecate --only-sub | Philipp Hagemeister | |
2013-05-05 | added --get-id option to print video IDs | jakeogh | |
2013-05-05 | Credit @JohnyMoSwag for WorldstarhiphopIE (#730) | Jaime Marquínez Ferrándiz | |
2013-05-05 | Credit @julienfr112 for Ina IE (#823) | Philipp Hagemeister | |
2013-05-04 | Add --no-check-certificate (#814) | Philipp Hagemeister | |
2013-05-04 | Work around a Python bug on Windows with UTF-8 configuration (#820) | Philipp Hagemeister | |
2013-05-03 | Credit @yasoob for IE | Philipp Hagemeister | |
2013-05-03 | Simplify RedTube | Philipp Hagemeister | |
2013-05-01 | add --write-thumbnail option to download thumbnail (Suggested by `) | Philipp Hagemeister | |
2013-04-30 | Fix help for --proxy | Philipp Hagemeister | |
2013-04-30 | --proxy option | Philipp Hagemeister | |
2013-04-28 | Default to --title (Fixes #499) | Philipp Hagemeister | |
2013-04-28 | Automatically set HTTPS proxy if given (Fixes #805) | Philipp Hagemeister | |
2013-04-27 | Allow to select videos to download by their upload dates (related #137) | Jaime Marquínez Ferrándiz | |
Only absolute dates. | |||
2013-04-26 | Merge pull request #801 from expleo/add_referer_support | Jaime Marquínez Ferrándiz | |
2013-04-24 | Adds support for passing a referer. | Bjorn Heesakkers | |
2013-04-23 | Document order of preference for format selection (closes #798) | Jaime Marquínez Ferrándiz | |
2013-04-22 | Correct indentation | Philipp Hagemeister | |
2013-04-22 | Do not read configuration files if explicit arguments are given by a host ↵ | Philipp Hagemeister | |
program (#792) | |||
2013-04-22 | Merge pull request #792 from fp7/master | Jaime Marquínez Ferrándiz | |
Parameters as arguments to main | |||
2013-04-22 | Added parenthesis for explicity | Finn Petersen | |
2013-04-22 | Add playlist and playlist_index to the help string for the output option | Jaime Marquínez Ferrándiz | |
Also split the help string in different lines to make editing easier. | |||
2013-04-16 | Arguments as parameter to function _real_main so it can be used programmatically | Finn Petersen | |
2013-04-11 | Option to dump intermediate pages | Philipp Hagemeister | |
2013-04-11 | Removed overly verbose options and arguments (Should be obvious from the ↵ | Philipp Hagemeister | |
previous lines) | |||
2013-04-11 | Added option --autonumber-size: | Stanislav Kupryakhin | |
Specifies the number of digits in %(autonumber)s when it is present in output filename template or --autonumber option is given | |||
2013-04-11 | Credit @catch22 for ARD IE | Philipp Hagemeister | |
2013-03-20 | Merge pull request #699 by @iemejia | Filippo Valsorda | |
Removed innecesary function to convert subtitles, improved use of the youtube api | |||
2013-03-20 | add '--write-srt' and '--srt-lang' aliases for backwards compatibility | Filippo Valsorda | |
2013-03-20 | Added new option '--list-subs' to show the available subtitle languages | Ismael Mejia | |
2013-03-20 | Added new option '--sub-format' to choose the format of the subtitles to ↵ | Ismael Mejia | |
downloade (defaut=srt) | |||
2013-03-20 | Refactor subtitle options from srt to the more generic 'sub'. | Ismael Mejia | |
In order to be more consistent with different subtitle formats. From: * --write-srt to --write-sub * --only-srt to --only-sub * --all-srt to --all-subs * --srt-lang to --sub-lang' Refactored also all the mentions of srt for sub in all the source code. | |||
2013-03-20 | Added new option '--all-srt' to download all the subtitles of a video. | Ismael Mejia | |
Only works in youtube for the moment. | |||
2013-03-12 | Add configuration to -v output | Philipp Hagemeister | |
2013-03-03 | Clarify rate limit documentation (Closes #723) | Philipp Hagemeister | |
2013-02-21 | Added new option '--only-srt' to download only the subtitles of a video | Ismael Mejia | |
Improved option '--srt-lang' - it shows the argument in case of missing subtitles - added language suffix for non-english languages (e.g. video.it.srt) | |||
2013-02-21 | Fix --match-title and --reject-title decoding (Closes #690) | Philipp Hagemeister | |
2013-02-18 | Correct --newline and give it a more meaningful title | Philipp Hagemeister | |
2013-02-15 | Update youtube_dl/__init__.py | glisignoli | |
2013-02-13 | Modified youtube-dl to write new lines with the --newline switch. This | Gino Lisignoli | |
enables easier process monitoring when being called with external scripts. | |||
2013-02-08 | Credit Osama Khalid for Keek support | Philipp Hagemeister | |
2013-02-02 | Better help for new options | Philipp Hagemeister | |
2013-02-02 | Improve cookie error handling | Philipp Hagemeister | |
2013-02-01 | Added "min-filesize" and "max-filesize" options | Jeff Crouse | |
2013-01-12 | Revert "Move update to front" | Philipp Hagemeister | |
This reverts commit db30f02b50a565091376b316208bfdddd729b4ed. |