Browse Source

[npo] Fix typo (closes #16872)

master-ytdl-org
Sergey M․ 6 years ago
parent
commit
2160768a21
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/npo.py

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

@ -282,7 +282,7 @@ class NPOIE(NPOBaseIE):
video_url = stream_info.get('url')
if not video_url or video_url in urls:
continue
urls.add(item_url)
urls.add(video_url)
if determine_ext(video_url) == 'm3u8':
formats.extend(self._extract_m3u8_formats(
video_url, video_id, ext='mp4',


Loading…
Cancel
Save