tecuts commited on
Commit
8d861e5
·
verified ·
1 Parent(s): 90512b4

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -396,7 +396,7 @@ async def download_video_max_quality(request: Request, payload: MaxDownloadReque
396
  'player_client': ['web', 'tv'],
397
  }
398
  },
399
- 'javascript_runtime': 'node', # explicitly use Node 20
400
  'format': format_selector,
401
  'outtmpl': str(file_path_stem.with_suffix('.%(ext)s')),
402
  'merge_output_format': 'mp4',
 
396
  'player_client': ['web', 'tv'],
397
  }
398
  },
399
+ 'javascript_runtime': 'deno', # use deno
400
  'format': format_selector,
401
  'outtmpl': str(file_path_stem.with_suffix('.%(ext)s')),
402
  'merge_output_format': 'mp4',