From f0cb0550a9730ae358fcbe48e804f59e1c2a54b7 Mon Sep 17 00:00:00 2001 From: bashonly Date: Mon, 11 Aug 2025 14:50:59 -0500 Subject: [PATCH] [update] remove `linux_armv7l_exe` from `_FILE_SUFFIXES` Authored by: bashonly --- yt_dlp/update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/yt_dlp/update.py b/yt_dlp/update.py index ee3df8790e..c53be00cff 100644 --- a/yt_dlp/update.py +++ b/yt_dlp/update.py @@ -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 = {