Skip to content

Commit

Permalink
Fix #42 correct metadata key
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu1845 committed Mar 7, 2022
1 parent 2556556 commit 6412617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twspace_dl/twspace_dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def download(self) -> None:
"-metadata",
f"title={space['title']}",
"-metadata",
f"author={space['creator_name']}",
f"artist={space['creator_name']}",
"-metadata",
f"episode_id={space['id']}",
]
Expand Down

0 comments on commit 6412617

Please sign in to comment.