Browse Source

[huffpost] Fix a typo

totalwebcasting
Yen Chi Hsuan 9 years ago
parent
commit
9154c87fc4
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/huffpost.py

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

@ -69,7 +69,7 @@ class HuffPostIE(InfoExtractor):
formats.extend(self._extract_m3u8_formats(
url, video_id, ext='mp4', m3u8_id='hls', fatal=False))
elif ext == 'f4m':
formats.extend(self._extract_f4m_formatsa(
formats.extend(self._extract_f4m_formats(
url + '?hdcore=2.9.5', video_id, f4m_id='hds', fatal=False))
else:
formats.append({


Loading…
Cancel
Save