Skip to content

Commit

Permalink
mb
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 5, 2024
1 parent afa4e57 commit ae409ca
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 @@ -285,7 +285,7 @@ async def download_x(e):

await ms.edit(f"Downloaded {out_filename} in {time.time() - t:.2f} seconds.", buttons=[[Button.inline("Back", data=f"episode_{series_id}_{season_index}_{episode_index}_{category}_{season_index}_{episode_index}")],
[Button.url("Index Link", f"{SERVIO_TEMP}")]])
# await remove(f"{out_folder}/{out_filename}")
await remove(f"{out_folder}/{out_filename}")

# move the file to downloads folder

Expand Down

0 comments on commit ae409ca

Please sign in to comment.