PDA

View Full Version : Download VIDEO // CTV.ca?


divadutchess
03-15-2015, 09:26 PM
Having a hard time using youtube-dl and livestreamer to download from CTV.ca

Here's the video: http://www.junos.ctv.ca/video/cid/562513/the-weeknd-earned-it-performance/

Can anyone help me with the RTMP link or M3U8 or even f4m?

biezom
03-15-2015, 10:08 PM
Having a hard time using youtube-dl and livestreamer to download from CTV.ca

Here's the video: http://www.junos.ctv.ca/video/cid/562513/the-weeknd-earned-it-performance/

Can anyone help me with the RTMP link or M3U8 or even f4m?

php AdobeHDS.php --manifest "http://capi.9c9media.com/destinations/ctv_web/platforms/desktop/contents/562513/contentpackages/607616/stacks/1316258/manifest.f4m" --delete --outfile the-weeknd-earned-it-performance.flv

livestreamer "hds://http://capi.9c9media.com/destinations/ctv_web/platforms/desktop/contents/562513/contentpackages/607616/stacks/1316258/manifest.f4m" best -o the-weeknd-earned-it-performance.flv

divadutchess
03-15-2015, 10:16 PM
php AdobeHDS.php --manifest "http://capi.9c9media.com/destinations/ctv_web/platforms/desktop/contents/562513/contentpackages/607616/stacks/1316258/manifest.f4m" --delete --outfile the-weeknd-earned-it-performance.flv

livestreamer "hds://http://capi.9c9media.com/destinations/ctv_web/platforms/desktop/contents/562513/contentpackages/607616/stacks/1316258/manifest.f4m" best -o the-weeknd-earned-it-performance.flv

YOU ARE THE ABSOLUTE BEST. THANK YOU! THANK YOU! Please tell me what you used to find the link so I won't bother you next time :)

biezom
03-15-2015, 10:48 PM
i use adblock plus addon on firefox

http://i61.tinypic.com/2rfromq.png

and search for manifest

you can use hds link detector too

divadutchess
03-15-2015, 11:02 PM
i use adblock plus addon on firefox

http://i61.tinypic.com/2rfromq.png

and search for manifest

you can use hds link detector too

That is genius. Never thought of it. Thank you so much!

Feekner
08-29-2015, 08:51 PM
i use adblock plus addon on firefox

http://i61.tinypic.com/2rfromq.png

and search for manifest

you can use hds link detector too

I tried doing this using the livestreamer method, but it didn't download the right video. The video I want is http://ottawa.ctvnews.ca/video?clipId=685520, but it somehow grabbed something else. I searched for manifest using the adblocker route and came up with http://capi.9c9media.com/destinations/ctvnews_web/platforms/desktop/contents/685520/contentpackages/790305/stacks/1944454/manifest.f4m. That seems to download a clip about Nelson Mandela.

Any ideas?

biezom
08-29-2015, 10:12 PM
I tried doing this using the livestreamer method, but it didn't download the right video. The video I want is http://ottawa.ctvnews.ca/video?clipId=685520, but it somehow grabbed something else. I searched for manifest using the adblocker route and came up with http://capi.9c9media.com/destinations/ctvnews_web/platforms/desktop/contents/685520/contentpackages/790305/stacks/1944454/manifest.f4m. That seems to download a clip about Nelson Mandela.

Any ideas?

for me it's a generic ~1m30s like on my browser

livestreamer "hds://http://capi.9c9media.com/destinations/ctvnews_web/platforms/desktop/contents/685520/contentpackages/790305/stacks/1944454/manifest.f4m" best -o video.flv

http://i.imgur.com/9cdhr4K.png

Feekner
08-30-2015, 12:41 PM
for me it's a generic ~1m30s like on my browser

livestreamer "hds://http://capi.9c9media.com/destinations/ctvnews_web/platforms/desktop/contents/685520/contentpackages/790305/stacks/1944454/manifest.f4m" best -o video.flv

http://i.imgur.com/9cdhr4K.png

I ended up grabbing it too. It turns out I was missing a 4 in the last bunch of numbers. Thanks for your help!