mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-08 08:19:54 +00:00
better thumbnail final fall back handling
This commit is contained in:
@@ -61,7 +61,7 @@ class ThumbManagerBase:
|
||||
print(f"{self.item_id}: retry thumbnail download {url}")
|
||||
sleep((i + 1) ** i)
|
||||
|
||||
return False
|
||||
return self.get_fallback()
|
||||
|
||||
def get_fallback(self):
|
||||
"""get fallback thumbnail if not available"""
|
||||
|
||||
Reference in New Issue
Block a user