[unistra] Fix extraction
authorSergey M․ <dstftw@gmail.com>
Thu, 14 Jan 2016 15:53:24 +0000 (21:53 +0600)
committerSergey M․ <dstftw@gmail.com>
Thu, 14 Jan 2016 15:53:24 +0000 (21:53 +0600)
youtube_dl/extractor/unistra.py

index f70978299ac9e682f5cdb99a7396541fd08c115c..594bee4f9a681f928f37887270b062b6e7079514 100644 (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 = []