mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
parent
67fb99f193
commit
35cd4c4d88
1 changed files with 2 additions and 1 deletions
|
@ -162,7 +162,8 @@ class CCTVIE(InfoExtractor):
|
|||
'url': video_url,
|
||||
'format_id': 'http',
|
||||
'quality': quality,
|
||||
'source_preference': -10
|
||||
# Sample clip
|
||||
'preference': -10
|
||||
})
|
||||
|
||||
hls_url = try_get(data, lambda x: x['hls_url'], compat_str)
|
||||
|
|
Loading…
Add table
Reference in a new issue