소스 검색

[yahoo] Yahoo doesn't like region names in lower cases

Fix test_Yahoo_7
Yen Chi Hsuan 9 년 전
부모
커밋
55290788d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      youtube_dl/extractor/yahoo.py

+ 1 - 1
youtube_dl/extractor/yahoo.py

@@ -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/'