[fc2:embed] Add ie_key
authorYen Chi Hsuan <yan12125@gmail.com>
Sat, 3 Sep 2016 10:22:00 +0000 (18:22 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Sat, 3 Sep 2016 10:22:00 +0000 (18:22 +0800)
youtube_dl/extractor/fc2.py

index b9e58d4df9510546a159863971b2d4461366815a..c032d4d0282cc7907b08ec42de9ac842dd4a34c2 100644 (file)
@@ -153,6 +153,7 @@ class FC2EmbedIE(InfoExtractor):
 
         return {
             '_type': 'url_transparent',
+            'ie_key': FC2IE.ie_key(),
             'url': 'fc2:%s' % video_id,
             'title': title,
             'thumbnail': thumbnail,