Initial commit: Add playlist downloader project with UI and core functionality

This commit is contained in:
2026-06-28 10:34:48 +02:00
commit 605dede363
49 changed files with 8300 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Run main.py (venv)",
"type": "shell",
"command": ".venv\\Scripts\\python.exe",
"args": [
"main.py"
],
"isBackground": false,
"problemMatcher": [],
"group": "build"
}
]
}