Mythus commited on
Commit
29b3883
·
verified ·
1 Parent(s): 8e8248f

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +14 -0
run.py CHANGED
@@ -5,6 +5,20 @@ response = requests.get(
5
  headers={
6
  "Range": "bytes=0-",
7
  "Referer":"https://d000d.com/",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  },
9
  proxies={
10
  "http": proxy,
 
5
  headers={
6
  "Range": "bytes=0-",
7
  "Referer":"https://d000d.com/",
8
+ "User-Agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0",
9
+ "Accept":"*/*",
10
+ "Accept-Language":"en-US,en;q=0.5",
11
+ "Accept-Encoding":"gzip, deflate, br, zstd",
12
+ "X-Requested-With":"XMLHttpRequest",
13
+ "DNT":"1",
14
+ "Sec-GPC":"1",
15
+ "Connection":"keep-alive",
16
+ "Sec-Fetch-Dest":"empty",
17
+ "Sec-Fetch-Mode":"cors",
18
+ "Sec-Fetch-Site":"same-origin",
19
+ "Pragma":"no-cache",
20
+ "Cache-Control":"no-cache",
21
+ "TE":"trailers"
22
  },
23
  proxies={
24
  "http": proxy,