From 7485e6747d881a5ad327c98ad142273ccb0b6eb7 Mon Sep 17 00:00:00 2001 From: Vitiko Date: Wed, 21 Dec 2022 15:23:05 -0400 Subject: [PATCH] Remove extraneous files --- .vscode/launch.json | 27 --------------------------- dl.txt | 1 - 2 files changed, 28 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 dl.txt 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