Browse Source

[medialaan] Fix vod id

master
kenavera 6 years ago
committed by Sergey M
parent
commit
0b4bbcdcb6
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/medialaan.py

1
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)

Loading…
Cancel
Save