mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-20 02:24:56 +08:00
remove config.json from releases
This commit is contained in:
parent
2de6f6d5a6
commit
08dc87d8f0
1
.temp_to_pub/.gitignore
vendored
1
.temp_to_pub/.gitignore
vendored
@ -4,3 +4,4 @@ EasySpider.app/
|
||||
EasySpider_windows_x64/user_data
|
||||
*.tmp
|
||||
*.7z*
|
||||
config.json
|
@ -1 +0,0 @@
|
||||
{"webserver_address":"http://localhost","webserver_port":8074,"user_data_folder":"./user_data","absolute_user_data_folder":"/home/naibo/Documents/EasySpider/Releases/EasySpider_linux_amd64_Ubuntu/user_data"}
|
@ -152,7 +152,10 @@ class BrowserThread(Thread):
|
||||
if para["name"] not in self.outputParameters.keys():
|
||||
self.outputParameters[para["name"]] = ""
|
||||
self.dataNotFoundKeys[para["name"]] = False
|
||||
self.outputParametersTypes.append(para["type"])
|
||||
try:
|
||||
self.outputParametersTypes.append(para["type"])
|
||||
except:
|
||||
self.outputParametersTypes.append("text")
|
||||
try:
|
||||
self.outputParametersRecord.append(bool(para["recordASField"]))
|
||||
except:
|
||||
@ -900,8 +903,6 @@ class BrowserThread(Thread):
|
||||
# 点击元素事件
|
||||
|
||||
def clickElement(self, para, loopElement=None, clickPath="", index=0):
|
||||
time.sleep(0.1) # 点击之前等待0.1秒
|
||||
self.Log("Wait 0.1 second before clicking element")
|
||||
try:
|
||||
maxWaitTime = int(para["maxWaitTime"])
|
||||
except:
|
||||
|
@ -1 +0,0 @@
|
||||
{"webserver_address":"http://localhost","webserver_port":8074,"user_data_folder":"./user_data","absolute_user_data_folder":"D:\\Documents\\Projects\\EasySpider\\.temp_to_pub\\EasySpider_windows_x64\\user_data"}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
{"webserver_address":"http://localhost","webserver_port":8074,"user_data_folder":"./user_data","absolute_user_data_folder":"C:\\Users\\Naibo\\Desktop\\EasySpider\\Releases\\EasySpider_windows_386\\user_data"}
|
Loading…
x
Reference in New Issue
Block a user