lint
This commit is contained in:
parent
fe8485377b
commit
8f244c4931
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,9 @@ def convert_download_thumbnail(entry: Entry, error_if_not_found: bool = True) ->
|
||||||
return
|
return
|
||||||
|
|
||||||
if not download_thumbnail_path == download_thumbnail_path_as_jpg:
|
if not download_thumbnail_path == download_thumbnail_path_as_jpg:
|
||||||
FFMPEG.run(["-y", "-bitexact", "-i", download_thumbnail_path, download_thumbnail_path_as_jpg])
|
FFMPEG.run(
|
||||||
|
["-y", "-bitexact", "-i", download_thumbnail_path, download_thumbnail_path_as_jpg]
|
||||||
|
)
|
||||||
FileHandler.delete(download_thumbnail_path)
|
FileHandler.delete(download_thumbnail_path)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue