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