bashonly
|
59dcadefdb
|
Merge branch 'yt-dlp:master' into pr/live-sections
|
2025-05-04 12:43:50 -05:00 |
|
sepro
|
505b400795
|
[cleanup] Misc (#12844)
Authored by: seproDev, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
|
2025-04-30 23:01:25 +00:00 |
|
doe1080
|
a473e59233
|
[utils] url_or_none : Support WebSocket URLs (#12848)
Authored by: doe1080
|
2025-04-06 20:46:08 +02:00 |
|
sepro
|
9491b44032
|
[utils] js_to_json : Make function less fatal (#12715)
Authored by: seproDev
|
2025-03-24 22:28:47 +01:00 |
|
Simon Sawicki
|
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 |
|
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
|
be69468752
|
[fd/hls] Support --write-pages for m3u8 media playlists (#12333)
Authored by: bashonly
|
2025-02-19 02:23:42 +00:00 |
|
bashonly
|
64785adec3
|
Merge branch 'yt-dlp:master' into pr/live-sections
|
2025-01-30 14:26:39 -06:00 |
|
sepro
|
3b45319344
|
[cleanup] Misc (#12194)
Closes #12098, Closes #12133
Authored by: seproDev, bashonly, lonble, pjrobertson
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: Lonble <74650029+lonble@users.noreply.github.com>
Co-authored-by: Patrick Robertson <robertson.patrick@gmail.com>
|
2025-01-26 03:32:10 +00:00 |
|
Simon Sawicki
|
fc12e724a3
|
[utils] sanitize_path : Fix some incorrect behavior (#11923)
Authored by: Grub4K
|
2025-01-25 22:32:00 +01:00 |
|
bashonly
|
03eee53919
|
Merge branch 'yt-dlp:master' into pr/live-sections
|
2024-12-06 17:37:01 -06:00 |
|
sepro
|
d8fb349086
|
[cleanup] Bump ruff to 0.8.x (#11608)
Authored by: seproDev
|
2024-12-02 16:29:30 +01:00 |
|
sepro
|
f95a92b3d0
|
[cleanup] Deprecate more compat functions (#11439)
Authored by: seproDev
|
2024-11-17 00:24:11 +01:00 |
|
Simon Sawicki
|
39d79c9b9c
|
[utils] Fix join_nonempty , add **kwargs to unpack (#11559)
Authored by: Grub4K
|
2024-11-15 22:06:15 +01:00 |
|
bashonly
|
670bafe148
|
Merge branch 'yt-dlp:master' into pr/live-sections
|
2024-11-07 11:48:52 -06:00 |
|
sepro
|
197d0b03b6
|
[cleanup] Misc (#11347)
Closes #11361
Authored by: avagordon01, bashonly, grqz, Grub4K, seproDev
Co-authored-by: Ava Gordon <avagordon01@gmail.com>
Co-authored-by: bashonly <bashonly@protonmail.com>
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
|
2024-11-04 01:33:21 +01:00 |
|
sepro
|
3945677a75
|
[core] Prioritize AV1 (#11153)
Authored by: seproDev
|
2024-11-03 20:39:10 +01:00 |
|
Simon Sawicki
|
422195ec70
|
[utils] Allow partial application for even more functions (#11437)
Fixes b6dc2c49e8
Authored by: Grub4K
|
2024-11-02 21:42:00 +01:00 |
|
bashonly
|
b6dc2c49e8
|
[utils] Allow partial application for more functions (#11391)
Also adds the `trim_str` traversal helper
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
|
2024-10-30 21:53:41 +00:00 |
|
bashonly
|
5bc5fb2835
|
Allow thumbnails with .jpe extension (#11408)
Fix 5ce582448e
Closes #11407
Authored by: bashonly
|
2024-10-29 23:25:46 +00:00 |
|
Simon Sawicki
|
5c880ef42e
|
[core] Populate format sorting fields before dependent fields (#11353)
Authored by: Grub4K
|
2024-10-27 00:17:26 +02:00 |
|
bashonly
|
e05694e550
|
Merge branch 'yt-dlp:master' into pr/live-sections
|
2024-10-26 09:35:14 -05:00 |
|
bashonly
|
d784464399
|
Remove Python 3.8 support (#11321)
Closes #10086
Authored by: bashonly
|
2024-10-23 06:33:50 +00:00 |
|
Imran Hussain
|
0f593dca9f
|
Add option --plugin-dirs (#11277)
Closes #3260
Authored by: imranh2, coletdjnz
Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
|
2024-10-20 17:10:26 +00:00 |
|
bashonly
|
fbc66e3ab3
|
[utils] Popen : Reset PyInstaller environment (#11258)
- Forces spawning independent subprocesses for exes bundled with PyInstaller>=6.10
- Fixes regression introduced in fb8b7f226d
- Ref: https://pyinstaller.org/en/v6.10.0/CHANGES.html#incompatible-changes
Closes #11259
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
|
2024-10-16 03:53:53 +00:00 |
|
Simon Sawicki
|
d710a6ca7c
|
Add extractor helpers (#10653)
Authored by: Grub4K
|
2024-10-13 05:14:32 +02:00 |
|
Simon Sawicki
|
85b87c991a
|
[utils] sanitize_path : Reimplement function (#11198)
Authored by: Grub4K
|
2024-10-13 04:10:12 +02:00 |
|
bashonly
|
9dd8574b68
|
Merge branch 'master' into yt-live-from-start-range
|
2024-10-09 11:23:14 -05:00 |
|
bashonly
|
c6387abc1a
|
[cleanup] Misc (#10807)
Closes #10751, Closes #10769, Closes #10791
Authored by: bashonly, Codenade, pzhlkj6612, seproDev, coletdjnz, grqz, Grub4K
Co-authored-by: Codenade <amadeus.dorian04@gmail.com>
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
|
2024-09-27 22:46:22 +00:00 |
|
rakslice
|
8f4ea14680
|
Fix format sorting bug with vp9.2 vcodec (#10884)
Authored by: rakslice
|
2024-09-27 21:32:39 +00:00 |
|
bashonly
|
cc85596d5b
|
[utils] mimetype2ext : Recognize aacp as aac (#10860)
Authored by: bashonly
|
2024-09-13 23:19:18 +00:00 |
|
bashonly
|
160d973aee
|
Merge branch 'master' into yt-live-from-start-range
|
2024-08-17 04:40:45 -05:00 |
|
bashonly
|
6daf2c27c0
|
[utils] unified_timestamp : Recognize Sunday (#10589)
Authored by: bashonly
|
2024-07-29 05:35:46 +00:00 |
|
bashonly
|
4f1af12b70
|
Merge branch 'master' into pr/live-sections
|
2024-07-21 17:25:36 -05:00 |
|
bashonly
|
89a161e8c6
|
[cleanup] Misc (#10487)
Closes #10483
Authored by: bashonly
|
2024-07-16 22:01:01 +00:00 |
|
bashonly
|
cc0070f649
|
[utils] parse_codecs : Fix parsing of mixed case codec strings
Authored by: bashonly
|
2024-07-14 22:56:28 -05:00 |
|
bashonly
|
66a6e0a686
|
Merge branch 'yt-dlp:master' into pr/live-sections
|
2024-07-08 00:18:09 -05:00 |
|
bashonly
|
b337d2989c
|
[cleanup] Misc (#10383)
Authored by: bashonly
|
2024-07-07 21:23:40 +00:00 |
|
bashonly
|
2469119490
|
[core] Address gaps in allowed extensions (#10362)
Adds some extensions missing in 5ce582448e
Closes #10360, Closes #10365
Authored by: bashonly
|
2024-07-05 23:17:47 +00:00 |
|
bashonly
|
cc767e9490
|
[core] Fix --ignore-no-formats-error (#10345)
Fixes regression in 5ce582448e
Closes #10344
Authored by: Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
|
2024-07-03 16:46:01 +00: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
|
6208f7be9c
|
Merge branch 'master' into yt-live-from-start-range
|
2024-06-12 01:29:53 -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 |
|
bashonly
|
6a84199473
|
Merge branch 'yt-dlp:master' into pr/live-sections
|
2024-05-28 13:22:13 -05:00 |
|
Simon Sawicki
|
5c019f6328
|
[misc] Cleanup (#9765)
Closes #9763
Authored by: bashonly, seproDev, Grub4K
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
|
2024-05-26 21:37:49 +00:00 |
|
coletdjnz
|
96a134dea6
|
[ie/youtube] Extract upload timestamp if available (#9856)
Closes #4962, Closes #9829
Authored by: coletdjnz
|
2024-05-26 21:13:12 +00:00 |
|
bashonly
|
172dfbeaed
|
Merge branch 'yt-dlp:master' into pr/live-sections
|
2024-05-10 13:52:35 -05:00 |
|
Simon Sawicki
|
64766459e3
|
[core/windows] Improve shell quoting and tests (#9802)
Authored by: Grub4K
|
2024-04-27 10:37:26 +02:00 |
|
bashonly
|
cf96b24de6
|
Merge branch 'master' into yt-live-from-start-range
|
2024-04-16 11:01:17 -05:00 |
|