Browse Source

[fc2:embed] Add ie_key

totalwebcasting
Yen Chi Hsuan 8 years ago
parent
commit
ed2bfe93aa
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/fc2.py

+ 1
- 0
youtube_dl/extractor/fc2.py View File

@ -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,


Loading…
Cancel
Save