Spaces:
Running
Running
BraydenMoore
commited on
Commit
·
56877e0
1
Parent(s):
f81fa21
Update main.py
Browse files
main.py
CHANGED
@@ -49,7 +49,7 @@ def proxy(url):
|
|
49 |
clean_url = url.replace('proxy/', '')
|
50 |
print('Cleaned URL:', clean_url)
|
51 |
|
52 |
-
req = requests.get(f'http://{clean_url}', headers=headers, stream=True
|
53 |
|
54 |
content_type = req.headers['content-type']
|
55 |
|
|
|
49 |
clean_url = url.replace('proxy/', '')
|
50 |
print('Cleaned URL:', clean_url)
|
51 |
|
52 |
+
req = requests.get(f'http://{clean_url}', headers=headers, stream=True)
|
53 |
|
54 |
content_type = req.headers['content-type']
|
55 |
|