mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
fixup: closing parenthesis
This commit is contained in:
parent
71b57dd477
commit
efc5942051
@ -356,7 +356,7 @@ def index_source_task(source_id):
|
||||
log.info(f'Indexed new media: {source} / {media}')
|
||||
log.info(f'Scheduling tasks to download thumbnail for: {media.key}')
|
||||
thumbnail_fmt = 'https://i.ytimg.com/vi/{}/{}default.jpg'
|
||||
vn_fmt = _('Downloading {} thumbnail for: "{}": {}'
|
||||
vn_fmt = _('Downloading {} thumbnail for: "{}": {}')
|
||||
for prefix in ('hq', 'sd', 'maxres',):
|
||||
thumbnail_url = thumbnail_fmt.format(
|
||||
media.key,
|
||||
|
Loading…
Reference in New Issue
Block a user