diff options
Diffstat (limited to 'youtube_dl/extractor/xhamster.py')
| -rw-r--r-- | youtube_dl/extractor/xhamster.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xhamster.py b/youtube_dl/extractor/xhamster.py index f12fe13b1..8938c0e45 100644 --- a/youtube_dl/extractor/xhamster.py +++ b/youtube_dl/extractor/xhamster.py @@ -64,7 +64,7 @@ class XHamsterIE(InfoExtractor):          webpage = self._download_webpage(mrss_url, video_id)          title = self._html_search_regex( -            [r'<title>(?P<title>.+?)(?:, Free Porn: xHamster| - xHamster\.com)</title>', +            [r'<title>(?P<title>.+?)(?:, (?:[^,]+? )?Porn: xHamster| - xHamster\.com)</title>',               r'<h1>([^<]+)</h1>'], webpage, 'title')          # Only a few videos have an description  | 
