[spankwire] Fix description search
This commit is contained in:
parent
f2e87ef4fa
commit
ca872a4c0b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class SpankwireIE(InfoExtractor):
|
|||
thumbnail = self._html_search_regex(
|
||||
r'flashvars\.image_url = "([^"]+)', webpage, u'thumbnail', fatal=False)
|
||||
description = self._html_search_regex(
|
||||
r'>\s*Description:</div>\s*<[^>]+>([^<]+)', webpage, u'description', fatal=False)
|
||||
r'<div\s+id="descriptionContent">([^<]+)<', webpage, u'description', fatal=False)
|
||||
|
||||
video_urls = list(map(compat_urllib_parse.unquote , re.findall(r'flashvars\.quality_[0-9]{3}p = "([^"]+)', webpage)))
|
||||
if webpage.find('flashvars\.encrypted = "true"') != -1:
|
||||
|
|
Loading…
Reference in a new issue