improved yt-dlp
This commit is contained in:
@@ -275,8 +275,8 @@ def stream_video():
|
||||
ydl_opts = {
|
||||
# 'format': 'best[protocol*=m3u8]/best[ext=mp4]/best',
|
||||
'format_sort': ['res', 'fps', 'vcodec:avc1', 'acodec:aac'],
|
||||
'quiet': True,
|
||||
'no_warnings': True,
|
||||
'quiet': False,
|
||||
'no_warnings': False,
|
||||
'socket_timeout': 30,
|
||||
'retries': 3,
|
||||
'fragment_retries': 3,
|
||||
|
||||
Reference in New Issue
Block a user