Update app.py
Browse files
app.py
CHANGED
@@ -604,7 +604,7 @@ async def multi_download(request: Request):
|
|
604 |
else:
|
605 |
return {
|
606 |
"error": "Failed to Fetch the video."
|
607 |
-
}
|
608 |
'''encoded_url = urllib.parse.quote(str(video_url), safe='')
|
609 |
dl_url = f'https://chrunos-grab.hf.space/yt/dl?url={encoded_url}&{parameter}'
|
610 |
if dl_url and "http" in dl_url:
|
|
|
604 |
else:
|
605 |
return {
|
606 |
"error": "Failed to Fetch the video."
|
607 |
+
}
|
608 |
'''encoded_url = urllib.parse.quote(str(video_url), safe='')
|
609 |
dl_url = f'https://chrunos-grab.hf.space/yt/dl?url={encoded_url}&{parameter}'
|
610 |
if dl_url and "http" in dl_url:
|