1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

More title extraction fixing.

This commit is contained in:
atomic83 2015-09-24 23:05:32 +02:00
parent caedb0721e
commit 545a23f11b

View file

@ -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