| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
#10591, closes #10622)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
archive id when no explicit ie_key is provided (#19022)
|
|
|
|
| |
(closes #18961)
|
|
|
|
| |
expressions (closes #18600, closes #18805)
|
|
|
|
| |
session cookies (closes #12929)
|
|
|
|
| |
with requests
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Introduce geo bypass context
* Add ability to bypass based on IP blocks in CIDR notation
* Introduce --geo-bypass-ip-block
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
output template (closes #11427, #15018)
|
| |
|
| |
|
|
|
|
| |
E.g. '--playlist-items 2-4,3-4,3' should result in '[2,3,4]', not '[2,3,4,3,4,3]'
|
|
|
|
| |
reduce code duplication (closes #14425)
|
| |
|
| |
|
| |
|
|\
| |
| | |
Openload phantomjs method
|
| | |
|
|\ \
| | |
| | | |
[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)
|