1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-25 11:39:52 +08:00

Deletes duplicate entry in process_info dictionary of YahooIE

This commit is contained in:
Amaury Gauthier
2011-04-07 22:45:19 +02:00
Unverified
parent 4b0d9eed45
commit e26005adea
-1
View File
@@ -1713,7 +1713,6 @@ class YahooIE(InfoExtractor):
'thumbnail': video_thumbnail.decode('utf-8'),
'description': video_description,
'thumbnail': video_thumbnail,
'description': video_description,
'player_url': None,
})
except UnavailableVideoError: