restore best video
This commit is contained in:
parent
94236a75fa
commit
74d99c85f0
1 changed files with 2 additions and 2 deletions
|
@ -303,8 +303,8 @@ class GetYoutubeVideos:
|
||||||
'allow_multiple_audio_streams': True,
|
'allow_multiple_audio_streams': True,
|
||||||
'noprogress': True,
|
'noprogress': True,
|
||||||
'merge_output_format': 'mkv',
|
'merge_output_format': 'mkv',
|
||||||
# 'format': 'bestvideo+bestaudio[ext=m4a]/best',
|
'format': 'bestvideo+bestaudio[ext=m4a]/best',
|
||||||
'format': '248',
|
# 'format': '248',
|
||||||
# 'extractor_args': {'youtube': {'player-client': ['mweb']}}
|
# 'extractor_args': {'youtube': {'player-client': ['mweb']}}
|
||||||
}
|
}
|
||||||
if self.selected_proxy != '':
|
if self.selected_proxy != '':
|
||||||
|
|
Loading…
Reference in a new issue