mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-21 13:55:17 +08:00
可以选择部分字段不输出到文件或数据库
This commit is contained in:
parent
548414b12f
commit
62435c037e
1
ElectronJS/tasks/154.json
Normal file
1
ElectronJS/tasks/154.json
Normal file
File diff suppressed because one or more lines are too long
2
ExecuteStage/.vscode/launch.json
vendored
2
ExecuteStage/.vscode/launch.json
vendored
@ -12,7 +12,7 @@
|
||||
"justMyCode": true,
|
||||
// "args": ["--id", "[7]", "--read_type", "remote", "--headless", "0"]
|
||||
// "args": ["--id", "[9]", "--read_type", "remote", "--headless", "0", "--saved_file_name", "YOUTUBE"]
|
||||
"args": ["--id", "[69]", "--headless", "0", "--user_data", "1"]
|
||||
"args": ["--id", "[73]", "--headless", "0", "--user_data", "1"]
|
||||
}
|
||||
]
|
||||
}
|
@ -360,6 +360,7 @@ class BrowserThread(Thread):
|
||||
paras = node["parameters"]
|
||||
codeMode = int(paras["codeMode"])
|
||||
code = paras["code"]
|
||||
output = ""
|
||||
max_wait_time = int(paras["waitTime"])
|
||||
if codeMode == 2: # 使用循环的情况下,传入的clickPath就是实际的xpath
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user