diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index b0e6893..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Module", - "type": "python", - "request": "launch", - "module": "qobuz_dl.cli", - "justMyCode": true, - "args": [ - "dl", - "dl.txt", - "--embed-art", - "-q", - "27", - "--no-db", - "--og-cover" - ], - "env": { - "PYTHONDONTWRITEBYTECODE": "1" - } - } - ] -} \ No newline at end of file diff --git a/dl.txt b/dl.txt deleted file mode 100644 index 8c86fc5..0000000 --- a/dl.txt +++ /dev/null @@ -1 +0,0 @@ -https://open.qobuz.com/track/652159 \ No newline at end of file