1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-11-29 19:47:54 +01:00

[spreaker] Set extractor name to spreaker to override IE_NAME

This commit is contained in:
Andrew Udvare 2017-08-10 23:28:19 -04:00
parent a894bc1c3e
commit 1c9e16b8b9

View File

@ -160,6 +160,7 @@ class SpreakerIE(InfoExtractor):
'url': show_image.get('small_url')
},
],
'extractor': 'spreaker',
}
def _real_extract(self, url):