1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-05-10 23:57:31 +00:00

Merge e26005adea7aadf1cc64a17e9e150ed3448ac7e7 into 93e1659586d0741f5f7987e6c5232e9636f7df72

This commit is contained in:
GitHub Merge Button 2011-09-13 14:34:41 -07:00
commit 1a0fe683e1

@ -1917,7 +1917,6 @@ class YahooIE(InfoExtractor):
'thumbnail': video_thumbnail.decode('utf-8'),
'description': video_description,
'thumbnail': video_thumbnail,
'description': video_description,
'player_url': None,
})
except UnavailableVideoError: