1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-06 10:09:50 +00:00

Describe the changes made to youtube-dl

This commit is contained in:
ahmad-fayaz 2023-06-19 23:12:45 +05:30
parent 07af47960f
commit 32aca0eed7

View File

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