Commit Graph

1073 Commits (master)

Author SHA1 Message Date
dirkf c2766cb80e [test/test_download] Support 'playlist_maxcount:count' expected value 3 weeks ago
dirkf 21792b88b7 [external/FFmpeg] Fix and improve --ffmpeg-location handling 2 months ago
dirkf acc383b9e3 [utils] Let int_or_none() accept a base, like int() 2 months ago
Hubert Hirtz f0812d7848
[utils] Handle user:pass in URLs (#28801) 2 months ago
dirkf 4eaeb9b2c6 [InfoExtractor] Support byte range for DASH 3 months ago
dirkf c58b655a9e [InfoExtractor] Support DASH subtitle extraction (yt-dlp back-port) 3 months ago
dirkf dc512e3a8a [YouTube] Fix `like_count` extraction using `likeButtonViewModel` 4 months ago
dirkf 6651871416 [compat] Rework compat for `method` parameter of `compat_urllib_request.Request` constructor 4 months ago
dirkf 66ab0814c4 [utils] Revert bbd3e7e, updating docstring, test instead 8 months ago
dirkf 21caaf2380 [test] Remove redundancy from lambda expected value regex 8 months ago
dirkf abef53466d [utils] Rework URL path munging for ., .. components 10 months ago
dirkf e7926ae9f4 [utils] Rework decoding of `Content-Encoding`s 10 months ago
dirkf a25e9f3c84 [compat] Use `compat_open()` 10 months ago
dirkf aac33155e4 [build] Add and use `devscripts/utils` 10 months ago
dirkf 2b7dd3b2a2 [utils] Fix update_Request() with empty data (not None) 10 months ago
dirkf 44faa71b19 [test/test_execution.py] Use `compat_subprocess_get_DEVNULL()` 10 months ago
dirkf 7bce2ad441 [build] Fix various Jython CI and test issues 10 months ago
dirkf b2741f2654 [InfoExtractor] Add search methods for Next/Nuxt.js from yt-dlp 10 months ago
dirkf d9d07a9581 [utils] Improve js_to_json, align with yt-dlp 10 months ago
dirkf 825a40744b [utils] Align traverse_obj() with yt-dlp 10 months ago
dirkf 1d8d5a93f7 [test] Fixes for old Pythons 10 months ago
bashonly 21438a4194 [downloader/external] Fix cookie support 10 months ago
Simon Sawicki 8334ec961b [core] Process header cookies on loading 10 months ago
dirkf b383be9887 [core] Remove `Cookie` header on redirect to prevent leaks 10 months ago
dirkf 46fde7caee [core] Update redirect handling from yt-dlp 10 months ago
dirkf 1720c04dc5 [test] Make skipped tests in test_execution work with Py 2.6 10 months ago
dirkf d5ef405c5d [core] Align error reporting methods with yt-dlp 10 months ago
dirkf f47fdb9564 [utils] Add {expected_type} and Iterable support to traverse_obj() 10 months ago
dirkf f24bc9272e [Misc] Fixes for 2.6 compatibility 10 months ago
dirkf b08a580906 [workflows/ci.yml] Fix test support for Py 2.6 10 months ago
dirkf 2500300c2a [workflows/ci.yml] Restore test support for Py 3.2 10 months ago
pukkandan 9112e668a5 [YouTube] Improve nsig function name extraction 11 months ago
dirkf ae8ba2c319 [YouTube] Fix `KeyError QV` in signature extraction failed 11 months ago
dirkf a2534f7b88 [jsinterp] Fix div bug breaking player 8c7583ff 11 months ago
dirkf d89c2137ba [jsinterp] Small updates for a85a875 12 months ago
dirkf a85a875fef [jsinterp] Handle NaN in bitwise operators 1 year ago
dirkf 211cbfd5d4 [jsinterp] Minimally handle arithmetic operator precedence 1 year ago
dirkf f35b757c82 [utils] Ensure `allow_types` for `variadic()` is a tuple 1 year ago
dirkf 45495228b7 [downloader/http] Only check for resumability when actually resuming 1 year ago
dirkf 0402710227 [jsinterp] Fix regexp parsing and .replace[All] method 1 year ago
pukkandan 3e92c60fcd [jsinterp] Handle `Date` at epoch 0 1 year ago
dirkf e67e52a8f8 [test] Support test-case with volatile ID (eg live show) 1 year ago
pukkandan 1d3751c3fe Escape URLs in `sanitized_Request`, not `sanitize_url` d2558234cf5dd12d6896eed5427b7dcdb3ab7b5a added escaping of URLs while sanitizing. However, `sanitize_url` may not always receive an actual URL. Eg: When using `youtube-dl "search query" --default-search ytsearch`, `search query` gets escaped to `search%20query` before being prefixed with `ytsearch:` which is not the intended behavior. So the escaping is moved to `sanitized_Request` instead. 1 year ago
dirkf dd9aa74bee [test] Avoid name TestIE which causes a pytest warning 1 year ago
dirkf 42b098dd79 [InfoExtractor] Handle unquoted values in OpenGraph searches 1 year ago
teddy171 33db85c571 [feat]: Add support to external downloader aria2p (#31500) 1 year ago
dirkf bafb6dec72 [YouTube] Refresh compat/utils usage 1 year ago
dirkf 4e04f10499 [compat] Update test_compat 1 year ago
dirkf 249f2b6316 [compat] Systematise compat_ naming 1 year ago
dirkf d6b14ba316 [test] Fix TestAgeRestriction 1 year ago