From 063edd34dcdecaa4d961ff1c017638c0f13389ff Mon Sep 17 00:00:00 2001 From: Ryu1845 <77058942+Ryu1845@users.noreply.github.com> Date: Sun, 10 Oct 2021 23:02:22 +0200 Subject: [PATCH] Change AAC to M4A From my phone xp --- twspace_dl/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twspace_dl/main.py b/twspace_dl/main.py index a73ae08..8e06b48 100644 --- a/twspace_dl/main.py +++ b/twspace_dl/main.py @@ -136,7 +136,7 @@ def merge(self) -> None: f"{self.title}-{self.id}-tmp.aac", "-c", "copy", - f"./{self.title}-{self.id}.aac", + f"./{self.title}-{self.id}.m4a", ] subprocess.run(command, check=True) logging.info("finished merging")