Age | Commit message (Collapse) | Author |
|
|
|
|
|
Ensure that a format selected with `-f ext` is a combined format unless format extraction is marked incomplete.
Resolves https://github.com/yt-dlp/yt-dlp/issues/5989#issuecomment-1374758043.
|
|
* also ensure compat encoding of error strings
|
|
Based on and closes #26638.
|
|
* derived from PR #26592, closes #26592
Authored by: Unrud
|
|
... and generate warning
|
|
Ensures download tests pass in Python 2 as well as 3; also
add YoutubeDL tests for timestamp -> upload_date etc.
|
|
Co-authored-by: Sergey M. <[email protected]>
|
|
|
|
|
|
playlists (closes #27833)
|
|
|
|
multiple + operators (closes #27803)
|
|
|
|
|
|
(closes #14579, closes #22593)
TODO: logging and verbosity needs major refactoring (refs #10894)
|
|
of url_transparent (closes #27064)
|
|
|
|
#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
|