Explorar o código

Merge pull request #6120 from nawl/master

[hentaistigma] Fix video extractor
Sergey M. %!s(int64=10) %!d(string=hai) anos
pai
achega
54f428f645
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/extractor/hentaistigma.py

+ 1 - 1
youtube_dl/extractor/hentaistigma.py

@@ -32,7 +32,7 @@ class HentaiStigmaIE(InfoExtractor):
         wrap_webpage = self._download_webpage(wrap_url, video_id)
 
         video_url = self._html_search_regex(
-            r'clip:\s*{\s*url: "([^"]*)"', wrap_webpage, 'video url')
+            r'file:"([^"]+)"', wrap_webpage, 'video url')
 
         return {
             'id': video_id,