[comedycentral/mtv] Add support for HLS videos (fixes #11600)
Currently, the HTTP files of the RTMP urls are not present for the The Daily Show. Use HLS instead for now.
This commit is contained in:
parent
a9ee260217
commit
dbaf601646
2 changed files with 34 additions and 24 deletions
|
@ -57,7 +57,8 @@ class ComedyCentralFullEpisodesIE(MTVServicesInfoExtractor):
|
|||
feed = self._download_json(video_zone['feed'], playlist_id)
|
||||
mgid = feed['result']['data']['id']
|
||||
|
||||
videos_info = self._get_videos_info(mgid)
|
||||
videos_info = self._get_videos_info(mgid, use_hls=True)
|
||||
|
||||
return videos_info
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue