Yen Chi Hsuan 9 лет назад
Родитель
Сommit
ed2bfe93aa
1 измененных файлов с 1 добавлено и 0 удалено
  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,