update launch.json and remove old code from youtube_short

This commit is contained in:
2026-07-22 00:42:03 +00:00
parent 8e4a34dce1
commit c8d645e9bd
2 changed files with 1 additions and 95 deletions
+1 -4
View File
@@ -9,10 +9,7 @@
"type": "debugpy",
"request": "launch",
"program": "${file}",
"args": [
"--convert",
"/home/richard/downloader/save/clips/VibrantKathishLobsterPunchTrees/VibrantKathishLobsterPunchTrees.mp4"
]
"args": []
}
]
}