mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-15 06:48:00 +09:00
[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)
|
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 = []
|
||||||
|
Loading…
Reference in New Issue
Block a user