Update run.py
Browse files
run.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
import
|
| 2 |
|
| 3 |
headers = {
|
| 4 |
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0',
|
|
@@ -19,5 +19,5 @@ headers = {
|
|
| 19 |
# 'TE': 'trailers',
|
| 20 |
}
|
| 21 |
|
| 22 |
-
response =
|
| 23 |
print(response)
|
|
|
|
| 1 |
+
from curl_cffi import requests
|
| 2 |
|
| 3 |
headers = {
|
| 4 |
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0',
|
|
|
|
| 19 |
# 'TE': 'trailers',
|
| 20 |
}
|
| 21 |
|
| 22 |
+
response = requests.get('https://stremio-rev-proxy.h-y.workers.dev/https://supervideo.cc/e/h2ghuu717fc3', headers = headers, impersonate = "chrome138")
|
| 23 |
print(response)
|