Commit ae51319d authored by wang's avatar wang

Merge remote-tracking branch 'origin/main'

parents e680799d b734c35d
......@@ -21,7 +21,7 @@ if not pathlib.Path('nacos-data/snapshot/').exists():
def check_pull():
get_url = 'https://ymx-lcc.unififi.com/header/task/pull/cookieY4?brush_name=test'
get_url = 'http://ymx-lcc.unififi.com/header/task/pull/cookieY4?brush_name=test'
r = requests.get(get_url)
return r.json()
def get_proxy():
......@@ -51,7 +51,7 @@ def exec(thread_id):
id_ = uuid.uuid4().hex
try:
px = get_proxy()['url']
cf = Reese84ByPass(target="https://www.allegiantair.com/", proxy=px, thread_name=f'{thread_id}')
cf = Reese84ByPass(target="https://www.volaris.com/", proxy=px, thread_name=f'{thread_id}')
headers, cookies = cf.start()
# cf.test()
add_header(headers, cookies, px, thread_id)
......
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