Mythus commited on
Commit
243c817
·
verified ·
1 Parent(s): c65bfc9

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +13 -5
run.py CHANGED
@@ -1,12 +1,20 @@
1
  import requests
 
2
  headers = {
3
- "Range": "bytes=0-",
4
- "Referer": "https://d000d.com/",
5
- }
6
- # Replace with your actual URL and API key
7
  url = "https://d000d.com/pass_md5/127488538-27-150-1724518008-5662b9c2ccc93709c43ad53f27a6db87/2dluu1n1zpgqb9ss46j3dh88"
8
 
9
- response = requests.get(url,headers=headers)
 
 
 
 
 
 
 
10
 
11
  print(response)
12
  print(response.text) # This will print the HTML content of the page
 
1
  import requests
2
+
3
  headers = {
4
+ "Range": "bytes=0-",
5
+ "Referer": "https://d000d.com/",
6
+ }
7
+
8
  url = "https://d000d.com/pass_md5/127488538-27-150-1724518008-5662b9c2ccc93709c43ad53f27a6db87/2dluu1n1zpgqb9ss46j3dh88"
9
 
10
+ # Define your proxy
11
+ proxy = "http://uigjnltt:wh0r7ws6tq0q@206.41.172.74:6634"
12
+ proxies = {
13
+ "http": proxy,
14
+ "https": proxy
15
+ }
16
+
17
+ response = requests.get(url, headers=headers, proxies=proxies)
18
 
19
  print(response)
20
  print(response.text) # This will print the HTML content of the page