Skip to content

Commit

Permalink
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
@@ -155,7 +155,7 @@ def merge(self) -> None:
f"author={author}",
"-metadata",
f"episode_id={self.id}",
f"./{self.title}-{self.id}.aac",
f"./{self.title}-{self.id}.m4a",
]
subprocess.run(command, check=True)
logging.info("finished merging")

0 comments on commit edcef72

Please sign in to comment.