i'm trying to grab a few videos from https://www.charlierose.com and boy i'm having a time.
ffmpeg isn't doing it with the URL - https://pfm1hycdn01-a.akamaihd.net/7Z2/Q/1HY7Z2Q_103_xp.f4v
I've tried using curl to grab the video as well using
curl 'https://pfm1hycdn01-a.akamaihd.net/7Z2/Q/1HY7Z2Q_103_xp.f4v' -H 'Referer: https://charlierose.com/video/player/15731?autoplay=true' -H 'Origin: https://charlierose.com' -H 'Accept-Encoding: identity;q=1, *;q=0' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36' -H 'Range: bytes=11632640-' --compressed > 1HY7Z2Q_103_xp.f4v
but what I get back is a file that nothing can seem to open.
Anyone have any thoughts here? I'm about to go and screencap the whole thing but would rather find a way to grab the stream. Feel like I'm missing something simple but can't figure it out.
Cheers and Thanks
+ Reply to Thread
Results 1 to 3 of 3
-
-
Use
youtube-dl
Example: I went to Charlie Rose website and saw this video about Race and Terror (just copy the url at top that appears for the video)
https://charlierose.com/videos/30892
Put into
youtube-dl to get available resolutions:
Code:youtube-dl -F https://charlierose.com/videos/30892
Put into youtube-dl for final download:
Code:youtube-dl -f 762 https://charlierose.com/videos/30892
https://files.videohelp.com/u/61125/cr.mp4 -
Or just use
Code:youtube-dl https://charlierose.com/videos/30892
Similar Threads
-
Grabbing episode streams from This Old House
By eday_2010 in forum Video Streaming DownloadingReplies: 106Last Post: 29th Jul 2024, 09:08 -
Grabbing episode streams from America's Test Kitchen
By eday_2010 in forum Video Streaming DownloadingReplies: 32Last Post: 15th Dec 2020, 07:40 -
Need your help for download from a specific site ! ltv.lsm.lv
By vasiokivanov in forum Video Streaming DownloadingReplies: 0Last Post: 24th Apr 2017, 15:47 -
Can't find way to download video from specific site
By Upeslacis in forum Video Streaming DownloadingReplies: 5Last Post: 8th Feb 2015, 10:13 -
Grabbing video FROM Xbox 360
By CyberTootie in forum Video ConversionReplies: 1Last Post: 7th Jul 2013, 14:59