tecuts commited on
Commit
d6c33a6
·
verified ·
1 Parent(s): 8a011d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: