1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-01 07:21:19 +08:00

Merge pull request #92 from ytdl-org/master

[pull] master from ytdl-org:master
This commit is contained in:
pull[bot]
2019-09-22 17:55:42 +00:00
committed by GitHub
Unverified
+1 -1
View File
@@ -2740,7 +2740,7 @@ class YoutubePlaylistIE(YoutubePlaylistBaseInfoExtractor):
page, 'title', default=None)
_UPLOADER_BASE = r'class=["\']pl-header-details[^>]+>\s*<li>\s*<a[^>]+\bhref='
uploader = self._search_regex(
uploader = self._html_search_regex(
r'%s["\']/(?:user|channel)/[^>]+>([^<]+)' % _UPLOADER_BASE,
page, 'uploader', default=None)
mobj = re.search(