Ability to download multiple urls at a time.

This commit is contained in:
yaronzz
2020-11-23 09:40:41 +08:00
parent 4e9532d51e
commit 73e3d20f0b
4 changed files with 17 additions and 15 deletions
+3 -3
View File
@@ -11,7 +11,7 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"pythonPath": "python.exe",
"python": "python.exe",
"env": {
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
},
@@ -22,7 +22,7 @@
"request": "launch",
"program": "${workspaceRoot}/TIDALDL-PY/tidal_dl/__init__.py",
"console": "integratedTerminal",
"pythonPath": "python.exe",
"python": "python.exe",
"env": {
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
},
@@ -41,7 +41,7 @@
"request": "launch",
"program": "${workspaceRoot}/TIDALDL-PY/tidal_dl/__init__.py",
"console": "integratedTerminal",
"pythonPath": "python.exe",
"python": "python.exe",
"env": {
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
},