mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-21 00:25:42 +07:00
[fc2:embed] Add ie_key
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user