[xhamster] Fix uploader extraction

This commit is contained in:
Sergey M․ 2016-01-09 00:36:19 +06:00
parent 1a6d92847f
commit bcac2a0710
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class XHamsterIE(InfoExtractor):
webpage, 'upload date', fatal=False))
uploader = self._html_search_regex(
r"<a href='[^']+xhamster\.com/user/[^>]+>(?P<uploader>[^<]+)",
r'<span[^>]+itemprop=["\']author[^>]+><a[^>]+href=["\'].+?xhamster\.com/user/[^>]+>(?P<uploader>.+?)</a>',
webpage, 'uploader', default='anonymous')
thumbnail = self._search_regex(