Browse Source

[tv4] Switch to hls3 protocol (closes #12177)

master-ytdl-org
Sergey M․ 8 years ago
parent
commit
f1a78ee4ef
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/tv4.py

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

@ -80,7 +80,7 @@ class TV4IE(InfoExtractor):
subtitles = {}
formats = []
# http formats are linked with unresolvable host
for kind in ('hls', ''):
for kind in ('hls3', ''):
data = self._download_json(
'https://prima.tv4play.se/api/web/asset/%s/play.json' % video_id,
video_id, 'Downloading sources JSON', query={


Loading…
Cancel
Save