mirror of https://github.com/yt-dlp/yt-dlp.git
[unistra] Fix extraction
This commit is contained in:
parent
fbd90643cb
commit
5cc9c5dfa8
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue