mirror of
https://github.com/Wojtek242/qobuz-dl.git
synced 2024-11-22 02:55:25 +01:00
Remove extraneous files
This commit is contained in:
parent
be37d82e70
commit
7485e6747d
27
.vscode/launch.json
vendored
27
.vscode/launch.json
vendored
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user