mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-26 10:24:33 +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')
|
return mobj.group('server')+'/key='+mobj.group('file')
|
||||||
|
|
||||||
def is_hd(webpage):
|
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)
|
mobj = re.match(self._VALID_URL, url)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user