From: Yen Chi Hsuan Date: Sat, 3 Sep 2016 10:22:00 +0000 (+0800) Subject: [fc2:embed] Add ie_key X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=ed2bfe93aaa11f49f7b2b92b581abb6aa385dfbf;p=youtube-dl [fc2:embed] Add ie_key --- 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,