flocascio / get-flash-videos

Automatically exported from code.google.com/p/get-flash-videos
0 stars 0 forks source link

Can support be added for the cwtv.com? #578

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Can support be added for cwtv.com?  Like PBS, they have abandon RTMP (.flv) for 
HLS (.m3u8).

According to 
https://github.com/moneymaker365/plugin.video.ustvvod/blob/master/resources/lib/
stations/thecw.py, the information file could be obtained from 
http://metaframe.digitalsmiths.tv/v2/CWtv/assets/$media_id/partner/132?format=js
on in which $media_id is a part of the program URL. For example, 
http://www.cwtv.com/shows/reign/the-king-is-dead-interview/?play=b8c75b54-47c2-4
f3e-95f2-fe4cacd4edee would produce 
http://metaframe.digitalsmiths.tv/v2/CWtv/assets/b8c75b54-47c2-4f3e-95f2-fe4cacd
4edee/partner/132?format=json

THe smithsonianchannel.com is also using HLS (.m3u8).

Original issue reported on code.google.com by DansDra...@gmail.com on 26 Feb 2015 at 2:37