Skip to content

Commit

Permalink
gg
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 5, 2024
1 parent ad075e8 commit 7681cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/custdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ async def download_x(e):
ffmpeg_command = generate_ffmpeg_command(f"{out_folder}/{out_filename}", subs_urls)
await ms.edit("Merging subs...")
print("FFMPEG CMD: "+" ".join(ffmpeg_command))
await ms.respond("FFMPEG CMD: `"+" ".join(ffmpeg_command) + "`")
(await create_subprocess_shell(" ".join(ffmpeg_command))).wait()

# os.remove(f"{out_folder}/{out_filename}")
Expand Down

0 comments on commit 7681cca

Please sign in to comment.