Update run.py
Browse files
run.py
CHANGED
|
@@ -40,5 +40,9 @@ headers = {
|
|
| 40 |
params = {
|
| 41 |
'term': "Parini",
|
| 42 |
}
|
| 43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
print(response.text)
|
|
|
|
| 40 |
params = {
|
| 41 |
'term': "Parini",
|
| 42 |
}
|
| 43 |
+
proxy = "uigjnltt@wh0r7ws6tq0q206.41.172.74:6634"
|
| 44 |
+
proxies = {
|
| 45 |
+
"http": proxy,
|
| 46 |
+
}
|
| 47 |
+
response = requests.get('https://eduboom.it/ajax/lessons-search', params=params, headers=headers,proxies=proxies)
|
| 48 |
print(response.text)
|