Commit Graph

163 Commits (master)

Author SHA1 Message Date
willbeaufoy 46d0baf941
[options] Clarify doc on --exec command (closes #19087) (#24883) 4 years ago
The Hatsune Daishi b76f0e58f7
[options] Remove duplicate short option -v for --version (#24162) 4 years ago
Sergey M․ 067aa17edf
Start moving to ytdl-org 5 years ago
Sergey M․ d4a24f4091
Prefer ffmpeg over avconv by default (closes #8622) 6 years ago
Sergey M․ 504f20dd30
Remove experimental mark for some options 6 years ago
Sergey M․ 1e4fe5a7cc
[options] Fix typo (closes #16450) 6 years ago
Sergey M․ 5f95927a62
Improve geo bypass mechanism
* Introduce geo bypass context
* Add ability to bypass based on IP blocks in CIDR notation
* Introduce --geo-bypass-ip-block
6 years ago
Arend v. Reinersdorff 5d60b99717 [options] Mention comments support in --batch-file 6 years ago
Sergey M․ 0c3e5f4921
Revert "Respect --prefer-insecure while updating (closes #15497)"
This reverts commit 7d2b4aa047.
6 years ago
Sergey M․ 7d2b4aa047
Respect --prefer-insecure while updating (closes #15497) 6 years ago
Sergey M․ ba515388b8
Introduce --http-chunk-size 6 years ago
Yen Chi Hsuan 8c2895305d
[options] Accept lrc as a subtitle conversion target format (closes #14292) 7 years ago
Yen Chi Hsuan 905d18a7aa
[options] Correctly hide login info from debug outputs (#13696)
Iterate over opts instead of PRIVATE_OPTS for both performance and
correctness
7 years ago
Sergey M․ a355b57f58
[README.md] Clarify output template references (closes #13316) 7 years ago
Sergey M․ 166d12b00c
[options] PEP 8 7 years ago
Sergey M․ fa26734e07
[postprocessor/metadatafromtitle] Add support regex syntax for --metadata-from-title (closes #13065) 7 years ago
Sergey M․ 0eee52f34b
Introduce --keep-fragments 7 years ago
Sergey M․ 12ee65ea0d
[options] Mention ISM for --fragment-retries and --skip-unavailable-fragments 7 years ago
Philipp Hagemeister 0efbc6b56d [options] Mention flac support and sort alphabetically among the audio formats 7 years ago
Sergey M․ be5df5ee31
Suppress help for all deprecated options and print warning when used 7 years ago
Sergey M․ fafc2bf5a9
[options] Deprecate --autonumber-size 7 years ago
Sergey M․ 0aa10994f4 [options] Move geo restriction related options to separate section 7 years ago
Sergey M․ 0a840f584c Rename bypass geo restriction options 7 years ago
Sergey M․ 773f291dcb Add experimental geo restriction bypass mechanism
Based on faking X-Forwarded-For HTTP header
7 years ago
Sergey M․ ac33accd96
[options] Mention quoted string literals for --match-filter 7 years ago
Sergey M․ 2c1f442c2b
[options] Add missing spaces 7 years ago
Thomas Christlieb 75822ca790 New parameter --playlist-random to randomize playlist download order. Fixes #11889 7 years ago
Sergey M․ 1a241a2d02
[options] Refactor autonumber options and add validation (closes #727, closes #2702, closes #9362) 7 years ago
Costy Petrisor acbb2374bc
added --autonumber-start NUMBER as a command line option to be able to offset the index at which autonumber formats filenames 7 years ago
Sergey M․ 24ee6b9721
[options] Remove experimental mark from some options 7 years ago
Sergey M․ 732fb3f8be
[options] Move --abort-on-unavailable-fragment to download section 7 years ago
Iulian Onofrei f4ec8dce48 Update README.md (#11787)
Add audio format argument dependency warning
7 years ago
Sergey M․ 0ce8c66fb0
[options] Include custom conf in final argv (closes #11741) 7 years ago
Sergey M․ b6ee45e9fa
Improve custom config support (closes #10648) 7 years ago
Fabian Stahl e66dca5e4a
Add option --config-location
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
7 years ago
David Haberthür 3540fe262f
[README.md] Fix spelling and harmonize line length 7 years ago
Sergey M․ d2522b86ac
[options] Actually print Adobe Pass options sections in --help 8 years ago
Sergey M․ 537f753399
[options] Improve Adobe Pass wording 8 years ago
Remita Amine 87148bb711 [adobepass] rename --ap-mso-list option to --ap-list-mso 8 years ago
Remita Amine 797c636bcb [ap] improve adobe pass names and parse error handling 8 years ago
Remita Amine 5712c0f426 [adobepass] remove unnecessary option 8 years ago
Remita Amine 1b6712ab23 [adobepass] add specific options for adobe pass authentication
- 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
8 years ago
Remita Amine 7a7309219c [adobepass] add an option to specify mso_id and support for ROGERS TV Provider(closes #10606) 8 years ago
Sergey M․ 9603b66012
Introduce --skip-unavailable-fragments 8 years ago
Sergey M․ 8b2dc4c328
[options] Remove output template description from --help
Same reasons as for --format
8 years ago
Sergey M․ 7aa589a5e1
Fix --min/max-sleep-interval wording 8 years ago
singh-pratyush96 065bc35489
Add --max-sleep-interval (Closes #9930) 8 years ago
Philipp Hagemeister 3aa9a73554 [options] Hide --password=secret in verbose output 8 years ago
Sergey M․ 1251565ee0
[options] Rollback old behavior for configuratio files' encoding
Until agreed with some solution
8 years ago
Philipp Hagemeister 30d22dae8e [options] Do not decode Unicode on Python 2.x
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)
8 years ago