Update app.py
Browse files
app.py
CHANGED
@@ -617,7 +617,6 @@ async def multi_download(request: Request):
|
|
617 |
error_message = "Quality above 720p is for Premium Members Only. Please check the URL for more information."
|
618 |
help_url = "https://chrunos.com/premium-shortcuts/" # Replace with your actual URL
|
619 |
return {"error": error_message, "url": help_url}
|
620 |
-
if video_url
|
621 |
|
622 |
is_youtube_url = re.search(r'(youtube\.com|youtu\.be)', video_url) is not None
|
623 |
if is_threads_url(video_url):
|
|
|
617 |
error_message = "Quality above 720p is for Premium Members Only. Please check the URL for more information."
|
618 |
help_url = "https://chrunos.com/premium-shortcuts/" # Replace with your actual URL
|
619 |
return {"error": error_message, "url": help_url}
|
|
|
620 |
|
621 |
is_youtube_url = re.search(r'(youtube\.com|youtu\.be)', video_url) is not None
|
622 |
if is_threads_url(video_url):
|