[wistia] Add extractor
This commit is contained in:
parent
72135030d1
commit
ef4fd84857
4 changed files with 80 additions and 10 deletions
|
@ -488,7 +488,8 @@ class YoutubeDL(object):
|
|||
new_result = ie_result.copy()
|
||||
for f in ('_type', 'url', 'ext', 'player_url', 'formats',
|
||||
'entries', 'urlhandle', 'ie_key', 'duration',
|
||||
'subtitles', 'annotations', 'format'):
|
||||
'subtitles', 'annotations', 'format',
|
||||
'thumbnail', 'thumbnails'):
|
||||
if f in new_result:
|
||||
del new_result[f]
|
||||
if f in embedded_info:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue