mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-05 12:11:29 +03:00
Added debug mode to server and relevant debug configurations
simplified youtubedl download process to speed up the download queryurl not printed any longer by youtube search service
This commit is contained in:
14
.vscode/launch.json
vendored
Normal file
14
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
// 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": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "attach",
|
||||
"name": "Attach",
|
||||
"port": 9229
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user