Commit 2375743a authored by wang's avatar wang

收集更多信息

parent edd1fa90
...@@ -67,7 +67,6 @@ while True: ...@@ -67,7 +67,6 @@ while True:
usedTime = 10 usedTime = 10
success = 0 success = 0
total = 0 total = 0
selectId = random.choice(list(envs))
code = open('src.js', 'r', encoding='utf-8').read() code = open('src.js', 'r', encoding='utf-8').read()
for i in range(30): for i in range(30):
try: try:
...@@ -86,7 +85,7 @@ while True: ...@@ -86,7 +85,7 @@ while True:
'http': proxy, 'http': proxy,
'https': proxy, 'https': proxy,
} }
# selectId = 'a74b38e7115cf4d1b1f6976c' selectId = random.choice(list(envs))
c = session.get('https://www.jetblue.com/js/src/jb-74873.js', insecure_skip_verify=True).text c = session.get('https://www.jetblue.com/js/src/jb-74873.js', insecure_skip_verify=True).text
m5 = md5(c) m5 = md5(c)
if m5 != lastHash and usedTime > 5: if m5 != lastHash and usedTime > 5:
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment