mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-06 18:20:02 +00:00
Describe the changes made to youtube-dl
This commit is contained in:
parent
07af47960f
commit
32aca0eed7
@ -2430,7 +2430,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
|
|
||||||
return merge_dicts(
|
return merge_dicts(
|
||||||
info, {
|
info, {
|
||||||
'uploader_id': self._extract_uploader_id(owner_profile_url),
|
# 'uploader_id': self._extract_uploader_id(owner_profile_url),
|
||||||
'uploader_url': owner_profile_url,
|
'uploader_url': owner_profile_url,
|
||||||
'channel_id': channel_id,
|
'channel_id': channel_id,
|
||||||
'channel_url': channel_id and self._yt_urljoin('/channel/' + channel_id),
|
'channel_url': channel_id and self._yt_urljoin('/channel/' + channel_id),
|
||||||
|
Loading…
Reference in New Issue
Block a user