Mythus commited on
Commit
037d93e
·
verified ·
1 Parent(s): 58767ff

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +5 -2
run.py CHANGED
@@ -1,8 +1,11 @@
1
  import requests
2
-
 
 
 
3
  # Replace with your actual URL and API key
4
  url = "https://d000d.com/pass_md5/127488538-27-150-1724518008-5662b9c2ccc93709c43ad53f27a6db87/2dluu1n1zpgqb9ss46j3dh88"
5
 
6
- response = requests.get(url)
7
 
8
  print(response.text) # This will print the HTML content of the page
 
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.text) # This will print the HTML content of the page