Update app.py
Browse files
app.py
CHANGED
@@ -251,7 +251,7 @@ async def get_track_download_url(video_url: str) -> str:
|
|
251 |
|
252 |
|
253 |
|
254 |
-
def process_url(video_url: str) -> str:
|
255 |
try:
|
256 |
# Step 1: Download the URL
|
257 |
api_url = "https://www.saveporn.net/convert/"
|
|
|
251 |
|
252 |
|
253 |
|
254 |
+
async def process_url(video_url: str) -> str:
|
255 |
try:
|
256 |
# Step 1: Download the URL
|
257 |
api_url = "https://www.saveporn.net/convert/"
|