projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdc7835
)
[fc2:embed] Add ie_key
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sat, 3 Sep 2016 10:22:00 +0000
(18:22 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sat, 3 Sep 2016 10:22:00 +0000
(18:22 +0800)
youtube_dl/extractor/fc2.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/fc2.py
b/youtube_dl/extractor/fc2.py
index b9e58d4df9510546a159863971b2d4461366815a..c032d4d0282cc7907b08ec42de9ac842dd4a34c2 100644
(file)
--- 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,