Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [youtube] Make DASH manifest download conditional for now | Philipp Hagemeister | 2014-01-22 | 1 | -1/+7 | |
| | | | | DASH download fails on many videos (all with encrypted signatures? not sure yet), for example 07FYdnEawAQ, with a 403. | |||||
* | Document -f worstaudio as well | Philipp Hagemeister | 2014-01-22 | 1 | -1/+1 | |
| | ||||||
* | Default to -f best-audio when only audio is requested | Philipp Hagemeister | 2014-01-22 | 1 | -1/+5 | |
| | ||||||
* | Add -f bestaudio (Fixes #2163) | Philipp Hagemeister | 2014-01-22 | 1 | -1/+1 | |
| | ||||||
* | Add new --default-search option (#2193) | Philipp Hagemeister | 2014-01-22 | 1 | -1/+6 | |
| | ||||||
* | [servingsys] Add support | Philipp Hagemeister | 2014-01-21 | 1 | -1/+5 | |
| | | | | | This also adds support for brightcove advertisements. Fixes #2181 | |||||
* | Credit @sahutd for franceinter (#2152) | Philipp Hagemeister | 2014-01-17 | 1 | -0/+1 | |
| | ||||||
* | Fix --list-formats description (Closes #2142) | Philipp Hagemeister | 2014-01-13 | 1 | -1/+1 | |
| | ||||||
* | Allow ~ in --download-archive (Fixes #2137) | Philipp Hagemeister | 2014-01-12 | 1 | -1/+2 | |
| | ||||||
* | Tidy help text | dst | 2014-01-12 | 1 | -7/+7 | |
| | ||||||
* | Add ‘--prefer-avconv’ and ‘--prefer-ffmpeg’ options (#2115) | Jaime Marquínez Ferrándiz | 2014-01-08 | 1 | -0/+5 | |
| | | | | Affects the ffmpeg post processors, if ‘--prefer-ffmpeg’ is given and both avconv and ffmpeg are installed, it will use ffmpeg. Otherwise it will follow the old behaviour. | |||||
* | Clarify --date* documentation (Fixes #2093) | Philipp Hagemeister | 2014-01-07 | 1 | -2/+6 | |
| | ||||||
* | Move postprocessor into its own package | Philipp Hagemeister | 2014-01-07 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'epitron/metadata-pp' | Philipp Hagemeister | 2014-01-07 | 1 | -1/+7 | |
|\ | | | | | | | | | Conflicts: youtube_dl/PostProcessor.py | |||||
| * | Added '--xattrs' option which writes metadata to the file's extended ↵ | epitron | 2014-01-02 | 1 | -1/+7 | |
| | | | | | | | | | | | | attributes using a youtube-dl postprocessor. Works on Linux, OSX, and Windows. | |||||
* | | Fix list comprehension for decoding the URLs (fixes #2100) | Jaime Marquínez Ferrándiz | 2014-01-05 | 1 | -1/+1 | |
| | | | | | | | | | | It wasn’t a comprehension, it was just using the last url from the previous comprehension. That didn’t raise an error in python 2, but in python 3 the variable was not defined. | |||||
* | | Make sure URLs are always character strings (Fixes #2051) | Philipp Hagemeister | 2014-01-05 | 1 | -0/+2 | |
| | | ||||||
* | | Document --socket-timeout | Philipp Hagemeister | 2014-01-05 | 1 | -1/+1 | |
| | | ||||||
* | | Reveal a little bit more detail about what we cache (#858) | Philipp Hagemeister | 2014-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Clarify --cache-dir (#858) | Philipp Hagemeister | 2014-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Add new --print-traffic option | Philipp Hagemeister | 2013-12-29 | 1 | -1/+4 | |
| | | ||||||
* | | Print out encoding information in -v (#2046) | Philipp Hagemeister | 2013-12-26 | 1 | -0/+3 | |
| | | ||||||
* | | Use bidiv instead of fribidi if available (Fixes #1912) | Philipp Hagemeister | 2013-12-23 | 1 | -1/+1 | |
|/ | ||||||
* | Remove unused import | Philipp Hagemeister | 2013-12-22 | 1 | -1/+0 | |
| | ||||||
* | Show all matching URLs | Philipp Hagemeister | 2013-12-22 | 1 | -1/+0 | |
| | ||||||
* | Simplify --playlist-start / --playlist-end interface | Philipp Hagemeister | 2013-12-16 | 1 | -16/+12 | |
| | ||||||
* | Credit @mjorlitzky for pornhd (#1961) | Philipp Hagemeister | 2013-12-16 | 1 | -0/+1 | |
| | ||||||
* | Set process title to youtube-dl | Philipp Hagemeister | 2013-12-16 | 1 | -0/+4 | |
| | | | | This allows killing all youtube-dl processes with killall youtube-dl, and shows up nicer in some programs. | |||||
* | Add --get-duration (Fixes #859) | Philipp Hagemeister | 2013-12-16 | 1 | -2/+8 | |
| | ||||||
* | Add --min-views / --max-views (Fixes #1979) | Philipp Hagemeister | 2013-12-16 | 1 | -0/+10 | |
| | ||||||
* | Fix detection of the extension if the 'extractaudio' is given and improve ↵ | Jaime Marquínez Ferrándiz | 2013-12-15 | 1 | -3/+3 | |
| | | | | | | | the error message (#1969) Using 'foo.mp4' shouldn't raise an error. If 'foo' is given suggest using 'foo.%(ext)s' for the template | |||||
* | Improve --bidi-workaround support | Philipp Hagemeister | 2013-12-09 | 1 | -15/+2 | |
| | ||||||
* | Merge remote-tracking branch 'jaimeMF/load-info' | Philipp Hagemeister | 2013-12-09 | 1 | -2/+8 | |
|\ | ||||||
| * | Add --load-info option (#972) | Jaime Marquínez Ferrándiz | 2013-12-03 | 1 | -2/+8 | |
| | | | | | | | | It just calls the 'YoutubeDL.process_ie_result' with the dictionary from the json file | |||||
* | | Add a workaround for terminals without bidi support (Fixes #1912) | Philipp Hagemeister | 2013-12-09 | 1 | -0/+4 | |
|/ | ||||||
* | Document disabling proxy (#1882) | Philipp Hagemeister | 2013-12-03 | 1 | -1/+3 | |
| | ||||||
* | [configuration] Undo code breakage | Philipp Hagemeister | 2013-12-03 | 1 | -1/+3 | |
| | ||||||
* | Correct configuration file locations | Philipp Hagemeister | 2013-12-03 | 1 | -5/+13 | |
| | ||||||
* | Add Windows configuration file locations (#1881) | Philipp Hagemeister | 2013-12-03 | 1 | -7/+22 | |
| | ||||||
* | Clarify --download-archive help (#1757) | Philipp Hagemeister | 2013-12-03 | 1 | -1/+1 | |
| | ||||||
* | Credit @dstftw for smotri IE | Philipp Hagemeister | 2013-12-02 | 1 | -0/+1 | |
| | ||||||
* | Add --socket-timeout option | Philipp Hagemeister | 2013-12-02 | 1 | -0/+4 | |
| | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-11-30 | 1 | -1/+1 | |
|\ | ||||||
| * | fix typo in help | Nicolas Kaiser | 2013-11-29 | 1 | -1/+1 | |
| | | ||||||
* | | Clarify help of --write-pages (#1853) | Philipp Hagemeister | 2013-11-30 | 1 | -1/+1 | |
| | | ||||||
* | | Clarify --download-archive help | Philipp Hagemeister | 2013-11-29 | 1 | -1/+1 | |
|/ | ||||||
* | Include the proxy in the parameters for YoutubeDL (fixes #1831) | Jaime Marquínez Ferrándiz | 2013-11-26 | 1 | -0/+1 | |
| | ||||||
* | Do not warn about fixed output template if --max-downloads is 1 | Philipp Hagemeister | 2013-11-25 | 1 | -1/+3 | |
| | | | | Fixes #1828 | |||||
* | Merge branch 'master' into opener-to-ydl | Philipp Hagemeister | 2013-11-24 | 1 | -0/+1 | |
|\ | ||||||
| * | Credit @takuya0301 for niconico | Philipp Hagemeister | 2013-11-24 | 1 | -0/+1 | |
| | |