]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/fptplay.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / extractor / fptplay.py
index 85613bafe5a191eefd7c29ea2596e6d4abb32ef4..db9b2e1535ac8691d4ff0124f95cdffd919ecf9e 100644 (file)
@@ -84,7 +84,7 @@ def convert(e):
             a = [0, 0, 0, 0]
             s = len(e)
             c = 0
-            for z in range(s, 0, -1):
+            for _ in range(s, 0, -1):
                 if n <= 3:
                     i[n] = e[c]
                 n += 1