Browse Source

[viki] Fix typo

totalwebcasting
Sergey M․ 9 years ago
parent
commit
0b0a17ae9d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/viki.py

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

@ -279,7 +279,7 @@ class VikiIE(VikiBaseIE):
if format_id == 'm3u8': if format_id == 'm3u8':
m3u8_formats = self._extract_m3u8_formats( m3u8_formats = self._extract_m3u8_formats(
format_dict['url'], video_id, 'mp4', 'm3u8_native', format_dict['url'], video_id, 'mp4', 'm3u8_native',
m3u8_id='m3u8-%s' % protocol, fatal=None)
m3u8_id='m3u8-%s' % protocol, fatal=False)
if m3u8_formats: if m3u8_formats:
formats.extend(m3u8_formats) formats.extend(m3u8_formats)
else: else:


Loading…
Cancel
Save