Update app.py
Browse files
app.py
CHANGED
@@ -256,7 +256,7 @@ async def get_track_download_url(video_url: str) -> str:
|
|
256 |
async def process_url(video_url: str) -> str:
|
257 |
try:
|
258 |
# Step 1: Download the URL
|
259 |
-
api_url = "https://www.
|
260 |
session = cloudscraper.create_scraper()
|
261 |
form_data = {"url": video_url}
|
262 |
|
|
|
256 |
async def process_url(video_url: str) -> str:
|
257 |
try:
|
258 |
# Step 1: Download the URL
|
259 |
+
api_url = "https://www.saveporn.net/convert/"
|
260 |
session = cloudscraper.create_scraper()
|
261 |
form_data = {"url": video_url}
|
262 |
|