Skip to content

Commit

Permalink
Change AAC to M4A
Browse files Browse the repository at this point in the history
From my phone xp
  • Loading branch information
Ryu1845 authored Oct 10, 2021
1 parent 5b9ae77 commit 063edd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twspace_dl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 063edd3

Please sign in to comment.