mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 22:49:31 +00:00
use fallback thumb when no url passed
This commit is contained in:
@@ -35,6 +35,8 @@ class ThumbManagerBase:
|
||||
|
||||
def download_raw(self, url):
|
||||
"""download thumbnail for video"""
|
||||
if not url:
|
||||
return self.get_fallback()
|
||||
|
||||
for i in range(3):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user