Browse Source

Deletes duplicate entry in process_info dictionary of YahooIE

master
Amaury Gauthier 13 years ago
parent
commit
e26005adea
1 changed files with 0 additions and 1 deletions
  1. 1
      youtube-dl

1
youtube-dl

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

Loading…
Cancel
Save