about summary refs log tree commit diff
path: root/youtube_dl/extractor/fc2.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-09-03 18:22:00 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-09-03 18:22:00 +0800
commited2bfe93aaa11f49f7b2b92b581abb6aa385dfbf (patch)
tree851be5e1e36435818d69c7bd376d4f88e2c8634e /youtube_dl/extractor/fc2.py
parentcdc783510bb575b2318b1d7d42fb98f0c0f0df18 (diff)
downloadyoutube-dl-ed2bfe93aaa11f49f7b2b92b581abb6aa385dfbf.tar.gz
youtube-dl-ed2bfe93aaa11f49f7b2b92b581abb6aa385dfbf.tar.xz
youtube-dl-ed2bfe93aaa11f49f7b2b92b581abb6aa385dfbf.zip
[fc2:embed] Add ie_key
Diffstat (limited to 'youtube_dl/extractor/fc2.py')
-rw-r--r--youtube_dl/extractor/fc2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/fc2.py b/youtube_dl/extractor/fc2.py
index b9e58d4df..c032d4d02 100644
--- a/youtube_dl/extractor/fc2.py
+++ b/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,