Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 4, 2024
1 parent 089d1d7 commit ddd27c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/custdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,7 @@ async def progress_stdout_yielded_download(url, out_folder, out_filename):
if not await exists(out_folder):
await mkdir(out_folder)

cmd = f"yt-dlp --downloader aria2c '{
url}' -o '{out_folder}/{out_filename}'"
cmd = f"yt-dlp --downloader aria2c '{url}' -o '{out_folder}/{out_filename}'"
print("Command:", cmd)

process = await create_subprocess_shell(
Expand Down

0 comments on commit ddd27c5

Please sign in to comment.