mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
[tv4] Switch to hls3 protocol (closes #12177)
This commit is contained in:
parent
de64e23c56
commit
f1a78ee4ef
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ def _real_extract(self, url):
|
||||||
subtitles = {}
|
subtitles = {}
|
||||||
formats = []
|
formats = []
|
||||||
# http formats are linked with unresolvable host
|
# http formats are linked with unresolvable host
|
||||||
for kind in ('hls', ''):
|
for kind in ('hls3', ''):
|
||||||
data = self._download_json(
|
data = self._download_json(
|
||||||
'https://prima.tv4play.se/api/web/asset/%s/play.json' % video_id,
|
'https://prima.tv4play.se/api/web/asset/%s/play.json' % video_id,
|
||||||
video_id, 'Downloading sources JSON', query={
|
video_id, 'Downloading sources JSON', query={
|
||||||
|
|
Loading…
Reference in a new issue