aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/options.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Use snake_case instead of camelCasePhilipp Hagemeister2015-02-101-12/+12
|
* [options] Mention asr as possible filterSergey M․2015-02-091-2/+2
|
* [options] Update help on string comparisonsSergey M․2015-02-091-1/+3
|
* [options] Mark --fixup as non-experimental and correct its helpPhilipp Hagemeister2015-02-021-3/+2
|
* [YoutubeDL] Allow format filtering by fpsPhilipp Hagemeister2015-01-261-1/+1
|
* Add --xattr-set-filesize option (Fixes #1348)Philipp Hagemeister2015-01-251-0/+4
|
* [options] Add support for infinite retries (Fixes #507)Philipp Hagemeister2015-01-251-1/+1
|
* [YoutubeDL] Add --playlist-items option (Fixes #2662)Philipp Hagemeister2015-01-251-0/+4
|
* [YoutubeDL] Implement --write-all-thumbnails (Closes #2269)Philipp Hagemeister2015-01-251-0/+4
|
* Add --list-thumbnailsPhilipp Hagemeister2015-01-251-4/+11
|
* [downloader] Lay groundwork for external downloaders.Philipp Hagemeister2015-01-241-0/+6
| | | | This comes with a very simply implementation for wget; the real work is in setting up the infrastructure.
* Fix --sleep-interval (#3426)Philipp Hagemeister2015-01-231-1/+1
|
* Merge remote-tracking branch 'rupertbaxter2/master'Philipp Hagemeister2015-01-231-0/+4
| | | | | | Conflicts: youtube_dl/__init__.py youtube_dl/downloader/common.py
* [YoutubeDL] Allow filtering by properties (Fixes #4584)Philipp Hagemeister2015-01-231-0/+11
|
* [options] Clarify that --password can be left out (#4723)Philipp Hagemeister2015-01-171-1/+1
|
* [options] Add --no-call-homePhilipp Hagemeister2015-01-101-1/+5
| | | | While we're at it, also drop "experimental" moniker for --call-home - should work fine.
* [YoutubeDL] Add new --call-home option for debuggingPhilipp Hagemeister2015-01-101-0/+4
|
* [options] Add -4 and -6 optionsPhilipp Hagemeister2015-01-101-0/+10
| | | | Fixes #520, fixes #3626.
* Add new option --source-addressPhilipp Hagemeister2015-01-101-8/+16
| | | | Closes #3618, fixes #721, fixes #2481, fixes #4551, closes #1020.
* [youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes ↵Philipp Hagemeister2015-01-101-0/+7
| | | | #4674)
* [options] PEP8 and simpler --merge-output-format handling (#4673)Philipp Hagemeister2015-01-101-3/+3
|
* Added an option to specify an output format for merges when downloading ↵Andrei Troie2015-01-091-0/+6
| | | | separate video & audio
* Add --print-json (Closes #2845)Philipp Hagemeister2015-01-081-0/+5
|
* [YoutubeDL] Allow selection by more extensionsPhilipp Hagemeister2015-01-081-4/+6
|
* [options] Upper-case options and URL in --help outputPhilipp Hagemeister2015-01-011-1/+1
| | | | Hopefully, this reduces confusion as in #4610.
* Deprecate --auto-number (Closes #2704)Philipp Hagemeister2014-12-121-4/+4
|
* Download playlist items in reverse orderMark Schreiber2014-12-121-0/+4
| | | | | | | | | | | | | Series of videos are typically uploaded to YouTube playlists in chronological order. By default, these videos are downloaded latest-to-earliest; this is great for seeing the latest videos in a series, but prevents streaming video in the order that the videos were produced. Add an option to download videos in reverse order, earliest-to-latest. Conflicts: youtube_dl/YoutubeDL.py youtube_dl/__init__.py
* [options] Standardize mentoined configuration file location (Fixes #4367)Philipp Hagemeister2014-12-041-1/+4
|
* Clarify --no-playlist documentation (Closes #4309)Philipp Hagemeister2014-11-261-1/+1
|
* Fix all PEP8 issues except E501Philipp Hagemeister2014-11-231-2/+3
|
* PEP8 appliedJouke Waleson2014-11-231-1/+1
|
* [compat] Work around kwargs bugs in old 2.6 Python releases (Fixes #3813)Philipp Hagemeister2014-11-151-1/+2
|
* [YoutubeDL] Add playlist_id and playlist_title fields (Fixes #4139)Philipp Hagemeister2014-11-091-2/+4
|
* [options] Document the syntax for merging formats (closes #3940, closes #4132)Jaime Marquínez Ferrándiz2014-11-081-1/+10
|
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-1/+3
| | | | | | | utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
* Merge branch 'compat-getenv-and-expanduser' of ↵Sergey M․2014-10-261-6/+8
|\ | | | | | | | | | | | | | | https://github.com/dstftw/youtube-dl into dstftw-compat-getenv-and-expanduser Conflicts: test/test_utils.py youtube_dl/__init__.py
| * [core] Decode environment variables with filesystem encoding (Fixes #3854, ↵Sergey M․2014-09-301-6/+8
| | | | | | | | | | | | Fixes #3217, Fixes #2918) Introduces compat versions of os.getenv and os.path.expanduser
* | New option --dump-single-json (#4003)Philipp Hagemeister2014-10-251-0/+4
| |
* | Add --flat-playlist option (Closes #4003)Philipp Hagemeister2014-10-241-0/+5
| |
* | [youtube] Download DASH manifest by default (Closes #3887)Philipp Hagemeister2014-10-131-4/+8
| |
* | [options] Consistent formatting and general nicenessPhilipp Hagemeister2014-10-121-283/+433
| |
* | [options] Mention login in --username documentation (#3753)Philipp Hagemeister2014-10-121-1/+1
|/
* Do not use HTML characters in outputPhilipp Hagemeister2014-09-291-1/+1
| | | | This messes up the format when people paste it outside of code tags.
* [YoutubeDL] Allow downloading multiple formats with ,Philipp Hagemeister2014-09-181-1/+1
|
* Add -f m4aPhilipp Hagemeister2014-09-181-1/+1
|
* [options] Correct option usagePhilipp Hagemeister2014-09-131-0/+2
|
* [options] Move all options to their own filePhilipp Hagemeister2014-09-131-0/+479