1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-13 16:08:29 +00:00

[update] remove linux_armv7l_exe from _FILE_SUFFIXES

Authored by: bashonly
This commit is contained in:
bashonly 2025-08-11 14:50:59 -05:00
parent 60fc70676f
commit f0cb0550a9
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -115,7 +115,6 @@ def current_git_head():
'darwin_exe': '_macos',
'linux_exe': '_linux',
'linux_aarch64_exe': '_linux_aarch64',
'linux_armv7l_exe': '_linux_armv7l',
}
_NON_UPDATEABLE_REASONS = {