Age | Commit message (Collapse) | Author |
|
[YoutubeDL] write raw subtitle files
|
|
|
|
|
|
|
|
|
|
All these meta fields must be borrowed from final extractor that actually performs extraction.
This commit fixes extractor id in download archives for url_transparent downloads. Previously, 'transparent' extractor was erroneously
used for extractor archive id, e.g. 'eggheadlesson 4n8ugwwj5t' instead of 'wistia 4n8ugwwj5t'.
|
|
|
|
|
|
#13587)
|
|
|
|
|
|
|
|
well (#13027)
|
|
|
|
|
|
os.path.expandvars translates '%%' into '%' making output template invalid.
Before: '%%(ext)s' -(expand path)-> '%(ext)s' -(outtmpl subst.)-> 'mp4'
After: '%%(ext)s' -(outtmpl subst.)-> '%(ext)s' -(expand path)-> '%(ext)s'
|
|
#11163)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compatibility
|
|
|
|
|
|
|
|
Based on faking X-Forwarded-For HTTP header
|
|
#11889
|
|
offset the index at which autonumber formats filenames
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
|
|
|
By default io.open() convert all '\n' occurrences to '\r\n' when writing
files. If the content already contains '\r\n', it will be converted to
'\r\r\n', breaking some video players.
|
|
|
|
|
|
|
|
|
|
|
|
And deprecate the former one
Since commit f1388739002a7fd1e8e9c41b642734786fc6c391, this option is
not limited to China websites, so rename it.
|
|
|