Chrunos commited on
Commit
dfc3dd7
·
verified ·
1 Parent(s): 802eb28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -396,7 +396,7 @@ ALT_API = os.getenv("ALT_API")
396
 
397
 
398
  def extract_video_info(video_url: str) -> str:
399
- api_urls = [f'{EXTRACT_API}?url={video_url}', f'{ALT_API}?url={video_url}']
400
  for api_url in api_urls:
401
  logger.info(api_url)
402
  session = cloudscraper.create_scraper()
 
396
 
397
 
398
  def extract_video_info(video_url: str) -> str:
399
+ api_urls = [f'{ALT_API}?url={video_url}', f'{EXTRACT_API}?url={video_url}']
400
  for api_url in api_urls:
401
  logger.info(api_url)
402
  session = cloudscraper.create_scraper()