Update app.py
Browse files
app.py
CHANGED
@@ -191,7 +191,7 @@ async def download_high_quality_video(request: Request):
|
|
191 |
restricted_domain = "chrunos.com"
|
192 |
video_url = data.get('url')
|
193 |
if video_url and restricted_domain in video_url:
|
194 |
-
return {"error":
|
195 |
|
196 |
quality = data.get('quality', '720') # Default to 1080p if not specified
|
197 |
|
|
|
191 |
restricted_domain = "chrunos.com"
|
192 |
video_url = data.get('url')
|
193 |
if video_url and restricted_domain in video_url:
|
194 |
+
return {"error": "What is wrong with you?", "url": "https://t.me/chrunoss"})
|
195 |
|
196 |
quality = data.get('quality', '720') # Default to 1080p if not specified
|
197 |
|