projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dbe81a
)
Extract xHamster title fix
author
atomic83
<atomic83@riseup.net>
Fri, 8 Jan 2016 11:58:05 +0000
(12:58 +0100)
committer
atomic83
<atomic83@riseup.net>
Fri, 8 Jan 2016 11:58:05 +0000
(12:58 +0100)
youtube_dl/extractor/xhamster.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/xhamster.py
b/youtube_dl/extractor/xhamster.py
index 8938c0e4561d2c6163158e409106dd2e928e85bf..261d323a7dc5cbbfe8eb6cd6890504df7bfbaab4 100644
(file)
--- a/
youtube_dl/extractor/xhamster.py
+++ b/
youtube_dl/extractor/xhamster.py
@@
-65,7
+65,7
@@
class XHamsterIE(InfoExtractor):
title = self._html_search_regex(
[r'<title>(?P<title>.+?)(?:, (?:[^,]+? )?Porn: xHamster| - xHamster\.com)</title>',
- r'<h1>([^<]+)</h1>'], webpage, 'title')
+ r'<h1
(?: itemprop="name")?
>([^<]+)</h1>'], webpage, 'title')
# Only a few videos have an description
mobj = re.search(r'<span>Description: </span>([^<]+)', webpage)