youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit ed2bfe93aaa11f49f7b2b92b581abb6aa385dfbf
parent cdc783510bb575b2318b1d7d42fb98f0c0f0df18
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sat,  3 Sep 2016 18:22:00 +0800

[fc2:embed] Add ie_key

Diffstat:
Myoutube_dl/extractor/fc2.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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,