diff options
| author | Sergey M․ <dstftw@gmail.com> | 2017-02-19 06:16:00 +0700 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2017-02-19 06:16:00 +0700 | 
| commit | f1a78ee4ef3bfd8e7ff06a3014d96c3cf11b4d9f (patch) | |
| tree | 3f1025ac4fbd57dfcb8eb474491e9917dea507a8 | |
| parent | de64e23c5663ceb4f62264077a7993d13ace0d6c (diff) | |
[tv4] Switch to hls3 protocol (closes #12177)
| -rw-r--r-- | youtube_dl/extractor/tv4.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/tv4.py b/youtube_dl/extractor/tv4.py index ad79db92b..7918e3d86 100644 --- a/youtube_dl/extractor/tv4.py +++ b/youtube_dl/extractor/tv4.py @@ -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={ | 
