VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. 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
    Quote Quote  
  2. 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
    I choose 480x270 which corresponds to 762 (see screenshot below, red is what I typed or pasted into command line)

    Put into youtube-dl for final download:
    Code:
    youtube-dl -f 762 https://charlierose.com/videos/30892
    Direct link to video:
    https://files.videohelp.com/u/61125/cr.mp4
    Image Attached Thumbnails Click image for larger version

Name:	Clipboard01.jpg
Views:	198
Size:	123.8 KB
ID:	42868  

    Quote Quote  
  3. Or just use

    Code:
    youtube-dl https://charlierose.com/videos/30892
    to get the "best" version.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!