Spaces:
Paused
Paused
File size: 923 Bytes
a59a95a 243c817 cd46029 8e8248f cd46029 8e8248f 29b3883 cd46029 3d1f705 cd46029 71e117a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
import requests
proxy = "http://uigjnltt:wh0r7ws6tq0q@206.41.172.74:6634"
response = requests.get(
url='https://d000d.com/pass_md5/127795813-100-155-1724520248-adb05a75b094f6ee81002ce8ff0b2c24/u35pn9spbohkdjxn6u1f1dwt',
headers={
"Range": "bytes=0-",
"Referer":"https://d000d.com/",
"User-Agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0",
"Accept":"*/*",
"Accept-Language":"en-US,en;q=0.5",
"Accept-Encoding":"gzip, deflate, br, zstd",
"X-Requested-With":"XMLHttpRequest",
"DNT":"1",
"Sec-GPC":"1",
"Connection":"keep-alive",
"Sec-Fetch-Dest":"empty",
"Sec-Fetch-Mode":"cors",
"Sec-Fetch-Site":"same-origin",
"Pragma":"no-cache",
"Cache-Control":"no-cache",
"TE":"trailers"
},
proxies={
"http": proxy,
}
)
print(response.text)
|