Update main.py
Browse files
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': '
|
| 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',
|