Upgrade yt_dlp and download script

This commit is contained in:
2025-05-02 16:11:08 -05:00
parent 3a2e8eeb08
commit d68d9ce4f9
1194 changed files with 60099 additions and 44436 deletions

View File

@@ -84,7 +84,7 @@ class FptplayIE(InfoExtractor):
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