youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 80faa7a152415f4cd7264055745e37935c667e72
parent caedb0721e24023df2d8a385c64bd0ef67bc7081
Author: Sergey M <dstftw@gmail.com>
Date:   Fri, 25 Sep 2015 04:26:07 +0600

Merge pull request #6955 from atomic83/patch-1

More title extraction fixing.
Diffstat:
Myoutube_dl/extractor/xhamster.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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