Browse Source

[unistra] Fix extraction

totalwebcasting
Sergey M․ 9 years ago
parent
commit
5cc9c5dfa8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/unistra.py

+ 1
- 1
youtube_dl/extractor/unistra.py 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 = []


Loading…
Cancel
Save