KitTheBit commited on
Commit
76bb7cf
·
verified ·
1 Parent(s): b901173

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -1,4 +1,4 @@
1
- import httpx
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 = httpx.get('https://stremio-rev-proxy.h-y.workers.dev/https://supervideo.cc/e/h2ghuu717fc3', headers = headers)
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)