mirror of
https://github.com/glomatico/gamdl.git
synced 2025-01-22 11:18:39 +00:00
Update downloader.py
This commit is contained in:
parent
d60e26d4d1
commit
9cc1b8a800
@ -272,7 +272,7 @@ class Downloader:
|
||||
|
||||
def apply_tags(
|
||||
self,
|
||||
remuxed_path: Path,
|
||||
path: Path,
|
||||
tags: dict,
|
||||
cover_url: str,
|
||||
):
|
||||
@ -313,7 +313,7 @@ class Downloader:
|
||||
imageformat=MP4Cover.FORMAT_JPEG,
|
||||
)
|
||||
]
|
||||
mp4 = MP4(remuxed_path)
|
||||
mp4 = MP4(path)
|
||||
mp4.clear()
|
||||
mp4.update(mp4_tags)
|
||||
mp4.save()
|
||||
|
Loading…
Reference in New Issue
Block a user