Kaydet (Commit) 899bbc2c authored tarafından Your Name's avatar Your Name

aria2c backend fixed

üst bc16b64c
......@@ -278,8 +278,7 @@ class Fetcher:
)
def _get_aria2c(self):
# FIXME: We need ssl verification.
return os.system("aria2c -U \"{}\" --check-certificate=false -c \"{}\" -o \"{}\"".format(
return os.system("aria2c -U \"{}\" -c \"{}\" -d \"/\" -o \"{}\"".format(
self.useragent,
self.url.get_uri(),
self.partial_file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment