NaiboWang-Alienware 6318785229 Log Format
2023-07-19 00:15:53 +08:00

18 lines
784 B
JSON

{
// 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
"configurations": [
{
"name": "Python: EasySpider",
"type": "python",
"request": "launch",
"program": "easyspider_executestage.py",
"console": "integratedTerminal",
"justMyCode": false,
// "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"]
// "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"]
"args": ["--id", "[83]", "--headless", "0", "--user_data", "1", "--keyboard", "0"]
}
]
}