bashonly and GitHub
d20f58d721
[ie/youtube] Solve n challenges for manifest formats ( #15602 )
...
* Solve n challenges in HLS/DASH manifest URL path parameters
* Collect all challenges in advance to solve in bulk once per video
* Improve & always use the load/store helper methods for player cache
Closes #15569 , Closes #15586 , Closes #15587 , Closes #15600
Authored by: bashonly
2026-01-18 16:34:13 +00:00
bashonly and GitHub
27afb31edc
[ie/tarangplus] Sanitize m3u8 URLs ( #15502 )
...
Fix 260ba3abba
Closes #15501
Authored by: bashonly
2026-01-06 05:44:30 +00:00
bashonly and GitHub
3763d0d4ab
[build] Improve nightly release check ( #15455 )
...
Authored by: bashonly
2026-01-02 16:02:58 +00:00
bashonly and GitHub
76c31a7a21
[ie/youtube] Fix comment subthreads extraction ( #15448 )
...
Fix d22436e5dc
Closes #15444
Authored by: bashonly
2025-12-31 09:56:26 +00:00
bashonly and GitHub
ab3ff2d5dd
[build] Harden CI/CD pipeline ( #15387 )
...
* NOTE: the release workflows' new handling of secrets
may be a breaking change for forks that are using any secrets
other than GPG_SIGNING_KEY or ARCHIVE_REPO_TOKEN.
Previously, the release workflow would try to resolve a token
secret name based on the `target` or `source` input,
e.g. NIGHTLY_ARCHIVE_REPO_TOKEN or CUSTOM_ARCHIVE_REPO_TOKEN,
and then fall back to using the ARCHIVE_REPO_TOKEN secret if the
resolved token secret name was not found in the repository.
This behavior has been replaced by the release workflow
always using the ARCHIVE_REPO_TOKEN secret as the token
for publishing releases to any external archive repository.
* Add zizmor CI job for auditing workflows
* Pin all actions to commit hashes instead of symbolic references
* Explicitly set GITHUB_TOKEN permissions at the job level
* Use actions/checkout with `persist-credentials: false` whenever possible
* Remove/replace template expansions in workflow scripts
* Remove all usage of actions/cache from build/release workflows
* Remove the cache-warmer.yml workflow
* Remove the unused download.yml workflow
* Set concurrency limits for any workflows that are triggered by PRs
* Avoid loading the entire secrets context
* Replace usage of `secrets: inherit` with explicit `secrets:` blocks
* Pin all external docker images to hash that are used by the build workflow
* Explicitly set `shell: bash` for some steps to avoid pwsh or set pipefail
* Ensure any pwsh steps will fail on non-zero exit codes
Authored by: bashonly
2025-12-30 21:05:10 +00:00
bashonly and GitHub
468aa6a9b4
[ie/youtube] Fix tracking of parent comment among replies ( #15439 )
...
Fix d22436e5dc
Closes #15438
Authored by: bashonly
2025-12-30 20:53:33 +00:00
bashonly and GitHub
2a7e048a60
[ie/facebook] Remove broken login support ( #15434 )
...
Authored by: bashonly
2025-12-30 00:48:11 +00:00
bashonly and GitHub
a6ba714005
[ie/twitter] Remove broken login support ( #15432 )
...
Closes #12616
Authored by: bashonly
2025-12-30 00:22:33 +00:00
bashonly and GitHub
ce9a3591f8
[ie/twitter] Do not extract non-video posts from unified_cards ( #15431 )
...
Closes #15402
Authored by: bashonly
2025-12-30 00:20:44 +00:00
bashonly and GitHub
d22436e5dc
[ie/youtube] Support comment subthreads ( #15419 )
...
* Support newly rolled out comment "subthreads"
* Fix comments extraction: all replies were being missed
* Add a `max-depth` element to the `max_comments` extractor-arg
* Fully remove the deprecated `max_comment_depth` extractor-arg
Closes #15303
Authored by: bashonly
2025-12-29 21:46:29 +00:00
bashonly and GitHub
abf29e3e72
[ie/youtube] Fix skip_player=js extractor-arg ( #15428 )
...
Authored by: bashonly
2025-12-29 21:41:48 +00:00
bashonly and GitHub
cea825e7e0
[ie/generic] Improve detection of blockage due to TLS fingerprint ( #15426 )
...
Authored by: bashonly
2025-12-29 01:02:09 +00:00
bashonly and GitHub
a6a8f6b6d6
[ci] Explicitly declare permissions and limit credentials ( #15324 )
...
Authored by: bashonly
2025-12-19 19:22:23 +00:00
bashonly and GitHub
825648a740
[build] Bump official actions to latest versions ( #15305 )
...
* Bump actions/cache → v5
* Bump actions/upload-artifact → v6
* Bump actions/download-artifact → v7
Authored by: bashonly
2025-12-19 19:04:52 +00:00
bashonly and GitHub
e0bb477732
Bypass interactive format selection if no formats are found ( #15278 )
...
Authored by: bashonly
2025-12-19 18:57:55 +00:00
bashonly and GitHub
ff61bef041
[ie/youtube:tab] Fix flat thumbnails extraction for shorts ( #15331 )
...
Closes #15329
Authored by: bashonly
2025-12-15 22:37:25 +00:00
bashonly and GitHub
5f37f67d37
[ie/archive.org] Fix metadata extraction ( #15286 )
...
Closes #15280
Authored by: bashonly
2025-12-09 19:05:12 +00:00
7a52ff29d8
[cleanup] Misc ( #15016 )
...
Closes #15160 , Closes #15184
Authored by: bashonly, seproDev, RezSat, oxyzenQ
Co-authored-by: sepro <sepro@sepr0.com >
Co-authored-by: Yehan Wasura <yehantest@gmail.com >
Co-authored-by: rezky_nightky <with.rezky@gmail.com >
2025-12-07 23:58:34 +00:00
bashonly and GitHub
0c7e4cfcae
[ie/youtube] Update ejs to 0.3.2 ( #15267 )
...
Authored by: bashonly
2025-12-07 23:51:49 +00:00
bashonly and GitHub
29fe515d8d
[devscripts] install_deps: Align options/terms with PEP 735 ( #15200 )
...
Authored by: bashonly
2025-12-07 23:39:05 +00:00
bashonly and GitHub
1d43fa5af8
[ie/youtube] Improve message when no JS runtime is found ( #15266 )
...
Closes #15158
Authored by: bashonly
2025-12-07 23:37:03 +00:00
fa16dc5241
[cookies] Fix --cookies-from-browser for new installs of Firefox 147+ ( #15215 )
...
Ref: https://bugzilla.mozilla.org/show_bug.cgi?id=259356
Authored by: bashonly, mbway
Co-authored-by: Matthew Broadway <mattdbway@gmail.com >
2025-12-07 23:20:02 +00:00
bashonly and GitHub
025191fea6
[ie/sporteurope] Support new domain ( #15251 )
...
Closes #15250
Authored by: bashonly
2025-12-06 21:16:05 +00:00
bashonly and GitHub
36b29bb353
[ie/loom] Fix extractor ( #15236 )
...
Closes #15141
Authored by: bashonly
2025-12-05 23:18:02 +00:00
bashonly and GitHub
017d76edcf
[ie/youtube] Revert 56ea3a00ea
...
Remove `request_no_ads` workaround (#15214 )
Closes #15212
Authored by: bashonly
2025-12-01 05:01:22 +00:00
bashonly and GitHub
419776ecf5
[ie/youtube] Extract all automatic caption languages ( #15156 )
...
Closes #14889 , Closes #15150
Authored by: bashonly
2025-11-30 23:35:05 +00:00
bashonly and GitHub
2801650268
[build] Bump PyInstaller minimum version requirement to 6.17.0 ( #15199 )
...
Ref: https://github.com/pyinstaller/pyinstaller/issues/9149
Authored by: bashonly
2025-11-29 21:18:49 +00:00
bashonly and GitHub
2c9f0c3456
[ie/sproutvideo] Fix extractor ( #15113 )
...
Closes #15112
Authored by: bashonly
2025-11-19 18:17:29 +00:00
bashonly and GitHub
0eed3fe530
[pp/ffmpeg] Fix uncaught error if bad --ffmpeg-location is given ( #15104 )
...
Revert 9f77e04c76
Closes #12829
Authored by: bashonly
2025-11-19 00:23:00 +00:00
bashonly and GitHub
9daba4f442
[ie/thisoldhouse] Fix login support ( #15097 )
...
Closes #14931
Authored by: bashonly
2025-11-18 23:08:21 +00:00
bashonly and GitHub
4cb5e191ef
[ie/youtube] Detect "super resolution" AI-upscaled formats ( #15050 )
...
Closes #14923
Authored by: bashonly
2025-11-16 22:39:22 +00:00
bashonly and GitHub
6ee6a6fc58
[rh:urllib] Do not read after close ( #15049 )
...
Fix regression introduced in 5767fb4ab1
Closes #15017
Authored by: bashonly
2025-11-16 19:07:48 +00:00
bashonly and GitHub
23f1ab3469
[fd] Fix playback wait time for ffmpeg downloads ( #15066 )
...
Authored by: bashonly
2025-11-16 18:15:16 +00:00
335653be82
[cleanup] Misc ( #14965 )
...
Closes #14789
Authored by: bashonly, seproDev
Co-authored-by: sepro <sepro@sepr0.com >
2025-11-12 00:47:33 +00:00
bashonly and GitHub
4b4223b436
Allow --js-runtimes to accept path to binary or directory ( #14964 )
...
Fix 6224a38988
Authored by: bashonly
2025-11-09 15:14:22 +00:00
c63b4e2a2b
[cleanup] Misc ( #14767 )
...
Authored by: bashonly, sepro, matyb08
Co-authored-by: sepro <sepro@sepr0.com >
Co-authored-by: matyb08 <suricate66@protonmail.com >
2025-11-09 14:07:10 +00:00
bashonly and GitHub
f3c255b63b
[ie/DiscoveryNetworksDe] Restore original display_id ( #14958 )
...
Fix 10dea209d2
Authored by: bashonly
2025-11-09 03:45:26 +00:00
bashonly and GitHub
646904cd3a
[build] Bump musllinux Python version to 3.14 ( #14623 )
...
Authored by: bashonly
2025-11-09 01:33:30 +00:00
bashonly and GitHub
7af6d81f35
[fd/ffmpeg] Limit read rate for DASH livestreams ( #14918 )
...
Authored by: bashonly
2025-11-05 23:06:33 +00:00
bashonly and GitHub
afc44022d0
[ie/youtube] Fix original language detection ( #14919 )
...
Closes #14883
Authored by: bashonly
2025-11-05 20:47:49 +00:00
bashonly and GitHub
ffb7b7f446
[fd/ffmpeg] Apply ffmpeg_args for each format ( #14886 )
...
Also remove support for the deprecated format fields `_ffmpeg_args` and `_seekable`
Closes #14877
Authored by: bashonly
2025-11-03 23:27:33 +00:00
bashonly and GitHub
c0c9f30695
[ie/youtube] Fix dashy formats extraction ( #14852 )
...
Fix 6224a38988
Closes #14850
Authored by: bashonly
2025-11-01 07:16:29 +00:00
bashonly and GitHub
cacd1630a1
[ie/youtube] Fix remote components warning ( #14853 )
...
Fix 6224a38988
Authored by: bashonly
2025-11-01 07:15:15 +00:00
d6ee677253
[ie/youtube] Fix web_embedded client extraction ( #14843 )
...
Closes #14826
Authored by: bashonly, seproDev
Co-authored-by: sepro <sepro@sepr0.com >
2025-10-31 20:48:14 +00:00
bashonly and GitHub
ee3a106f34
[ie/nbc] Detect and discard DRM formats ( #14844 )
...
Closes #14552
Authored by: bashonly
2025-10-31 20:39:03 +00:00
bashonly and GitHub
1c2ad94353
[update] Fix PyInstaller onedir variant detection ( #14800 )
...
Ref: https://pyinstaller.org/en/v6.0.0/CHANGES.html#incompatible-changes
Authored by: bashonly
2025-10-27 23:21:38 +00:00
bashonly and GitHub
73922e66e4
[devscripts] Improve install_deps script ( #14766 )
...
Authored by: bashonly
2025-10-25 22:47:00 +00:00
bashonly and GitHub
de7b3c0705
[cleanup] Misc ( #14701 )
...
Authored by: bashonly
2025-10-22 19:25:35 +00:00
bashonly and GitHub
4e6a693057
Remove Python 3.9 support ( #13861 )
...
Closes #13858
Authored by: bashonly
2025-10-15 10:25:21 +00:00
bashonly and GitHub
c2e124881f
[ie/slideslive] Fix extractor ( #14619 )
...
Closes #14518
Authored by: bashonly
2025-10-14 19:38:15 +00:00
bashonly and GitHub
ad55bfcfb7
[ie/10play] Handle geo-restriction errors ( #14618 )
...
Authored by: bashonly
2025-10-14 19:36:17 +00:00
bashonly and GitHub
12b57d2858
[ie/youtube] Replace tv_simply with web_safari in default clients ( #14465 )
...
Closes #14456
Authored by: bashonly
2025-09-26 21:59:13 +00:00
bashonly and GitHub
50e452fd7d
[ie/twitch:vod] Fix live_status detection ( #14457 )
...
Closes #14455
Authored by: bashonly
2025-09-26 18:27:17 +00:00
2e81e298cd
[cleanup] Misc ( #14268 )
...
Closes #13427
Authored by: bashonly, seproDev, doe1080
Co-authored-by: sepro <sepro@sepr0.com >
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com >
2025-09-23 06:33:30 +00:00
bashonly and GitHub
e123a48f11
[ie/telecinco] Support browser impersonation ( #14351 )
...
Closes #14349
Authored by: bashonly
2025-09-17 04:58:42 +00:00
bashonly and GitHub
820c6e2445
[ie/mitele] Remove extractor ( #14348 )
...
Closes #13535
Authored by: bashonly
2025-09-16 23:03:09 +00:00
bashonly and GitHub
df4b4e8ccf
[build] Use PyInstaller 6.16 for Windows ( #14318 )
...
Authored by: bashonly
2025-09-13 22:50:34 +00:00
bashonly and GitHub
ae3923b6b2
[ci] Improve workflow checks ( #14316 )
...
Authored by: bashonly
2025-09-13 21:55:35 +00:00
bashonly and GitHub
8ab262c66b
[cleanup] Remove references to setup.cfg ( #14315 )
...
Fix eb4b3a5fc7
Authored by: bashonly
2025-09-13 21:30:06 +00:00
bashonly and GitHub
e2d37bcc8e
[build] Refactor Linux build jobs ( #14275 )
...
Authored by: bashonly
2025-09-13 21:20:28 +00:00
bashonly and GitHub
65e90aea29
[cleanup] Remove broken extractors ( #14305 )
...
Closes #1466 , Closes #2005 , Closes #4897 , Closes #5118 , Closes #8489 , Closes #13072
Authored by: bashonly
2025-09-12 08:15:41 +00:00
bashonly and GitHub
83b8409366
[ci] Test with Python 3.14 ( #13468 )
...
Authored by: bashonly
2025-09-11 15:35:55 +00:00
bashonly and GitHub
ba80446855
[cleanup] Bump ruff to 0.13.x ( #14293 )
...
Authored by: bashonly
2025-09-11 15:18:01 +00:00
bashonly and GitHub
22ea0688ed
[ci] Bump actions/setup-python to v6 ( #14282 )
...
Authored by: bashonly
2025-09-10 21:29:12 +00:00
bashonly and GitHub
5c1abcdc49
[ie/tiktok:live] Fix room ID extraction ( #14287 )
...
Closes #9418
Authored by: bashonly
2025-09-10 21:26:27 +00:00
bashonly and GitHub
679587dac7
[ie/vimeo] Fix login error handling ( #14280 )
...
Closes #14279
Authored by: bashonly
2025-09-10 18:39:07 +00:00
bashonly and GitHub
c8ede5f34d
[build] Use new PyInstaller builds for Windows ( #14273 )
...
Authored by: bashonly
2025-09-08 22:44:36 +00:00
a183837ec8
[test:utils] Fix sanitize_path test for Windows CPython 3.11 ( #13878 )
...
Authored by: Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.dev >
2025-09-07 20:43:39 +00:00
bashonly and GitHub
8597a4331e
[build] Fix cache warmer ( #14261 )
...
Fix 50136eeeb3
Authored by: bashonly
2025-09-07 00:57:20 +00:00
bashonly and GitHub
7c9b10ebc8
[ci] Test and lint workflows ( #14249 )
...
Authored by: bashonly
2025-09-06 22:28:11 +00:00
bashonly and GitHub
cd94e70040
[build] Post-release workflow cleanup ( #14250 )
...
Authored by: bashonly
2025-09-06 05:41:43 +00:00
bashonly and GitHub
50136eeeb3
[build] Overhaul Linux builds and refactor release workflow ( #13997 )
...
- Use `manylinux-shared` images for Linux builds
- Discontinue `yt-dlp_linux_armv7l`/`linux_armv7l_exe` release binary
- Add `yt-dlp_linux_armv7l.zip`/`linux_armv7l_dir` release binary
- Add `yt-dlp_musllinux` and `yt-dlp_musllinux_aarch64` release binaries
- Migrate `linux_exe` build strategy from staticx+musl to manylinux2014/glibc2.17
- Rewrite release.yml's "unholy bash monstrosity" as devscripts/setup_variables.py
Closes #10072 , Closes #10630 , Closes #10578 , Closes #13976 , Closes #13977 , Closes #14106
Authored by: bashonly
2025-09-05 22:38:20 +00:00
bashonly and GitHub
8cd37b85d4
[ie/youtube] Use alternative tv user-agent when authenticated ( #14169 )
...
Authored by: bashonly
2025-08-27 23:00:03 +00:00
bashonly and GitHub
5c7ad68ff1
[ie/youtube] Deprioritize web_safari m3u8 formats ( #14168 )
...
Authored by: bashonly
2025-08-27 22:31:51 +00:00
bashonly and GitHub
3bd9154412
[ie/youtube] Player client maintenance ( #14135 )
...
- Prioritize `tv_simply` over `tv` in default logged-out clients
- Revert `tv` client user-agent to work around 403 errors
Authored by: bashonly
2025-08-23 23:45:29 +00:00
bashonly and GitHub
8f4a908300
[ie/youtube] Add tcc player JS variant ( #14134 )
...
Authored by: bashonly
2025-08-23 23:43:50 +00:00
bashonly and GitHub
5c8bcfdbc6
[ie/youtube] Optimize playback wait times ( #14124 )
...
Authored by: bashonly
2025-08-22 23:53:28 +00:00
895e762a83
[ie/youtube] Replace ios with tv_simply in default clients ( #14123 )
...
Also:
- Add `web_safari` to default logged-in clients
- Add `web_creator` to default premium clients
- Flag `ios` HLS formats as requiring PO token
Closes #13702
Authored by: bashonly, coletdjnz
Co-authored-by: coletdjnz <coletdjnz@protonmail.com >
2025-08-22 23:49:54 +00:00
bashonly and GitHub
39b7b8ddc7
[ie/youtube] Improve tv client context ( #14122 )
...
Closes #12563
Authored by: bashonly
2025-08-22 23:44:32 +00:00
f29acc4a6e
[cookies] Fix --cookies-from-browser with Firefox 142+ ( #14114 )
...
Ref: https://github.com/mozilla-firefox/firefox/commit/5869af852cd20425165837f6c2d9971f3efba83d
Related: 28b68f6875
Closes #13559 , Closes #14113
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.dev >
2025-08-21 23:47:18 +00:00
bashonly and GitHub
a03c37b44e
[ie/youtube] Update tv client config ( #14101 )
...
Authored by: seproDev
Co-authored-by: sepro <sepro@sepr0.com >
2025-08-20 19:46:10 +00:00
bashonly and GitHub
415b6d9ca8
[build] Post-release workflow cleanup ( #14090 )
...
Authored by: bashonly
2025-08-20 06:17:45 +00:00
bashonly and GitHub
c2fc4f3e7f
[cleanup] Misc ( #13991 )
...
Authored by: bashonly
2025-08-20 02:42:34 +00:00
bashonly and GitHub
07247d6c20
[build] Add Windows ARM64 builds ( #14003 )
...
Adds yt-dlp_arm64.exe and yt-dlp_win_arm64.zip to release assets
Closes #13849
Authored by: bashonly
2025-08-20 02:28:00 +00:00
bashonly and GitHub
7b8a8abb98
[ie/francetv:site] Fix extractor ( #14082 )
...
Closes #14072
Authored by: bashonly
2025-08-20 01:35:32 +00:00
bashonly and GitHub
438d3f06b3
[fd] Support available_at format field ( #13980 )
...
Authored by: bashonly
2025-08-20 00:38:48 +00:00
bashonly and GitHub
35da8df4f8
[utils] Add improved jwt_encode function ( #14071 )
...
Also deprecates `jwt_encode_hs256`
Authored by: bashonly
2025-08-19 22:36:00 +00:00
8df121ba59
[ie/mtv] Overhaul extractors ( #14052 )
...
Adds SouthParkComBrIE and SouthParkCoUkIE
Removes these extractors:
- CMTIE: migrated to Paramount+
- ComedyCentralTVIE: migrated to Paramount+
- MTVDEIE: migrated to Paramount+
- MTVItaliaIE: migrated to Paramount+
- MTVItaliaProgrammaIE: migrated to Paramount+
- MTVJapanIE: migrated to JP Services
- MTVServicesEmbeddedIE: dead domain
- MTVVideoIE: migrated to Paramount+
- NickBrIE: redirects to landing page w/o any videos
- NickDeIE: redirects to landing page w/o any videos
- NickRuIE: redirects to landing page w/o any videos
- BellatorIE: migrated to PFL
- ParamountNetworkIE: migrated to Paramount+
- SouthParkNlIE: site no longer exists
- TVLandIE: migrated to Paramount+
Closes #169 , Closes #1711 , Closes #1712 , Closes #2621 , Closes #3167 , Closes #3893 , Closes #4552 , Closes #4702 , Closes #4928 , Closes #5249 , Closes #6156 , Closes #8722 , Closes #9896 , Closes #10168 , Closes #12765 , Closes #13446 , Closes #14009
Authored by: bashonly, doe1080, Randalix, seproDev
Co-authored-by: doe1080 <98906116+doe1080@users.noreply.github.com >
Co-authored-by: Randalix <23729538+Randalix@users.noreply.github.com >
Co-authored-by: sepro <sepro@sepr0.com >
2025-08-19 20:46:11 +00:00
bashonly and GitHub
471a2b60e0
[ie/tiktok:user] Improve infinite loop prevention ( #14077 )
...
Fix edf55e8184
Closes #14076
Authored by: bashonly
2025-08-19 20:39:33 +00:00
bashonly and GitHub
df0553153e
[ie/youtube] Default to main player JS variant ( #14079 )
...
Authored by: bashonly
2025-08-19 19:28:15 +00:00
bashonly and GitHub
7bc53ae799
[ie/youtube] Extract title and description from initial data ( #14078 )
...
Closes #13604
Authored by: bashonly
2025-08-19 19:27:17 +00:00
bashonly and GitHub
d8200ff0a4
[ie/vimeo:album] Support embed-only and non-numeric albums ( #14021 )
...
Authored by: bashonly
2025-08-18 22:09:35 +00:00
bashonly and GitHub
0f6b915822
[ie/vimeo:event] Fix extractor ( #14064 )
...
Closes #14059
Authored by: bashonly
2025-08-18 21:09:25 +00:00
bashonly and GitHub
404bd889d0
[ie/weibo] Support more URLs and --no-playlist ( #14035 )
...
Authored by: bashonly
2025-08-16 23:02:04 +00:00
bashonly and GitHub
edf55e8184
[ie/tiktok:user] Avoid infinite loop during extraction ( #14032 )
...
Closes #14031
Authored by: bashonly
2025-08-16 22:57:14 +00:00
bashonly and GitHub
8a8861d538
[ie/youtube:tab] Fix playlists tab extraction ( #14030 )
...
Closes #14028
Authored by: bashonly
2025-08-16 22:55:21 +00:00
bashonly and GitHub
aea85d525e
[build] Discontinue darwin_legacy_exe support ( #13860 )
...
* Removes "yt-dlp_macos_legacy" from release assets
* Discontinues executable support for macOS < 10.15
Closes #13856
Authored by: bashonly
2025-08-13 22:02:58 +00:00
bashonly and GitHub
f2919bd28e
[ie/youtube] Add es5 and es6 player JS variants ( #14005 )
...
Authored by: bashonly
2025-08-12 23:24:31 +00:00
bashonly and GitHub
681ed2153d
[build] Bump PyInstaller version to 6.15.0 for Windows ( #14002 )
...
Authored by: bashonly
2025-08-12 23:17:13 +00:00
bashonly and GitHub
bdeb3eb3f2
[pp/XAttrMetadata] Only set "Where From" attribute on macOS ( #13999 )
...
Fix 3e918d825d
Closes #14004
Authored by: bashonly
2025-08-12 07:58:22 +00:00