aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the --max-quality optionJaime Marquínez Ferrándiz2015-04-251-1/+0
* [embedthumbnail] Add support for mp3 cover embeddingpulpe2015-04-241-3/+1
* Do not encode outtmpl twice (Closes #5288)Sergey M․2015-04-041-4/+0
* Add metadata from title parserphiresky2015-03-141-0/+5
* [letv] Add --cn-verification-proxy (Closes #5077)Philipp Hagemeister2015-03-031-0/+1
* [downloader/external] Add support for custom options (Fixes #4885, closes #5098)Philipp Hagemeister2015-03-021-0/+5
* Add postprocessor for converting subtitles (closes #4954)Jaime Marquínez Ferrándiz2015-02-281-0/+8
* Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz2015-02-231-1/+0
|\
| * Improve subtitles supportJaime Marquínez Ferrándiz2015-02-161-1/+0
* | PEP8: W503Philipp Hagemeister2015-02-211-8/+8
* | [downloader] Add --hls-prefer-native to use the native HLS downloader (#4966)Philipp Hagemeister2015-02-171-0/+1
* | [ffmpeg] Add --ffmpeg-locationPhilipp Hagemeister2015-02-161-0/+1
|/
* [options] Add --no-colorPhilipp Hagemeister2015-02-101-0/+1
* [YoutubeDL] Add generic video filtering (Fixes #4916)Philipp Hagemeister2015-02-101-1/+6
* [__init__] Provide a better error messages if URLs are missing (Closes #4813)Philipp Hagemeister2015-01-301-1/+3
* [__init__] Work around flake8 false positivePhilipp Hagemeister2015-01-251-0/+1
* Add --xattr-set-filesize option (Fixes #1348)Philipp Hagemeister2015-01-251-0/+6
* [options] Add support for infinite retries (Fixes #507)Philipp Hagemeister2015-01-251-5/+8
* [YoutubeDL] Add --playlist-items option (Fixes #2662)Philipp Hagemeister2015-01-251-0/+1
* [YoutubeDL] Implement --write-all-thumbnails (Closes #2269)Philipp Hagemeister2015-01-251-0/+1
* Add --list-thumbnailsPhilipp Hagemeister2015-01-251-0/+1
* [downloader] Lay groundwork for external downloaders.Philipp Hagemeister2015-01-241-0/+1
* Fix --sleep-interval (#3426)Philipp Hagemeister2015-01-231-6/+0
* Merge remote-tracking branch 'rupertbaxter2/master'Philipp Hagemeister2015-01-231-0/+7
|\
| * Merge remote-tracking branch 'upstream/master'rupertbaxter22014-08-131-0/+1
| |\
| * \ Merge remote-tracking branch 'upstream/master'rupertbaxter22014-08-061-0/+1
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master'rupertbaxter22014-08-051-0/+1
| |\ \ \
| * | | | Added --sleep-interval optionrupertbaxter22014-08-031-0/+8
* | | | | [YoutubeDL] Add new --call-home option for debuggingPhilipp Hagemeister2015-01-101-0/+1
* | | | | Add new option --source-addressPhilipp Hagemeister2015-01-101-0/+1
* | | | | [youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes #4...Philipp Hagemeister2015-01-101-0/+1
* | | | | [options] PEP8 and simpler --merge-output-format handling (#4673)Philipp Hagemeister2015-01-101-3/+1
* | | | | Passing the option into the main program's argumentsAndrei Troie2015-01-101-0/+4
* | | | | Add --print-json (Closes #2845)Philipp Hagemeister2015-01-081-4/+5
* | | | | [/__init__] Define public APIPhilipp Hagemeister2015-01-071-1/+3
* | | | | Respect age_limit when listing extractors (Fixes #4653)Philipp Hagemeister2015-01-071-5/+3
* | | | | [/__init__] Add another cute search examplePhilipp Hagemeister2015-01-011-1/+1
* | | | | [YoutubeDL] Make postprocessors declarativePhilipp Hagemeister2014-12-151-33/+38
* | | | | Download playlist items in reverse orderMark Schreiber2014-12-121-0/+1
* | | | | Fix all PEP8 issues except E501Philipp Hagemeister2014-11-231-1/+1
* | | | | PEP8: more appliedJouke Waleson2014-11-231-9/+9
* | | | | PEP8 appliedJouke Waleson2014-11-231-3/+1
* | | | | Provide guidance when called with a YouTube ID starting with a dash.Philipp Hagemeister2014-11-231-3/+4
* | | | | Work around 2.7.0 deficencies (Fixes #4223)Philipp Hagemeister2014-11-191-0/+3
* | | | | [__init__] ModernizePhilipp Hagemeister2014-11-161-37/+39
* | | | | [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-1/+3
* | | | | [YoutubeDL] Simplify API of YoutubeDLPhilipp Hagemeister2014-10-281-3/+0
* | | | | Move AUTHORS to root (closes #2985)Philipp Hagemeister2014-10-261-85/+0
* | | | | Credit @gabeos for crunchyroll:playlist (#3988)Philipp Hagemeister2014-10-261-1/+2
* | | | | Merge branch 'compat-getenv-and-expanduser' of https://github.com/dstftw/yout...Sergey M․2014-10-261-1/+2
|\ \ \ \ \