Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print urls from the batch file with --verbose (related #1155) | Jaime Marquínez Ferrándiz | 2013-07-30 | 1 | -0/+2 |
| | |||||
* | Hint that --update may need sudo | Philipp Hagemeister | 2013-07-18 | 1 | -1/+1 |
| | |||||
* | Ignore errors in git error handling in verbose mode in Python 3 | Philipp Hagemeister | 2013-07-17 | 1 | -1/+4 |
| | |||||
* | Write debugging output to stderr (#1059) | Philipp Hagemeister | 2013-07-17 | 1 | -4/+4 |
| | |||||
* | Squelch git not found exception (#973) | Philipp Hagemeister | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Improve formatting | Philipp Hagemeister | 2013-07-02 | 1 | -2/+4 |
| | |||||
* | Shorten --list-extractor-descriptions to --extractor-descriptions | Philipp Hagemeister | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | Add --list-extractor-descriptions (human-readable list of IEs) | Philipp Hagemeister | 2013-07-01 | 1 | -0/+16 |
| | |||||
* | Sort IEs alphabetically in --list-extractors | Philipp Hagemeister | 2013-07-01 | 1 | -1/+1 |
| | |||||
* | Separate downloader options | Philipp Hagemeister | 2013-07-01 | 1 | -10/+14 |
| | |||||
* | Add function add_default_info_extractors to YoutubeDL | Jaime Marquínez Ferrándiz | 2013-06-27 | 1 | -2/+1 |
| | | | | It adds to the list the ies returned by ge_extractors | ||||
* | Credit @gitprojs for auengine | Philipp Hagemeister | 2013-06-27 | 1 | -1/+2 |
| | |||||
* | Added support for additional vtt subtitle format (WebVTT) in youtube-dl. | Ismael Mejia | 2013-06-26 | 1 | -1/+1 |
| | |||||
* | Add the option "--write-auto-sub" to download automatic subtitles from Youtube | Jaime Marquínez Ferrándiz | 2013-06-25 | 1 | -0/+4 |
| | | | | | Now automatic subtitles are only downloaded if the option is given. (closes #903) | ||||
* | Add "--video-password" option (related #889) | Jaime Marquínez Ferrándiz | 2013-06-25 | 1 | -1/+4 |
| | | | | | | Used only for accessing a private video Restore the error when the account is missing | ||||
* | Credit mc2avr for JukeboxIE (#924) | Philipp Hagemeister | 2013-06-25 | 1 | -0/+1 |
| | |||||
* | clean up printing in __init__.py | Filippo Valsorda | 2013-06-24 | 1 | -8/+8 |
| | |||||
* | Split FileDownloader in two classes: FileDownloader and YoutubeDL | Jaime Marquínez Ferrándiz | 2013-06-24 | 1 | -12/+13 |
| | | | | | YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video. | ||||
* | Remove mentions of old InfoExtractors module | Philipp Hagemeister | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | Remove useless headers | Philipp Hagemeister | 2013-06-23 | 1 | -3/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/vimeo_passworded_videos' | Philipp Hagemeister | 2013-06-23 | 1 | -1/+1 |
|\ | |||||
| * | VimeoIE: allow to download password protected videos | Jaime Marquínez Ferrándiz | 2013-06-15 | 1 | -1/+1 |
| | | |||||
* | | Change metavar of "--sub-format" from LANG to FORMAT | Jaime Marquínez Ferrándiz | 2013-06-23 | 1 | -1/+1 |
|/ | |||||
* | Allow unsetting the proxy with the --proxy option | Philipp Hagemeister | 2013-06-09 | 1 | -2/+5 |
| | |||||
* | Deprecate --only-sub | Philipp Hagemeister | 2013-05-13 | 1 | -3/+2 |
| | |||||
* | added --get-id option to print video IDs | jakeogh | 2013-05-05 | 1 | -2/+5 |
| | |||||
* | Credit @JohnyMoSwag for WorldstarhiphopIE (#730) | Jaime Marquínez Ferrándiz | 2013-05-05 | 1 | -0/+1 |
| | |||||
* | Credit @julienfr112 for Ina IE (#823) | Philipp Hagemeister | 2013-05-05 | 1 | -0/+1 |
| | |||||
* | Add --no-check-certificate (#814) | Philipp Hagemeister | 2013-05-04 | 1 | -1/+2 |
| | |||||
* | Work around a Python bug on Windows with UTF-8 configuration (#820) | Philipp Hagemeister | 2013-05-04 | 1 | -0/+6 |
| | |||||
* | Credit @yasoob for IE | Philipp Hagemeister | 2013-05-03 | 1 | -0/+1 |
| | |||||
* | Simplify RedTube | Philipp Hagemeister | 2013-05-03 | 1 | -1/+2 |
| | |||||
* | add --write-thumbnail option to download thumbnail (Suggested by `) | Philipp Hagemeister | 2013-05-01 | 1 | -1/+5 |
| | |||||
* | Fix help for --proxy | Philipp Hagemeister | 2013-04-30 | 1 | -1/+1 |
| | |||||
* | --proxy option | Philipp Hagemeister | 2013-04-30 | 1 | -4/+8 |
| | |||||
* | Default to --title (Fixes #499) | Philipp Hagemeister | 2013-04-28 | 1 | -3/+3 |
| | |||||
* | Automatically set HTTPS proxy if given (Fixes #805) | Philipp Hagemeister | 2013-04-28 | 1 | -1/+5 |
| | |||||
* | Allow to select videos to download by their upload dates (related #137) | Jaime Marquínez Ferrándiz | 2013-04-27 | 1 | -1/+9 |
| | | | | Only absolute dates. | ||||
* | Merge pull request #801 from expleo/add_referer_support | Jaime Marquínez Ferrándiz | 2013-04-26 | 1 | -0/+7 |
|\ | |||||
| * | Adds support for passing a referer. | Bjorn Heesakkers | 2013-04-24 | 1 | -0/+6 |
|/ | |||||
* | Document order of preference for format selection (closes #798) | Jaime Marquínez Ferrándiz | 2013-04-23 | 1 | -1/+2 |
| | |||||
* | Correct indentation | Philipp Hagemeister | 2013-04-22 | 1 | -5/+4 |
| | |||||
* | Do not read configuration files if explicit arguments are given by a host ↵ | Philipp Hagemeister | 2013-04-22 | 1 | -10/+15 |
| | | | | program (#792) | ||||
* | Merge pull request #792 from fp7/master | Jaime Marquínez Ferrándiz | 2013-04-22 | 1 | -7/+7 |
|\ | | | | | Parameters as arguments to main | ||||
| * | Added parenthesis for explicity | Finn Petersen | 2013-04-22 | 1 | -1/+1 |
| | | |||||
| * | Arguments as parameter to function _real_main so it can be used programmatically | Finn Petersen | 2013-04-16 | 1 | -7/+7 |
| | | |||||
* | | Add playlist and playlist_index to the help string for the output option | Jaime Marquínez Ferrándiz | 2013-04-22 | 1 | -1/+10 |
|/ | | | | Also split the help string in different lines to make editing easier. | ||||
* | Option to dump intermediate pages | Philipp Hagemeister | 2013-04-11 | 1 | -0/+4 |
| | |||||
* | Removed overly verbose options and arguments (Should be obvious from the ↵ | Philipp Hagemeister | 2013-04-11 | 1 | -2/+0 |
| | | | | previous lines) | ||||
* | Added option --autonumber-size: | Stanislav Kupryakhin | 2013-04-11 | 1 | -0/+6 |
| | | | | Specifies the number of digits in %(autonumber)s when it is present in output filename template or --autonumber option is given |