Commit Graph

676 Commits (2025.09.23)

Author SHA1 Message Date
bashonly 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>
3 days ago
sepro 8821682f15
[docs] Establish AI/LLM contribution policy (#14194)
Authored by: seproDev, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
5 days ago
bashonly df4b4e8ccf
[build] Use PyInstaller 6.16 for Windows (#14318)
Authored by: bashonly
2 weeks ago
bashonly ae3923b6b2
[ci] Improve workflow checks (#14316)
Authored by: bashonly
2 weeks ago
bashonly e2d37bcc8e
[build] Refactor Linux build jobs (#14275)
Authored by: bashonly
2 weeks ago
bashonly 83b8409366
[ci] Test with Python 3.14 (#13468)
Authored by: bashonly
2 weeks ago
bashonly 22ea0688ed
[ci] Bump actions/setup-python to v6 (#14282)
Authored by: bashonly
2 weeks ago
bashonly c8ede5f34d
[build] Use new PyInstaller builds for Windows (#14273)
Authored by: bashonly
3 weeks ago
bashonly 8597a4331e
[build] Fix cache warmer (#14261)
Fix 50136eeeb3

Authored by: bashonly
3 weeks ago
sepro e6e6b51214
[docs] Clarify license of PyInstaller-bundled executables (#14257)
Closes #348

Authored by: seproDev
3 weeks ago
bashonly 7c9b10ebc8
[ci] Test and lint workflows (#14249)
Authored by: bashonly
3 weeks ago
bashonly cd94e70040
[build] Post-release workflow cleanup (#14250)
Authored by: bashonly
3 weeks ago
bashonly 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
3 weeks ago
bashonly 415b6d9ca8
[build] Post-release workflow cleanup (#14090)
Authored by: bashonly
1 month ago
bashonly 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
1 month ago
bashonly 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
1 month ago
bashonly 681ed2153d
[build] Bump PyInstaller version to 6.15.0 for Windows (#14002)
Authored by: bashonly
1 month ago
bashonly 8175f3738f
[rh:requests] Bump minimum required version of urllib3 to 2.0.2 (#13939)
- urllib3 1.26.x gives unexpected results with partial reads: https://github.com/urllib3/urllib3/issues/2128
- urllib3 2.0.0 and 2.0.1 were yanked from PyPI: https://github.com/urllib3/urllib3/issues/3009

Closes #13927
Authored by: bashonly
2 months ago
bashonly 62e2a9c0d5
[ci] Bump supported PyPy version to 3.11 (#13877)
Ref: https://pypy.org/posts/2025/07/pypy-v7320-release.html

Authored by: bashonly
2 months ago
bashonly 66aa21dc5a
[build] Use `macos-14` runner for `macos` builds (#13814)
Ref: https://github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/#macos-13-is-closing-down

Authored by: bashonly
2 months ago
bashonly 1b88384634
[ci] Add signature tests (#13582)
Authored by: bashonly
3 months ago
bashonly 201812100f
[build] Fix macOS requirements caching (#13328)
Authored by: bashonly
4 months ago
bashonly 17cf9088d0
[build] Bump PyInstaller to v6.13.0 (#13082)
Ref: https://github.com/yt-dlp/yt-dlp/issues/10294

Authored by: bashonly
5 months ago
bashonly 9064d2482d
[build] Bump run-on-arch-action to v3 (#13088)
Authored by: bashonly
5 months ago
sepro 505b400795
[cleanup] Misc (#12844)
Authored by: seproDev, bashonly

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
5 months ago
Simon Sawicki 3690e91265
[ci] Add file mode test to code check (#13036)
Authored by: Grub4K
5 months ago
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>
7 months ago
bashonly 4ecb833472
[misc] Clarify that the issue template cannot be removed (#12332)
Fix 517ddf3c3f

Authored by: bashonly
8 months ago
sepro 517ddf3c3f
[misc] Improve Issue/PR templates (#11499)
Authored by: seproDev
8 months ago
bashonly f9c8deb4e5
[build] Bump PyInstaller version pin to `>=6.11.1` (#11507)
Authored by: bashonly
11 months ago
bashonly f13df591d4
[build] Enable attestations for trusted publishing (#11420)
Reverts 428ffb75aa

Authored by: bashonly
11 months ago
github-actions[bot] 282e19db82 Release 2024.11.04
Created by: bashonly

:ci skip all
11 months ago
bashonly 428ffb75aa
[build] Disable attestations for trusted publishing (#11418)
Currently does not work with reusable workflows, e.g. release-nightly.yml calling release.yml

Ref: https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.11.0
     https://github.com/pypa/gh-action-pypi-publish/discussions/255
     https://github.com/pypi/warehouse/issues/11096

Authored by: bashonly
11 months ago
bashonly d784464399
Remove Python 3.8 support (#11321)
Closes #10086
Authored by: bashonly
11 months ago
bashonly dd2e244469
[build] Use Ubuntu 20.04 and Python 3.9 for Linux ARM builds (#8638)
Authored by: bashonly
11 months ago
bashonly ea9e35d85f
[cleanup] Misc (#11311)
Authored by: bashonly
11 months ago
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>
11 months ago
bashonly a886cf3e90
[build] Migrate `py2exe` builds to `win_exe` (#11256)
This commit removes py2exe support

Closes #10087
Authored by: bashonly
11 months ago
bashonly 64d84d75ca
[build] Use `macos-13` image for macOS builds (#11236)
Authored by: bashonly
12 months ago
Simon Sawicki b31b81d85f
[ci] Rerun failed tests (#11143) 1 year ago
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>
1 year ago
bashonly fb8b7f226d
[build] Bump PyInstaller version pin to `>=6.10.0` (#10709)
Authored by: bashonly
1 year ago
Simon Sawicki b6200bdcf3
[ci] Add comment sanitization workflow (#10915)
Co-authored-by: bashonly <bashonly@protonmail.com>
Authored by: bashonly, Grub4K
1 year ago
bashonly 7e41628ff5
[build] Pin `delocate` version for `macos` (#10901)
Authored by: bashonly
1 year ago
bashonly ad9a8115aa
[ci] Add issue tracker anti-spam protection (#10861)
Authored by: bashonly
1 year ago
coletdjnz 6f9e653743
[rh:websockets] Upgrade websockets to 13.0 (#10815)
Fixes CI hanging

Authored by: coletdjnz
1 year ago
bashonly 644d84d778 Revert 4f8448896e
curl-cffi 0.5.10 does not support Windows 32-bit

Authored by: bashonly
1 year ago
bashonly 4f8448896e [build] Include `curl_cffi` in `yt-dlp_x86.exe`
Authored by: bashonly
1 year ago
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>
1 year ago
bashonly 46c1b7cfec
[build] Cache dependencies for `macos` job (#10088)
Authored by: bashonly
1 year ago