Update app.py
Browse files
app.py
CHANGED
|
@@ -143,8 +143,10 @@ def download_with_wget(task_id, url, save_path):
|
|
| 143 |
"--waitretry=3",
|
| 144 |
"--limit-rate=0",
|
| 145 |
"--progress=dot:mega",
|
| 146 |
-
"-
|
| 147 |
-
|
|
|
|
|
|
|
| 148 |
]
|
| 149 |
|
| 150 |
try:
|
|
|
|
| 143 |
"--waitretry=3",
|
| 144 |
"--limit-rate=0",
|
| 145 |
"--progress=dot:mega",
|
| 146 |
+
"-c",
|
| 147 |
+
"--content-disposition",
|
| 148 |
+
"--trust-server-names",
|
| 149 |
+
url
|
| 150 |
]
|
| 151 |
|
| 152 |
try:
|