[cleanup] Misc

This commit is contained in:
pukkandan
2022-06-20 11:44:55 +05:30
parent 8aa0e7cd96
commit 7b2c3f47c6
9 changed files with 55 additions and 43 deletions

View File

@@ -3116,6 +3116,7 @@ class GenericIE(InfoExtractor):
wistia_urls = WistiaIE._extract_urls(webpage)
if wistia_urls:
playlist = self.playlist_from_matches(wistia_urls, video_id, video_title, ie=WistiaIE.ie_key())
playlist['entries'] = list(playlist['entries'])
for entry in playlist['entries']:
entry.update({
'_type': 'url_transparent',