This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Deletes duplicate entry in process_info dictionary of YahooIE
rtmp_test
Amaury Gauthier
14 years ago
parent
4b0d9eed45
commit
e26005adea
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
youtube-dl
+ 0
- 1
youtube-dl
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:
Write
Preview
Loading…
Cancel
Save