Commit Graph

22467 Commits

Author SHA1 Message Date
jakeogh 90b112983c use single traversal pattern 2024-05-15 02:24:02 -07:00
jakeogh 1872982e2f fix author_is_verified 2024-05-14 21:10:40 -07:00
jakeogh 1adea35e4c add {bool} 2024-05-14 20:16:51 -07:00
jakeogh 743ed06ef7 remove pinned_text var 2024-05-14 20:02:01 -07:00
jakeogh 1cee8e7693 whitespace change 2024-05-14 19:26:18 -07:00
jakeogh 0ef6c93560 use traverse_obj for time_text 2024-05-14 19:22:17 -07:00
jakeogh 8d428b42c0 use single traversal 2024-05-14 19:20:00 -07:00
jakeogh f6ced29596 use get_first() and remove .get() 2024-05-14 18:57:34 -07:00
jakeogh 6f5c669fcc move continue block, filter() comment_keys for None 2024-05-14 18:49:36 -07:00
jakeogh 4701ad6c2e remove .get() call from content 2024-05-14 17:57:38 -07:00
jakeogh 1a0cf3ced4 fix test for None 2024-05-14 17:53:31 -07:00
jakeogh f09e66bb3f use traverse_obj with mutations variable 2024-05-14 17:51:13 -07:00
jakeogh cf9751afd4 two whitespace fixes 2024-05-14 17:36:07 -07:00
jakeogh 5a3a4f13d4 @bbilly1 correctly parse like_count for cases > 1000 2024-05-06 15:26:52 -07:00
jakeogh f4c1de1673 apply patch from @minamotorin of example code by @shoxie007 2024-05-06 13:47:34 -07:00
jakeogh a1102d7df9 add commentRenderer fix from @minamotorin 2024-05-05 21:39:08 -07:00
jakeogh 3ef651718e replace dict access with traverse_obj() and use likeCountA11y 2024-04-24 13:15:35 -07:00
jakeogh 17bb4434c2 replace dict access with try_get() 2024-04-24 02:22:01 -07:00
jakeogh 276347381c fix another indent 2024-04-24 00:07:55 -07:00
jakeogh 800906c9ce fix indent 2024-04-24 00:03:23 -07:00
jakeogh 4da1db9d1e fix like_count 2024-04-23 20:41:00 -07:00
jakeogh 2ef6563fb1 fix old comment extraction 2024-04-23 16:02:03 -07:00
jakeogh 6083596d50 handle KeyError: 'frameworkUpdates' when the old comment format is served 2024-04-23 14:53:00 -07:00
jakeogh 16cb4fedbe fix typo in previous patch, like count, and use direct dict access 2024-04-23 14:07:22 -07:00
jakeogh ee81ca4a95 apply patch from issues/9358#issuecomment-2072600506 2024-04-23 12:18:13 -07:00
bashonly 89f535e265
[ci] Fix `curl-cffi` installation (Bugfix for 02483bea1c)
Authored by: bashonly
2024-04-22 20:36:01 +00:00
bashonly ff38a011d5
[ie/crunchyroll] Fix auth and remove cookies support (#9749)
Closes #9745
Authored by: bashonly
2024-04-21 22:41:40 +00:00
bashonly 8056a3026e
[ie/theatercomplextown] Fix extractors (#9754)
Authored by: bashonly
2024-04-21 16:05:42 +00:00
Simon Sawicki 3ee1194288
[ie] Make `_search_nextjs_data` non fatal (#8937)
Authored by: Grub4K
2024-04-21 13:40:38 +02:00
bashonly e3b42d8b1b
[ie/facebook] Fix DASH formats extraction (#9734)
Closes #9720
Authored by: bashonly
2024-04-20 10:23:12 +00:00
bashonly c9ce57d9bf
[ie/patreon] Fix Vimeo embed extraction (#9712)
Fixes regression in 36b240f9a7

Closes #9709
Authored by: bashonly
2024-04-18 23:18:56 +00:00
bashonly 02483bea1c
[build] Normalize `curl_cffi` group to `curl-cffi` (#9698)
Closes #9682
Authored by: bashonly
2024-04-18 23:11:12 +00:00
bashonly 315b354429
[ie/afreecatv:live] Add `cdn` extractor-arg (#9666)
Closes #6497
Authored by: bashonly
2024-04-13 16:40:53 +00:00
bashonly 0c21c53885
[ie/jiosaavn] Extract via API and fix playlists (#9656)
Closes #9648
Authored by: bashonly
2024-04-13 16:08:25 +00:00
github-actions[bot] 168e72dcd3 Release 2024.04.09
Created by: Grub4K

:ci skip all :ci run dl
2024-04-09 17:03:28 +00:00
Simon Sawicki ff07792676
[core] Prevent RCE when using `--exec` with `%q` (CVE-2024-22423)
The shell escape function now properly escapes `%`, `\\` and `\n`. `utils.Popen` as well as `%q` output template expansion have been patched accordingly.

Prior to this fix using `--exec` together with `%q` when on Windows could cause remote code to execute. See https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-hjq6-52gw-2g7p for more details.

Authored by: Grub4K
2024-04-09 18:36:13 +02:00
bashonly 216f6a3cb5
[cleanup] Misc (#9426)
Authored by: bashonly, pukkandan
2024-04-09 16:12:26 +00:00
bashonly b19ae095fd
[build] Do not include `curl_cffi` in `macos_legacy` (#9653)
Authored by: bashonly
2024-04-08 23:20:58 +00:00
Simon Sawicki 9590cc6b47
Add new option `--progress-delta` (#9082)
Authored by: Grub4K
2024-04-08 22:47:38 +02:00
luiso1979 79a451e576
[networking] Respect `SSLKEYLOGFILE` environment variable (#9543)
Authored by: luiso1979
2024-04-08 21:53:30 +02:00
Leo Heitmann Ruiz df0e138fc0
[docs] Various manpage fixes
Authored by: leoheitmannruiz
2024-04-08 21:24:58 +02:00
bashonly 2e94602f24
[ie/jiosaavn] Support playlists (#9622)
Closes #9616
Authored by: bashonly
2024-04-07 20:55:46 +00:00
bashonly 4af9d5c2f6
[ie/nhk] Fix NHK World extractors (#9623)
Closes #9513
Authored by: bashonly
2024-04-07 16:59:38 +00:00
John Victor 36b240f9a7
[ie/patreon] Do not extract dead embed URLs (#9613)
Closes #8702
Authored by: johnvictorfs
2024-04-07 16:26:44 +00:00
bashonly fc53ec13ff
[ie/tiktok] Restore `carrier_region` API parameter (#9637)
Avoids some geo-blocks

Authored by: bashonly
2024-04-07 15:32:11 +00:00
Dmitry Meyer 2ab2651a4a
[cookies] Add `--cookies-from-browser` support for Firefox Flatpak (#9619)
Authored by: un-def
2024-04-07 15:28:59 +00:00
bashonly b15b0c1d21
[ie/vkplay] Fix `_VALID_URL` (#9636)
Closes #9635
Authored by: bashonly
2024-04-06 20:42:51 +00:00
bashonly c8a61a9100
[ie/kick] Support browser impersonation (#9611)
Closes #6748
Authored by: bashonly
2024-04-06 17:42:32 +00:00
Mozi f2fd449b46
[ie/joqrag] Fix live status detection (#9624)
Authored by: pzhlkj6612
2024-04-06 17:34:51 +00:00
Tomoka1 9415f1a5ef
[ie/afreecatv] Overhaul extractor (#9566)
Closes #4592, Closes #8862, Closes #9544
Authored by: bashonly, Tomoka1

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2024-04-06 17:23:16 +00:00