Browse Source

[fc2:embed] Add ie_key

Yen Chi Hsuan 9 years ago
parent
commit
ed2bfe93aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/fc2.py

+ 1 - 0
youtube_dl/extractor/fc2.py

@@ -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,