1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-07-04 04:51:35 +02:00

[unistra] Fix extraction

This commit is contained in:
Sergey M․ 2016-01-14 21:53:24 +06:00
parent fbd90643cb
commit 5cc9c5dfa8

View File

@ -38,7 +38,7 @@ class UnistraIE(InfoExtractor):
webpage = self._download_webpage(url, video_id) 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']) quality = qualities(['SD', 'HD'])
formats = [] formats = []