Skip to content

Commit

Permalink
umm
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 4, 2024
1 parent d132fc2 commit 072d245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/custdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ async def download_x(e):

out_folder = "downloads"
out_filename = f"{series['title']}_{category}_{season_index}_{episode_index}.mp4"
await e.edit(f"Downloading {out_filename}...", buttons=[Button.inline("Back", data=f"episode_{series_id}_{season_index}_{episode_index}_{category}_{season_index}_{episode_index}")])
await e.edit(f"Downloading {out_filename}...", buttons=[Button.inline("Back", data=f"series_{series_id}")])
ms = await e.respond("Downloading...")
t = time.time()
cmd = f"yt-dlp --downloader aria2c '{url}' -o '{out_folder}/{out_filename}'"
Expand Down

0 comments on commit 072d245

Please sign in to comment.