Browse Source

[medialaan] Fix vod id

kenavera 7 years ago
parent
commit
0b4bbcdcb6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/extractor/medialaan.py

+ 1 - 0
youtube_dl/extractor/medialaan.py

@@ -141,6 +141,7 @@ class MedialaanIE(GigyaBaseIE):
 
         vod_id = config.get('vodId') or self._search_regex(
             (r'\\"vodId\\"\s*:\s*\\"(.+?)\\"',
+             r'"vodId"\s*:\s*"(.+?)"',
              r'<[^>]+id=["\']vod-(\d+)'),
             webpage, 'video_id', default=None)