mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-01 00:12:58 +01:00
[XHamsterIE] Fix HD video detection
This commit is contained in:
parent
c4d9e6731a
commit
8ca6b8fba1
@ -46,7 +46,7 @@ class XHamsterIE(InfoExtractor):
|
||||
return mobj.group('server')+'/key='+mobj.group('file')
|
||||
|
||||
def is_hd(webpage):
|
||||
return webpage.find('<div class=\'icon iconHD\'>') != -1
|
||||
return webpage.find('<div class=\'icon iconHD\'') != -1
|
||||
|
||||
mobj = re.match(self._VALID_URL, url)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user