diff --git a/royalnet/commands/play.py b/royalnet/commands/play.py index 7e302d3d..bf49c742 100644 --- a/royalnet/commands/play.py +++ b/royalnet/commands/play.py @@ -13,7 +13,7 @@ if typing.TYPE_CHECKING: ytdl_args = { "format": "bestaudio", - "outtmpl": f"./downloads/%(autonumber)s_%(title)s.%(ext)s" + "outtmpl": f"./downloads/%(epoch)s_%(title)s.%(ext)s" }