mirror of
https://github.com/soimort/you-get.git
synced 2025-03-13 03:17:44 +03:00
[qie_video]add 1080p stream_types
This commit is contained in:
parent
f916d837e8
commit
251857407b
@ -12,6 +12,7 @@ class QieVideo(VideoExtractor):
|
|||||||
cdn = 'http://qietv-play.wcs.8686c.com/'
|
cdn = 'http://qietv-play.wcs.8686c.com/'
|
||||||
ep = 'http://api.qiecdn.com/api/v1/video/stream/{}'
|
ep = 'http://api.qiecdn.com/api/v1/video/stream/{}'
|
||||||
stream_types = [
|
stream_types = [
|
||||||
|
{'id':'1080p', 'video_profile':'1920x1080', 'container':'m3u8'},
|
||||||
{'id':'720p', 'video_profile':'1280x720', 'container':'m3u8'},
|
{'id':'720p', 'video_profile':'1280x720', 'container':'m3u8'},
|
||||||
{'id':'480p', 'video_profile':'853x480', 'container':'m3u8'}
|
{'id':'480p', 'video_profile':'853x480', 'container':'m3u8'}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user