1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 04:17:21 +08:00

typo'd variable name

This commit is contained in:
HubTools 2020-02-11 13:20:06 +13:00
parent 6c0164fb72
commit f575aae4ce

View File

@ -332,7 +332,7 @@ class PornHubIE(PornHubBaseIE):
r'(?s)From:&nbsp;.+?<(?:a\b[^>]+\bhref=["\']/(?:(?:user|channel)s|model|pornstar)/|span\b[^>]+\bclass=["\']username)[^>]+>(.+?)<',
webpage, 'uploader', fatal=False)
video_updoader_path = self._html_search_regex(
video_uploader_path = self._html_search_regex(
r'(?s)From:&nbsp;\s+?<div\b[^>]+>\s+<(?:a\b[^>]+\bhref=["\'](/(?:(?:user|channel)s|model|pornstar)/[^"]+)")',
webpage, 'uploader_url', fatal=False, default="")