Paul Storkman
d4d58d0170
Merge f418dff724
into 05c8023a27
2025-03-07 23:03:32 +01:00
coletdjnz
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 Sawicki
f7a1f2d813
[core] Support emitting ConEmu progress codes ( #10649 )
...
Authored by: Grub4K
2025-02-20 20:33:31 +01:00
bashonly
c987be0acb
[fd/hls] Support hls_media_playlist_data
format field ( #12322 )
...
Authored by: bashonly
2025-02-10 23:08:10 +00:00
Paul Storkman
f418dff724
Merge remote-tracking branch 'upstream/master' into wait-retries
2025-02-05 19:12:15 +01:00
Paul Storkman
e23560b490
Whitespace according to autopep8
2025-02-05 19:10:20 +01:00
Dioarya
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
Simon Sawicki
dade5e35c8
[cleanup] Misc ( #11915 )
...
Authored by: grqz, Grub4K, seproDev
Co-authored-by: sepro <sepro@sepr0.com>
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
2025-01-12 23:24:22 +00:00
Paul Storkman
2b5c77c10a
Merge branch 'master' into wait-retries
2025-01-12 07:33:41 +01:00
bashonly
8346b54915
Fix filename sanitization with --no-windows-filenames
( #11988 )
...
Fix bug in 6fc85f617a
Closes #11987
Authored by: bashonly
2025-01-11 19:05:23 +00:00
Paul Storkman
82a4c500e7
Clean up unused exception binding.
2025-01-07 14:11:10 +01:00
Paul Storkman
1bd564ddab
Integrate the retry count into the wait-for-video
option.
2024-12-29 21:10:46 +01:00
Paul Storkman
de4e709220
Communicate needed wait time through an exception.
...
Instead of waiting before throwing `ReExtractInfo`, `_wait_until` will now
immediately throw a new exception `ReExtractInfoLater`.
The `_handle_extraction_exceptions` decorator will then either bail out if
the maximum retry count is exceeded, or wait until the specified waiting
period expires.
2024-12-27 18:44:44 +01:00
Paul Storkman
ad808c570b
Route the retry count through extra_info.
2024-12-27 18:25:11 +01:00
pukkandan
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
Paul Storkman
51d7bb8b8c
Merge branch 'master' into wait-retries
2024-12-03 14:56:47 +01:00
sepro
d8fb349086
[cleanup] Bump ruff to 0.8.x ( #11608 )
...
Authored by: seproDev
2024-12-02 16:29:30 +01:00
sepro
7d6c259a03
Add playlist_webpage_url
field ( #11613 )
...
Closes #10827
Authored by: seproDev
2024-11-23 20:42:35 +01:00
sepro
f95a92b3d0
[cleanup] Deprecate more compat functions ( #11439 )
...
Authored by: seproDev
2024-11-17 00:24:11 +01:00
bashonly
eb64ae7d5d
[ie] Allow ext
override for thumbnails ( #11545 )
...
Authored by: bashonly
2024-11-15 22:51:55 +00:00
sepro
3945677a75
[core] Prioritize AV1 ( #11153 )
...
Authored by: seproDev
2024-11-03 20:39:10 +01:00
Paul Storkman
716972da6b
Formatting mistake
2024-10-31 14:31:23 +01:00
Paul Storkman
5c4df56d6d
Start counting from zero.
2024-10-31 14:10:47 +01:00
Paul Storkman
9438d15dff
Just return nothing on max retries, same as with extractor errors
2024-10-30 13:55:26 +01:00
Paul Storkman
87ad4d4774
Fix quotes
2024-10-29 16:02:57 +01:00
Paul Storkman
c6cc3a8ab2
Add option --wait-retries
2024-10-29 14:25:52 +01:00
Simon Sawicki
5c880ef42e
[core] Populate format sorting fields before dependent fields ( #11353 )
...
Authored by: Grub4K
2024-10-27 00:17:26 +02:00
Simon Sawicki
67adeb7bab
[cleanup] Misc ( #11216 )
...
- Add Python 3.13 to CI, finalize 3.13 support
- Remove Python 3.8 from CI in preparation for removing 3.8 support
- Document that PyPy3.8 and PyPy3.9 are no longer supported
- Usual documentation fixes and code cleanup
Closes #8248 , Closes #11146 , Closes #11149 , Closes #11211
Authored by: Grub4K, grqz, DTrombett, KarboniteKream, bashonly, mikkovedru, seproDev
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
Co-authored-by: DTrombett <d@trombett.org>
Co-authored-by: =?UTF-8?q?Klemen=20Ko=C5=A1ir?= <klemen.kosir@kream.io>
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: Mikko Vedru <mikko.vedru@gmail.com>
Co-authored-by: sepro <sepro@sepr0.com>
2024-10-22 04:50:35 +00:00
Simon Sawicki
1a830394a2
[build] make_lazy_extractors
: Force running without plugins ( #11205 )
...
Authored by: Grub4K
2024-10-13 03:50:31 +02:00
Simon Sawicki
c5f0f58efd
[cookies] Fix compatibility for Python <=3.9 in traceback
...
Authored by: Grub4K
2024-10-13 03:38:09 +02:00
Simon Sawicki
e59c82a74c
[cookies] Fix cookie load error handling ( #11140 )
...
Authored by: Grub4K
2024-10-01 02:13:48 +02:00
Simon Sawicki
d9cbced493
[core] Support auto-tty
and no_color-tty
for --color
( #10453 )
...
Authored by: Grub4K
2024-07-16 21:51:56 +02:00
Simon Sawicki
66ce3d76d8
[core] Fix noprogress
if test=True
with --quiet
and --verbose
( #10454 )
...
Authored by: Grub4K
2024-07-16 21:48:45 +02:00
sepro
0b570f2a90
[core] Do not alter default format selection when simulated ( #9862 )
...
Closes #9843
Authored by: seproDev
2024-07-09 01:51:43 +02:00
Simon Sawicki
5ce582448e
[core] Disallow unsafe extensions (CVE-2024-38519)
...
Ref: https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-79w7-vh3h-8g4j
Authored by: Grub4K
2024-07-02 00:58:40 +02:00
bashonly
6aaf96a3d6
[cleanup] Misc ( #10075 )
...
Closes #10303
Authored by: bashonly, seproDev, jucor, c-basalt
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
Co-authored-by: Julien Cornebise <julien@cornebise.com>
Co-authored-by: c-basalt <117849907+c-basalt@users.noreply.github.com>
2024-07-01 22:51:27 +00:00
bashonly
55e3e6fd21
Add playlist_channel
and playlist_channel_id
fields ( #10266 )
...
Authored by: bashonly
2024-07-01 16:48:11 +00:00
bashonly
ca8885edd9
[fd/hls] Apply extra_param_to_key_url
from info dict
...
Authored by: bashonly
2024-06-15 18:38:02 -05:00
sepro
add96eb9f8
[cleanup] Add more ruff rules ( #10149 )
...
Authored by: seproDev
Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-06-12 01:09:58 +02:00
DaPotato69
7e4259dff0
Better warning when requested subs format not found ( #9873 )
...
Closes #9760
Authored by: DaPotato69
2024-05-11 21:11:40 +00:00
sepro
96da952504
[core] Warn if lack of ffmpeg alters format selection ( #9805 )
...
Authored by: seproDev, pukkandan
2024-05-05 00:44:08 +02: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
Simon Sawicki
9590cc6b47
Add new option --progress-delta
( #9082 )
...
Authored by: Grub4K
2024-04-08 22:47:38 +02:00
pukkandan
c305a25c1b
[cleanup] Standardize import datetime as dt
( #8978 )
2024-04-01 05:32:15 +05:30
sepro
86e3b82261
[core] Fix filesize_approx
calculation ( #9560 )
...
Reverts 22e4dfacb6
Despite being documented as `Kbit/s`, the extractors/manifests were returning bitrates in SI units of kilobits/sec.
Authored by: seproDev, pukkandan
2024-04-01 04:47:24 +05:30
pukkandan
86a972033e
Infer acodec
for single-codec containers
2024-03-31 22:50:21 +05:30
coletdjnz
0b81d4d252
Add new options --impersonate
and --list-impersonate-targets
...
Authored by: coletdjnz, Grub4K, pukkandan, bashonly
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: bashonly <bashonly@protonmail.com>
2024-03-16 23:14:13 -05:00
pukkandan
615a84447e
[cleanup] Misc ( #8968 )
...
Authored by: pukkandan, bashonly, seproDev
2024-03-11 00:52:28 +05:30
pukkandan
47ab66db0f
[docs] Misc Cleanup ( #8977 )
...
Closes #8355 , #8944
Authored by: bashonly, Grub4k, Arthurszzz, seproDev, pukkandan
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
Co-authored-by: bashonly <bashonly@protonmail.com>
Co-authored-by: Arthurszzz <minecraftgamerarthur@gmail.com>
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
2024-03-11 00:48:47 +05:30
Simon Sawicki
dbd8b1bff9
Improve 069b2aedae
...
Authored by: Grub4k
2024-03-10 20:44:53 +05:30