mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
Describe the changes made to youtube-dl
This commit is contained in:
parent
07af47960f
commit
32aca0eed7
1 changed files with 1 additions and 1 deletions
|
@ -2430,7 +2430,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||
|
||||
return merge_dicts(
|
||||
info, {
|
||||
'uploader_id': self._extract_uploader_id(owner_profile_url),
|
||||
# 'uploader_id': self._extract_uploader_id(owner_profile_url),
|
||||
'uploader_url': owner_profile_url,
|
||||
'channel_id': channel_id,
|
||||
'channel_url': channel_id and self._yt_urljoin('/channel/' + channel_id),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue