[unistra] Fix extraction

This commit is contained in:
Sergey M․ 2016-01-14 21:53:24 +06:00
parent fbd90643cb
commit 5cc9c5dfa8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class UnistraIE(InfoExtractor):
webpage = self._download_webpage(url, video_id)
files = set(re.findall(r'file\s*:\s*"([^"]+)"', webpage))
files = set(re.findall(r'file\s*:\s*"(/[^"]+)"', webpage))
quality = qualities(['SD', 'HD'])
formats = []