Hey guys,
I would like to download a certain video from Vimeo. Here is the link:
http://vimeo.com/93517991
Can anyone help me with this? Thanks guys!![]()
+ Reply to Thread
Results 1 to 6 of 6
-
-
The poster has made downloads available, and this is just a "normal" non protected video
You can download this directly by signing into vimeo with a free account
Or if you don't want to sign up, just about every downloader can download from non protected vimeo sites -
Hi R&MFan ,
To find the link I used "DownloadHelper" addon for Firefox .
Below my batch file
Code:@echo on rem "Robot and Monster" livestreamer "httpstream://pdlvimeocdn-a.akamaihd.net/59747/882/249265132.mp4?token2=1423775085_27c07e12a33e2ca5cf34c87f0091cff2&aksessionid=a6272eba37e38342&aktimeoffset=0" best -o "Robot_and_Monster.flv" pause :fin
===
[cli][info] Found matching plugin stream for URL httpstream://pdlvimeocdn-... .mp4?token2=1423775085_27c07e12a33e2ca5cf3
4c87f0091cff2&aksessionid=a6272eba37e38342&aktimeo ffset=0
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (http)
[download][Robot_and_Monster.flv] Written 41.6 MB (2m47s @ 254.5 KB/s)
[cli][info] Stream ended
===
Cheers .JE SUIS CHARLIE !!! -
you can use youtube-dl too
Code:youtube-dl -F https://vimeo.com/93517991 [vimeo] 93517991: Downloading webpage [vimeo] 93517991: Extracting information [vimeo] 93517991: Downloading webpage [info] Available formats for 93517991: format code extension resolution note h264-sd mp4 640x480
Code:youtube-dl -f h264-sd https://vimeo.com/93517991 [vimeo] 93517991: Downloading webpage [vimeo] 93517991: Extracting information [vimeo] 93517991: Downloading webpage [download] Destination: Robot and Monster-93517991.mp4 [download] 100% of 41.69MiB in 03:47
-