hitomi.la
Version:
Get list of works(doujin, video...) on hitomi.la, and download them
48 lines • 1.32 kB
JSON
{
"version": "0.2.0",
"configurations": [
{
"name": "시작",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/test.js",
"stopOnEntry": false,
"args": [],
"cwd": "${workspaceRoot}",
"preLaunchTask": null,
"runtimeExecutable": null,
"runtimeArgs": [
"--nolazy"
],
"env": {
"NODE_ENV": "development",
"NODE_DEBUG": "request",
"DEBUG": "hitomi.la"
},
"externalConsole": false,
"sourceMaps": false,
"outDir": null
},
{
"name": "연결",
"type": "node",
"request": "attach",
"port": 5858,
"address": "localhost",
"restart": false,
"sourceMaps": false,
"outDir": null,
"localRoot": "${workspaceRoot}",
"remoteRoot": null
},
{
"name": "Attach to Process",
"type": "node",
"request": "attach",
"processId": "${command.PickProcess}",
"port": 5858,
"sourceMaps": false,
"outDir": null
}
]
}