Browse Source

[hentaistigma] Fix video extractor

totalwebcasting
nawl 9 years ago
parent
commit
738b926322
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/hentaistigma.py

+ 1
- 1
youtube_dl/extractor/hentaistigma.py View File

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


Loading…
Cancel
Save