coletdjnz
b4ba18f913
refactor: remove clear_plugins
2025-02-23 08:57:07 +13:00
coletdjnz
4a544353af
Merge branch 'master' into misc/globals-and-plugins-revive
2025-02-21 19:44:25 +13:00
Simon Sawicki
f7a1f2d813
[core] Support emitting ConEmu progress codes ( #10649 )
...
Authored by: Grub4K
2025-02-20 20:33:31 +01:00
bashonly
9deed13d7c
[ie/soundcloud] Extract tags ( #12420 )
...
Authored by: bashonly
2025-02-20 15:51:08 +00:00
bashonly
c2e6e1d5f7
[ie/niconico:live] Fix thumbnail extraction ( #12419 )
...
Closes #12417
Authored by: bashonly
2025-02-20 15:39:06 +00:00
github-actions[bot]
9c3e8b1696
Release 2025.02.19
...
Created by: bashonly
:ci skip all
2025-02-19 02:42:18 +00:00
bashonly
4985a40417
[cleanup] Misc ( #12238 )
...
Authored by: StefanLobbenmeier, dirkf, Grub4K
Co-authored-by: Stefan Lobbenmeier <Stefan.Lobbenmeier@gmail.com>
Co-authored-by: dirkf <fieldhouse@gmx.net>
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2025-02-19 02:29:29 +00:00
sepro
01a63629a2
[docs] Add note to supportedsites.md
( #12382 )
...
Authored by: seproDev
2025-02-19 02:27:49 +00:00
bashonly
be69468752
[fd/hls] Support --write-pages
for m3u8 media playlists ( #12333 )
...
Authored by: bashonly
2025-02-19 02:23:42 +00:00
bashonly
5271ef48c6
[ie/gem.cbc.ca] Fix extractors ( #12404 )
...
Does not fix broken login support
Closes #11848
Authored by: bashonly, dirkf
Co-authored-by: dirkf <fieldhouse@gmx.net>
2025-02-19 02:20:50 +00:00
coletdjnz
d48e612609
[ie/youtube] Retry on more critical requests ( #12339 )
...
Authored by: coletdjnz
2025-02-19 00:39:51 +00:00
bashonly
5c4c2ddfaa
[ie/francetvinfo.fr] Fix extractor ( #12402 )
...
Closes #12366
Authored by: bashonly
2025-02-19 00:28:34 +00:00
bashonly
ec17fb16e8
[ie/youtube] nsig workaround for tce
player JS ( #12401 )
...
Closes #12398
Authored by: bashonly
2025-02-19 00:24:12 +00:00
bashonly
e7882b682b
[ie/3sat] Fix extractor ( #12403 )
...
Fix 241ace4f10
Closes #12391
Authored by: bashonly
2025-02-19 00:19:02 +00:00
coletdjnz
2589ba4c8b
Fix --no-config-locations
2025-02-15 10:42:49 +13:00
bashonly
6ca23ffaa4
[ie/reddit] Bypass gated subreddit warning ( #12335 )
...
Closes #12331
Authored by: bashonly
2025-02-11 21:32:25 +00:00
Laurent FAVOLE
f53553087d
[ie/Digiview] Add extractor ( #9902 )
...
Authored by: lfavole
2025-02-11 21:04:20 +01:00
coletdjnz
86138e6419
formatting
2025-02-11 20:21:57 +13:00
coletdjnz
635d550cb3
Apply suggestions from code review
...
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2025-02-11 20:19:03 +13:00
coletdjnz
f9ef24c7f3
Update yt_dlp/plugins.py
...
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-02-11 20:13:48 +13:00
coletdjnz
914d554e0f
Update yt_dlp/plugins.py
...
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-02-11 20:13:31 +13:00
coletdjnz
cf5bad8f98
Update yt_dlp/plugins.py
...
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-02-11 20:13:23 +13:00
coletdjnz
aff93ef489
Update yt_dlp/options.py
...
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-02-11 20:13:07 +13:00
coletdjnz
92f077688b
Update yt_dlp/plugins.py
...
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-02-11 20:11:15 +13:00
coletdjnz
35c779db73
Update yt_dlp/plugins.py
...
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2025-02-11 20:11:03 +13:00
coletdjnz
7b31c53f47
Update yt_dlp/options.py
...
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2025-02-11 19:56:27 +13:00
coletdjnz
d25341f671
Add some more excludes for autopep8
2025-02-11 19:54:22 +13:00
coletdjnz
a209cb80a9
Fix lazy_extractors generation
2025-02-11 19:44:05 +13:00
coletdjnz
c3211e484b
or this?
2025-02-11 19:41:05 +13:00
coletdjnz
f31a5c22a6
does this work now?
2025-02-11 19:36:43 +13:00
coletdjnz
782b70e957
fix
2025-02-11 19:32:50 +13:00
coletdjnz
a78576e2f9
Autopep8 ignore lazy_extractors.py
2025-02-11 19:31:48 +13:00
bashonly
4ecb833472
[misc] Clarify that the issue template cannot be removed ( #12332 )
...
Fix 517ddf3c3f
Authored by: bashonly
2025-02-11 00:40:21 +00:00
Mozi
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
bashonly
c987be0acb
[fd/hls] Support hls_media_playlist_data
format field ( #12322 )
...
Authored by: bashonly
2025-02-10 23:08:10 +00:00
Patrick Robertson
14cd7f3443
[ie/twitter] Fix syndication token generation ( #12107 )
...
Authored by: pjrobertson, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2025-02-10 19:00:00 +00:00
sepro
4ca8c44a07
[jsinterp] Improve zeroise ( #12313 )
...
Authored by: seproDev
2025-02-09 22:37:23 +01:00
Stefan Lobbenmeier
241ace4f10
[ie/zdf] Extract more metadata ( #9565 )
...
Closes #9564
Authored by: StefanLobbenmeier
2025-02-09 19:19:28 +00:00
coletdjnz
4e7ee9f567
use repr
2025-02-09 21:51:01 +13:00
coletdjnz
d134dc3a96
ruff
2025-02-09 21:38:35 +13:00
coletdjnz
8b8d6c51fb
fix for older python versions
2025-02-09 21:36:08 +13:00
coletdjnz
68644c3ca6
Implement _CLASS_LOOKUP in make_lazy_extractors.py
2025-02-09 21:26:38 +13:00
bashonly
1295bbedd4
[ie/francetv:site] Fix livestream extraction ( #12316 )
...
Closes #12310
Authored by: bashonly
2025-02-09 02:21:48 +00:00
Julien Valentin
19edaa44fc
[ie/generic] Extract live_status
for DASH manifest URLs ( #12256 )
...
* Also removes the content-type check for dash+xml/mpd.
This was added in cf1f13b817
,
but is a no-op since the regex pattern was never changed accordingly.
And it looks like it was unwanted anyways per 28ad7df65d
Closes #12255
Authored by: mp3butcher
2025-02-08 23:28:54 +00:00
coletdjnz
b6c3d22dec
Rename --no-plugins to --no-plugin-dirs
2025-02-09 11:26:35 +13:00
coletdjnz
eb6cba8eb9
Update README.md
2025-02-09 10:47:20 +13:00
coletdjnz
78bc4e703d
Update yt_dlp/options.py
...
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2025-02-09 10:46:02 +13:00
coletdjnz
e2883ffb4c
cleanup from review
2025-02-09 10:45:21 +13:00
entourage8
10b7ff68e9
[fd/hls] Fix BYTERANGE
logic ( #11972 )
...
Closes #3578 , Closes #3810 , Closes #9400
Authored by: entourage8
2025-02-08 21:43:12 +00:00
coletdjnz
b738e60002
Update yt_dlp/plugins.py
...
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2025-02-09 10:16:07 +13:00