mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[yahoo] Yahoo doesn't like region names in lower cases
Fix test_Yahoo_7
This commit is contained in:
		| @@ -343,7 +343,7 @@ class YahooIE(InfoExtractor): | ||||
|             webpage, 'region', fatal=False, default='US') | ||||
|         data = compat_urllib_parse_urlencode({ | ||||
|             'protocol': 'http', | ||||
|             'region': region, | ||||
|             'region': region.upper(), | ||||
|         }) | ||||
|         query_url = ( | ||||
|             'https://video.media.yql.yahoo.com/v1/video/sapi/streams/' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yen Chi Hsuan
					Yen Chi Hsuan