mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Update YoutubeDL.py
This commit is contained in:
		| @@ -906,7 +906,7 @@ class YoutubeDL(object): | ||||
|             str_operator_rex = re.compile(r'''(?x) | ||||
|                 \s*(?P<key>ext|acodec|vcodec|container|protocol) | ||||
|                 \s*(?P<op>%s)(?P<none_inclusive>\s*\?)? | ||||
|                 \s*(?P<value>[a-zA-Z0-9_-]+) | ||||
|                 \s*(?P<value>[a-zA-Z0-9._-]+) | ||||
|                 \s*$ | ||||
|                 ''' % '|'.join(map(re.escape, STR_OPERATORS.keys()))) | ||||
|             m = str_operator_rex.search(filter_spec) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 dyn888
					dyn888