mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-04-29 19:44:26 +02:00
dont auto download torrents
This commit is contained in:
parent
c8088cc081
commit
b50dbd1ee2
2
main.py
2
main.py
@ -1356,7 +1356,7 @@ def download_aria(url, file_dir, filename):
|
||||
"""
|
||||
@author Puyodead1
|
||||
"""
|
||||
args = ["aria2c", url, "-o", filename, "-d", file_dir, "-j16", "-s20", "-x16", "-c", "--auto-file-renaming=false", "--summary-interval=0", "--disable-ipv6"]
|
||||
args = ["aria2c", url, "-o", filename, "-d", file_dir, "-j16", "-s20", "-x16", "-c", "--auto-file-renaming=false", "--summary-interval=0", "--disable-ipv6", "--follow-torrent=false"]
|
||||
process = subprocess.Popen(args)
|
||||
log_subprocess_output("ARIA2-STDOUT", process.stdout)
|
||||
log_subprocess_output("ARIA2-STDERR", process.stderr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user