summaryrefslogtreecommitdiffstats
path: root/youtube_dl/options.py
Commit message (Collapse)AuthorAgeFilesLines
* [options] Clarify doc on --exec command (closes #19087) (#24883)willbeaufoy2020-04-241-1/+1
|
* [options] Remove duplicate short option -v for --version (#24162)The Hatsune Daishi2020-02-291-1/+1
|
* Start moving to ytdl-orgSergey M․2019-03-111-1/+1
|
* Prefer ffmpeg over avconv by default (closes #8622)Sergey M․2018-06-291-2/+2
|
* Remove experimental mark for some optionsSergey M․2018-05-191-6/+6
|
* [options] Fix typo (closes #16450)Sergey M․2018-05-141-1/+1
|
* Improve geo bypass mechanismSergey M․2018-05-021-0/+4
| | | | | | * Introduce geo bypass context * Add ability to bypass based on IP blocks in CIDR notation * Introduce --geo-bypass-ip-block
* [options] Mention comments support in --batch-fileArend v. Reinersdorff2018-03-271-1/+2
|
* Revert "Respect --prefer-insecure while updating (closes #15497)"Sergey M․2018-02-271-1/+1
| | | | This reverts commit 7d2b4aa04790b51a0b2b717eed618296115061a8.
* Respect --prefer-insecure while updating (closes #15497)Sergey M․2018-02-181-1/+1
|
* Introduce --http-chunk-sizeSergey M․2018-02-031-0/+5
|
* [options] Accept lrc as a subtitle conversion target format (closes #14292)Yen Chi Hsuan2017-09-231-1/+1
|
* [options] Correctly hide login info from debug outputs (#13696)Yen Chi Hsuan2017-07-231-20/+18
| | | | | Iterate over opts instead of PRIVATE_OPTS for both performance and correctness
* [README.md] Clarify output template references (closes #13316)Sergey M․2017-06-081-2/+2
|
* [options] PEP 8Sergey M․2017-05-141-1/+1
|
* [postprocessor/metadatafromtitle] Add support regex syntax for ↵Sergey M․2017-05-141-5/+6
| | | | --metadata-from-title (closes #13065)
* Introduce --keep-fragmentsSergey M․2017-04-241-0/+4
|
* [options] Mention ISM for --fragment-retries and --skip-unavailable-fragmentsSergey M․2017-03-281-2/+2
|
* [options] Mention flac support and sort alphabetically among the audio formatsPhilipp Hagemeister2017-03-161-1/+1
|
* Suppress help for all deprecated options and print warning when usedSergey M․2017-02-241-7/+5
|
* [options] Deprecate --autonumber-sizeSergey M․2017-02-231-1/+3
|
* [options] Move geo restriction related options to separate sectionSergey M․2017-02-191-18/+19
|
* Rename bypass geo restriction optionsSergey M․2017-02-191-6/+6
|
* Add experimental geo restriction bypass mechanismSergey M․2017-02-191-0/+12
| | | | Based on faking X-Forwarded-For HTTP header
* [options] Mention quoted string literals for --match-filterSergey M․2017-02-181-2/+4
|
* [options] Add missing spacesSergey M․2017-02-171-5/+5
|
* New parameter --playlist-random to randomize playlist download order. Fixes ↵Thomas Christlieb2017-01-311-0/+4
| | | | #11889
* [options] Refactor autonumber options and add validation (closes #727, ↵Sergey M․2017-01-291-4/+4
| | | | closes #2702, closes #9362)
* added --autonumber-start NUMBER as a command line option to be able to ↵Costy Petrisor2017-01-291-0/+4
| | | | offset the index at which autonumber formats filenames
* [options] Remove experimental mark from some optionsSergey M․2017-01-281-5/+5
|
* [options] Move --abort-on-unavailable-fragment to download sectionSergey M․2017-01-281-1/+1
|
* Update README.md (#11787)Iulian Onofrei2017-01-211-1/+1
| | | Add audio format argument dependency warning
* [options] Include custom conf in final argv (closes #11741)Sergey M․2017-01-161-1/+1
|
* Improve custom config support (closes #10648)Sergey M․2016-12-311-21/+21
|
* Add option --config-locationFabian Stahl2016-12-311-0/+14
| | | | | | | | | | | | | | | | | | | | | | A configfile can now be passed to youtube_dl. undo changes Raise parser error if file not found, change to user_conf change metavar hand helptext for --configfile Fix help for --configfile Update help for --configfile Numbering placeholder in configfile error msg minor fix Change option --configfile top --config-file Fix -config-file error
* [README.md] Fix spelling and harmonize line lengthDavid Haberthür2016-12-311-2/+2
|
* [options] Actually print Adobe Pass options sections in --helpSergey M․2016-09-151-0/+1
|
* [options] Improve Adobe Pass wordingSergey M․2016-09-151-4/+4
|
* [adobepass] rename --ap-mso-list option to --ap-list-msoRemita Amine2016-09-141-2/+2
|
* [ap] improve adobe pass names and parse error handlingRemita Amine2016-09-141-6/+6
|
* [adobepass] remove unnecessary optionRemita Amine2016-09-141-4/+0
|
* [adobepass] add specific options for adobe pass authenticationRemita Amine2016-09-131-3/+21
| | | | | | | - add --ap-username and --ap-password option to specify TV provider username and password in the cmd line - add --ap-retries option to limit the number of retries - add --list-ap-msi-ids to list the supported TV Providers
* [adobepass] add an option to specify mso_id and support for ROGERS TV ↵Remita Amine2016-09-121-0/+4
| | | | Provider(closes #10606)
* Introduce --skip-unavailable-fragmentsSergey M․2016-09-031-1/+9
|
* [options] Remove output template description from --helpSergey M․2016-08-181-16/+1
| | | | Same reasons as for --format
* Fix --min/max-sleep-interval wordingSergey M․2016-08-091-6/+9
|
* Add --max-sleep-interval (Closes #9930)singh-pratyush962016-08-091-2/+10
|
* [options] Hide --password=secret in verbose outputPhilipp Hagemeister2016-08-021-2/+13
|
* [options] Rollback old behavior for configuratio files' encodingSergey M․2016-07-091-1/+5
| | | | Until agreed with some solution
* [options] Do not decode Unicode on Python 2.xPhilipp Hagemeister2016-07-071-2/+2
| | | | | The configuration file contents are being returned as unicode now, so decoding them is no longer necessary. (Run python2 with -3 to see the warning before this commit)