Mythus commited on
Commit
a3158fa
·
verified ·
1 Parent(s): b0da6b1

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +5 -4
run.py CHANGED
@@ -1,7 +1,6 @@
1
  from curl_cffi import requests
2
 
3
-
4
-
5
 
6
  response = requests.get(
7
  url="https://d000d.com/e/9b3w45p3h2gz",
@@ -30,7 +29,9 @@ response = requests.get(
30
  "ref_url":"",
31
  "lang":"1"
32
  },
33
-
 
 
34
  )
35
 
36
- print(response.text)
 
1
  from curl_cffi import requests
2
 
3
+ proxy = "185.75.5.158:43131"
 
4
 
5
  response = requests.get(
6
  url="https://d000d.com/e/9b3w45p3h2gz",
 
29
  "ref_url":"",
30
  "lang":"1"
31
  },
32
+ proxies={
33
+ "http": proxy
34
+ }
35
  )
36
 
37
+ print(response.text)