Update run.py
Browse files
run.py
CHANGED
|
@@ -44,5 +44,5 @@ 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,
|
| 48 |
print(response.text)
|
|
|
|
| 44 |
proxies = {
|
| 45 |
"http": proxy,
|
| 46 |
}
|
| 47 |
+
response = requests.get('https://eduboom.it/ajax/lessons-search', params=params, headers=headers, impersonate = "chrome120")
|
| 48 |
print(response.text)
|