VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Hi everybody,
    I've been try to download private videos from vimeo which can only seen on the directors page not on vimeo. For example I want to download Justin Timberlake What Goes Around & Nirvana Smells Like Teen Spirit 1080p from http://samuelbayer.com/main.php
    Any suggetions
    Quote Quote  
  2. Unless you can watch the videos to start with, I doubt anyone will be able to retrieve the complicated download URLs for them.
    Quote Quote  
  3. Member Emeritus
    Join Date
    May 2014
    Search PM
    Originally Posted by thankstome View Post
    Hi everybody,
    I've been try to download private videos from vimeo which can only seen on the directors page not on vimeo. For example I want to download Justin Timberlake What Goes Around & Nirvana Smells Like Teen Spirit 1080p from http://samuelbayer.com/main.php
    Any suggetions
    It is just domain-level privacy. Set the referrer to http://samuelbayer.com for player.vimeo.com

    The progressive url will look like:
    Code:
    https://09-lvl3-gcs-pdl.vimeocdn.com/vimeo-prod-skyfire-std-us/01/2481/1/37407083/398543361.mp4?expires=1454510363&token=0df64f2689f3663228754
    Quote Quote  
  4. Originally Posted by ponens View Post
    Originally Posted by thankstome View Post
    Hi everybody,
    I've been try to download private videos from vimeo which can only seen on the directors page not on vimeo. For example I want to download Justin Timberlake What Goes Around & Nirvana Smells Like Teen Spirit 1080p from http://samuelbayer.com/main.php
    Any suggetions
    It is just domain-level privacy. Set the referrer to http://samuelbayer.com for player.vimeo.com

    The progressive url will look like:
    Code:
    https://09-lvl3-gcs-pdl.vimeocdn.com/vimeo-prod-skyfire-std-us/01/2481/1/37407083/398543361.mp4?expires=1454510363&token=0df64f2689f3663228754
    Thank you very much. If it's not a problem can you tell a little bit detailed how to set the referrer
    Quote Quote  
  5. Member nullacht's Avatar
    Join Date
    Jun 2013
    Location
    On The Run.
    Search PM
    Originally Posted by thankstome View Post

    For example I want to download Justin Timberlake What Goes Around & Nirvana Smells Like Teen Spirit 1080p from http://samuelbayer.com/main.php
    Code:
    https://vimeo.com/37407083
    Code:
    https://player.vimeo.com/video/37407083
    Code:
    youtube-dl -F "https://player.vimeo.com/video/37407083"
    [vimeo] 37407083: Downloading webpage
    [vimeo] 37407083: Extracting information
    [vimeo] 37407083: Downloading JSON metadata
    [vimeo] 37407083: Downloading m3u8 information
    [info] Available formats for 37407083:
    format code  extension  resolution note
    hls-meta     mp4        multiple   Quality selection URL
    hls-446      mp4        480x270     446k , avc1.42C01E, mp4a.40.2
    http-270p    mp4        480x270    , 30fps
    hls-945      mp4        640x360     945k , avc1.64001F, mp4a.40.2
    http-360p    mp4        640x360    , 30fps
    hls-3175     mp4        1280x720   3175k , avc1.64001F, mp4a.40.2
    http-720p    mp4        1280x720   , 30fps
    hls-5617     mp4        1920x1080  5617k , avc1.640028, mp4a.40.2
    http-1080p   mp4        1920x1080  , 30fps (best)
    Code:
    https://vimeo.com/125968185
    Code:
    https://player.vimeo.com/video/125968185
    Code:
    youtube-dl -F "https://player.vimeo.com/video/125968185"
    [vimeo] 125968185: Downloading webpage
    [vimeo] 125968185: Extracting information
    [vimeo] 125968185: Downloading JSON metadata
    [vimeo] 125968185: Downloading m3u8 information
    [info] Available formats for 125968185:
    format code  extension  resolution note
    hls-meta     mp4        multiple   Quality selection URL
    hls-446      mp4        428x320     446k , avc1.42C01E, mp4a.40.2
    http-270p    mp4        428x320    , 30fps
    hls-922      mp4        640x480     922k , avc1.64001F, mp4a.40.2
    http-480p    mp4        640x480    , 30fps
    hls-3084     mp4        960x720    3084k , avc1.64001F, mp4a.40.2
    http-720p    mp4        960x720    , 30fps
    hls-5484     mp4        1440x1080  5484k , avc1.640028, mp4a.40.2
    http-1080p   mp4        1440x1080  , 30fps (best)
    Quote Quote  
  6. Member
    Join Date
    Aug 2009
    Location
    New Zealand
    Search Comp PM
    Originally Posted by nullacht View Post
    Originally Posted by thankstome View Post

    For example I want to download Justin Timberlake What Goes Around & Nirvana Smells Like Teen Spirit 1080p from http://samuelbayer.com/main.php
    Code:
    https://vimeo.com/37407083
    Code:
    https://player.vimeo.com/video/37407083
    Code:
    youtube-dl -F "https://player.vimeo.com/video/37407083"
    [vimeo] 37407083: Downloading webpage
    [vimeo] 37407083: Extracting information
    [vimeo] 37407083: Downloading JSON metadata
    [vimeo] 37407083: Downloading m3u8 information
    [info] Available formats for 37407083:
    format code  extension  resolution note
    hls-meta     mp4        multiple   Quality selection URL
    hls-446      mp4        480x270     446k , avc1.42C01E, mp4a.40.2
    http-270p    mp4        480x270    , 30fps
    hls-945      mp4        640x360     945k , avc1.64001F, mp4a.40.2
    http-360p    mp4        640x360    , 30fps
    hls-3175     mp4        1280x720   3175k , avc1.64001F, mp4a.40.2
    http-720p    mp4        1280x720   , 30fps
    hls-5617     mp4        1920x1080  5617k , avc1.640028, mp4a.40.2
    http-1080p   mp4        1920x1080  , 30fps (best)
    Code:
    https://vimeo.com/125968185
    Code:
    https://player.vimeo.com/video/125968185
    Code:
    youtube-dl -F "https://player.vimeo.com/video/125968185"
    [vimeo] 125968185: Downloading webpage
    [vimeo] 125968185: Extracting information
    [vimeo] 125968185: Downloading JSON metadata
    [vimeo] 125968185: Downloading m3u8 information
    [info] Available formats for 125968185:
    format code  extension  resolution note
    hls-meta     mp4        multiple   Quality selection URL
    hls-446      mp4        428x320     446k , avc1.42C01E, mp4a.40.2
    http-270p    mp4        428x320    , 30fps
    hls-922      mp4        640x480     922k , avc1.64001F, mp4a.40.2
    http-480p    mp4        640x480    , 30fps
    hls-3084     mp4        960x720    3084k , avc1.64001F, mp4a.40.2
    http-720p    mp4        960x720    , 30fps
    hls-5484     mp4        1440x1080  5484k , avc1.640028, mp4a.40.2
    http-1080p   mp4        1440x1080  , 30fps (best)

    hi i am trying to download green day wake me up when September ends 2k from his site can anybody help
    Quote Quote  



Similar Threads

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