Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
2 additions and
0 deletions
-
youtube_dl/extractor/firsttv.py
|
|
@ -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) |
|
|
|