mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 17:22:31 +01:00
[fc2:embed] Add ie_key
This commit is contained in:
parent
cdc783510b
commit
ed2bfe93aa
@ -153,6 +153,7 @@ def _real_extract(self, url):
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
'_type': 'url_transparent',
|
'_type': 'url_transparent',
|
||||||
|
'ie_key': FC2IE.ie_key(),
|
||||||
'url': 'fc2:%s' % video_id,
|
'url': 'fc2:%s' % video_id,
|
||||||
'title': title,
|
'title': title,
|
||||||
'thumbnail': thumbnail,
|
'thumbnail': thumbnail,
|
||||||
|
Loading…
Reference in New Issue
Block a user