Commit Graph
1393 Commits
Author SHA1 Message Date
c-basalt 12c405341c Merge branch 'master' into jsi 2025-05-24 08:29:56 -04:00
Matt BroadwayandGitHub e491fd4d09 [cookies] Fix Linux desktop environment detection (#13197)
Closes #12885
Authored by: mbway
2025-05-22 09:22:11 +00:00
32ed5f107c [ie/youtube] Add PO token support for subtitles (#13234)
Closes #13075
Authored by: bashonly, coletdjnz

Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
2025-05-22 09:13:42 +00:00
167d7a9f0f [jsinterp] Fix increment/decrement evaluation (#13238)
Closes #13241
Authored by: seproDev, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-05-21 22:27:07 +00:00
coletdjnzandGitHub 2685654a37 [ie/youtube] Add a PO Token Provider Framework (#12840)
https://github.com/yt-dlp/yt-dlp/tree/master/yt_dlp/extractor/youtube/pot/README.md

Authored by: coletdjnz
2025-05-18 13:45:26 +12:00
c-basalt 24cf3af1ed Merge branch 'master' into jsi 2025-05-17 10:36:56 -04:00
c-basalt f058874929 jsi override 2025-05-17 10:27:16 -04:00
c-basalt d74f921e37 add jsi plugin testcase like pp test 2025-05-02 03:59:11 -04:00
c-basalt fbd5ce74c0 skip test when unavailable 2025-04-29 00:00:53 -04:00
c-basalt 0061546a82 remove features and prepare for plugin 2025-04-28 23:43:07 -04:00
doe1080andGitHub ceab4d5ed6 [networking] Add PATCH request shortcut (#12884)
Authored by: doe1080
2025-04-18 11:46:19 +12:00
coletdjnzandGitHub 72ba487930 [ie/youtube:tab] Extract continuation from empty page (#12938)
Fixes https://github.com/yt-dlp/yt-dlp/issues/12933 https://github.com/yt-dlp/yt-dlp/issues/8206

Authored by: coletdjnz
2025-04-18 11:34:30 +12:00
c-basalt 191740c90c Merge branch 'master' of github-cb:c-basalt/yt-dlp into jsi 2025-04-13 12:46:05 -04:00
doe1080andGitHub a473e59233 [utils] url_or_none: Support WebSocket URLs (#12848)
Authored by: doe1080
2025-04-06 20:46:08 +02:00
48be862b32 [ie/youtube] Make signature and nsig extraction more robust (#12761)
Authored by: bashonly, seproDev

Co-authored-by: sepro <sepro@sepr0.com>
2025-03-27 22:31:01 +00:00
a8b9ff3c2a [jsinterp] Fix nested attributes and object extraction (#12760)
Authored by: bashonly, seproDev

Co-authored-by: sepro <sepro@sepr0.com>
2025-03-27 22:28:30 +00:00
seproandGitHub a550dfc904 [ie/youtube] Fix signature and nsig extraction for player 4fcd6e4a (#12748)
Closes #12746
Authored by: seproDev
2025-03-25 23:40:58 +00:00
bashonlyandGitHub 86ab79e1a5 [ie] Fix sorting of HLS audio formats by GROUP-ID (#12714)
Closes #11178
Authored by: bashonly
2025-03-24 22:38:22 +00:00
seproandGitHub 9491b44032 [utils] js_to_json: Make function less fatal (#12715)
Authored by: seproDev
2025-03-24 22:28:47 +01:00
bashonlyandGitHub b9c979461b [ie/youtube] Fix signature and nsig extraction for player 363db69b (#12725)
Closes #12724
Authored by: bashonly
2025-03-24 21:18:51 +00:00
Simon SawickiandGitHub 9bf23902ce [rh:curl_cffi] Support curl_cffi 0.10.x (#12670)
Authored by: Grub4K
2025-03-23 00:15:20 +01:00
seproandGitHub fe4f14b836 [ie/viki] Remove extractors (#12703)
Closes #2907, Closes #2869
Authored by: seproDev
2025-03-22 22:34:07 +01:00
f36e4b6e65 [cleanup] Misc (#12526)
Authored by: Grub4K, seproDev, gamer191, dirkf

Co-authored-by: sepro <sepro@sepr0.com>
2025-03-21 23:41:56 +00:00
9b868518a1 [ie/youtube] Fix nsig and signature extraction for player 643afba4 (#12684)
Closes #12677, Closes #12682
Authored by: seproDev, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-03-21 20:58:10 +00:00
7d18fed8f1 [networking] Add keep_header_casing extension (#11652)
Authored by: coletdjnz, Grub4K

Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
2025-03-03 00:10:01 +01:00
c-basalt 5d36f8789b fix 2025-03-01 17:05:24 -05:00
c-basalt d0956644d8 Merge branch 'master' of https://github.com/yt-dlp/yt-dlp into jsi 2025-03-01 16:19:20 -05:00
c-basalt 98ae72ff50 remove jitless 2025-03-01 16:12:47 -05:00
coletdjnzandGitHub 4445f37a7a [core] Load plugins on demand (#11305)
- Adds `--no-plugin-dirs` to disable plugin loading
- `--plugin-dirs` now supports post-processors

Authored by: coletdjnz, Grub4K, pukkandan
2025-02-23 11:00:46 +13:00
Simon SawickiandGitHub a3e0c7d3b2 [test] Show all differences for expect_value and expect_dict (#12334)
Authored by: Grub4K
2025-02-21 21:29:07 +01:00
c-basalt 076ca745aa matrix download test 2025-02-19 16:53:03 -05:00
c-basalt cd702571e8 Merge branch 'master' into jsi 2025-02-18 21:02:31 -05:00
2081634474 [test:download] Validate and sort info dict fields (#12299)
Authored by: pzhlkj6612, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-02-10 23:22:21 +00:00
seproandGitHub 4ca8c44a07 [jsinterp] Improve zeroise (#12313)
Authored by: seproDev
2025-02-09 22:37:23 +01:00
Simon SawickiandGitHub 0d9f061d38 [jsinterp] Add js_number_to_string (#12110)
Authored by: Grub4K
2025-02-08 18:48:36 +01:00
Simon SawickiandGitHub fc12e724a3 [utils] sanitize_path: Fix some incorrect behavior (#11923)
Authored by: Grub4K
2025-01-25 22:32:00 +01:00
f7d071e8aa [core] Fix float comparison values in format filters (#11880)
Closes #10115
Authored by: Dioarya, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-01-25 19:12:56 +00:00
c-basalt 87218ed239 update 2025-01-11 13:34:38 -05:00
c-basalt e0697299b6 test wasm 2025-01-02 00:41:21 -05:00
c-basalt e8eb983583 add testcase 2025-01-01 13:33:16 -05:00
c-basalt b086b8635d update interface 2024-12-31 06:25:12 -05:00
c-basalt f0c1da2528 test cookie 2024-12-31 04:34:27 -05:00
c-basalt b87a0582c5 test script tag 2024-12-30 17:54:45 -05:00
c-basalt fb474064ee test 2024-12-30 17:09:47 -05:00
c-basalt 65e238c45d update 2024-12-28 03:56:12 -05:00
c-basalt a9de401ccd Merge branch 'master' into jsi 2024-12-26 20:05:10 -05:00
c-basalt 3de7064d60 Merge branch 'master' into jsi 2024-12-26 19:59:46 -05:00
pukkandanandGitHub 6fc85f617a Don't sanitize filename on Unix when --no-windows-filenames (#9591)
Closes #4547, Closes #8464
Authored by: pukkandan
2024-12-23 15:57:25 +05:30
bashonlyandGitHub 5460cd9189 [ie/youtube] Fix signature function extraction for 2f1832d2 (#11801)
Closes #11798
Authored by: bashonly
2024-12-13 09:43:08 +00:00
bashonlyandGitHub a95ee6d880 [ie/youtube] Fix n sig extraction for player 3bb1f723 (#11750)
Closes #11744
Authored by: bashonly
2024-12-06 15:35:18 +00:00