Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
* Introduce geo bypass context
* Add ability to bypass based on IP blocks in CIDR notation
* Introduce --geo-bypass-ip-block
|
|
|
|
This reverts commit 7d2b4aa04790b51a0b2b717eed618296115061a8.
|
|
|
|
|
|
|
|
Iterate over opts instead of PRIVATE_OPTS for both performance and
correctness
|
|
|
|
|
|
--metadata-from-title (closes #13065)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Based on faking X-Forwarded-For HTTP header
|
|
|
|
|
|
#11889
|
|
closes #2702, closes #9362)
|
|
offset the index at which autonumber formats filenames
|
|
|
|
|
|
Add audio format argument dependency warning
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
Provider(closes #10606)
|
|
|
|
Same reasons as for --format
|
|
|
|
|
|
|
|
Until agreed with some solution
|
|
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)
|