summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2014-05-24 00:44:34 +0700
committerSergey M․ <dstftw@gmail.com>2014-05-24 00:44:34 +0700
commit4d78f3b77076655501be1f9c0990479a34336824 (patch)
tree5b12fa9b905cf3ed89ca1b147a8faf61fa9f2615
parent7f739999e9bc970cbad26d7eef82266b232a66dd (diff)
downloadyoutube-dl-4d78f3b77076655501be1f9c0990479a34336824.tar.gz
youtube-dl-4d78f3b77076655501be1f9c0990479a34336824.tar.xz
youtube-dl-4d78f3b77076655501be1f9c0990479a34336824.zip
[pornhub] Fix uploader extraction
-rw-r--r--youtube_dl/extractor/pornhub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/pornhub.py b/youtube_dl/extractor/pornhub.py
index 7dd3dca0d..4118ee956 100644
--- a/youtube_dl/extractor/pornhub.py
+++ b/youtube_dl/extractor/pornhub.py
@@ -45,7 +45,7 @@ class PornHubIE(InfoExtractor):
 
         video_title = self._html_search_regex(r'<h1 [^>]+>([^<]+)', webpage, 'title')
         video_uploader = self._html_search_regex(
-            r'(?s)<div class="video-info-row">\s*From:&nbsp;.+?<(?:a href="/users/|<span class="username)[^>]+>(.+?)<',
+            r'(?s)From:&nbsp;.+?<(?:a href="/users/|<span class="username)[^>]+>(.+?)<',
             webpage, 'uploader', fatal=False)
         thumbnail = self._html_search_regex(r'"image_url":"([^"]+)', webpage, 'thumbnail', fatal=False)
         if thumbnail: