Browse Source

[1tv] Lower preference for http formats (closes #13246)

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

+ 2
- 0
youtube_dl/extractor/firsttv.py View File

@ -102,6 +102,8 @@ class FirstTVIE(InfoExtractor):
'format_id': f.get('name'),
'tbr': tbr,
'source_preference': quality(f.get('name')),
# quality metadata of http formats may be incorrect
'preference': -1,
})
# m3u8 URL format is reverse engineered from [1] (search for
# master.m3u8). dashEdges (that is currently balancer-vod.1tv.ru)


Loading…
Cancel
Save