mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-17 20:55:07 +00:00
This commit is contained in:
parent
1df2596f81
commit
654b4f4ff2
@ -329,7 +329,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
|
||||
(lambda x: x['ownerText']['runs'][0]['text'],
|
||||
lambda x: x['shortBylineText']['runs'][0]['text']), compat_str)
|
||||
return {
|
||||
'_type': 'url_transparent',
|
||||
'_type': 'url',
|
||||
'ie_key': YoutubeIE.ie_key(),
|
||||
'id': video_id,
|
||||
'url': video_id,
|
||||
|
Loading…
Reference in New Issue
Block a user