Chrunos commited on
Commit
c982d8c
·
verified ·
1 Parent(s): 2ed9c4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": f"What is wrong with you? {restricted_domain} is not allowed.", "url": "https://t.me/chrunoss"})
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