Spaces:
Paused
Paused
Update test.py
Browse files
test.py
CHANGED
|
@@ -100,6 +100,7 @@ async def get_version():
|
|
| 100 |
random_headers['user-agent'] = User_Agent
|
| 101 |
base_url = f'https://streamingcommunity.{SC_DOMAIN}/richiedi-un-titolo'
|
| 102 |
response = requests.get(base_url, headers=random_headers, allow_redirects = True, proxies = proxies)
|
|
|
|
| 103 |
#Soup the response
|
| 104 |
soup = BeautifulSoup(response.text, "lxml")
|
| 105 |
|
|
|
|
| 100 |
random_headers['user-agent'] = User_Agent
|
| 101 |
base_url = f'https://streamingcommunity.{SC_DOMAIN}/richiedi-un-titolo'
|
| 102 |
response = requests.get(base_url, headers=random_headers, allow_redirects = True, proxies = proxies)
|
| 103 |
+
print(response)
|
| 104 |
#Soup the response
|
| 105 |
soup = BeautifulSoup(response.text, "lxml")
|
| 106 |
|