Jump to content

Any program to download Vimeo videos?

So I registered with this site and it is using Vimeo to share there videos. (Unfortunately, I can't find the video link. Even the page code is saying 'link is protected or something'.  I tried like 10 softwares and extenstions. But they all only grab like 200kb parts. (thousands of them) Is there a way to download without screen capturing?

Link to comment
Share on other sites

Link to post
Share on other sites

for vimeo I don't have the slightest idea, I made a program for YouTube videos, i found someting on GitHub though, you can use it if you have some knowledge in python

 

https://github.com/eMBee/vimeo-download

https://github.com/eMBee/vimeo-download/blob/master/vimeo-download.py

 

i don't know how legal it is so you will have to compile it yourself ( use pyinstaller, install python, then in the command prompt run

pip install pyinstaller

then run

pyinstaller -F PATH_TO.PY_FILE

 

Main PC [The Rig of Theseus]:

CPU: i5-8600K @ 5.0 GHz | GPU: GTX 1660 | RAM: 16 GB DDR4 3000 MHz | Case: Lian Li PC-O11 Dynamic | PSU: Corsair RM 650i | SSD: Corsair MP510 480 GB |  HDD: 2x 6 TB WD Red| Motherboard: Gigabyte Z390 Aorus Pro | OS: Windows 11 Pro for Workstations

 

Secondary PC [Why did I bother]:

CPU: AMD Athlon 3000G | GPU: Vega 3 iGPU | RAM: 8 GB DDR4 3000 MHz | Case: Corsair 88R | PSU: Corsair VS 650 | SSD: WD Green M.2 SATA 120 GB | Motherboard: MSI A320M-A PRO MAX | OS: Windows 11 Pro for Workstations

 

Server [Solution in search of a problem]:

Model: HP DL360e Gen8 | CPU: 1x Xeon E5-2430L v1 | RAM: 12 GB DDR3 1066 MHz | SSD: Kingston A400 120 GB | OS: VMware ESXi 7

 

Server 2 electric boogaloo [A waste of electricity]:

Model: intel NUC NUC5CPYH | CPU: Celeron N3050 | RAM: 2GB DDR3L 1600 MHz | SSD: Kingston UV400 120 GB | OS: Debian Bullseye

 

Laptop:

Model: ThinkBook 14 Gen 2 AMD | CPU: Ryzen 7 4700U | RAM: 16 GB DDR4 3200 MHz | OS: Windows 11 Pro

 

Photography:

 

Cameras:

Full Frame digital: Sony α7

APS-C digital: Sony α100

Medium Format Film: Kodak Junior SIX-20

35mm Film:

 

Lenses:

Sony SAL-1870 18-70mm ƒ/3.5-5.6 

Sony SAL-75300 75-300mm ƒ/4.5-5.6

Meike MK-50mm ƒ/1.7

 

PSA: No, I didn't waste all that money on computers, (except the main one) my server cost $40, the intel NUC was my old PC (although then it had 8GB of ram, I gave the bigger stick of ram to a person who really needed it), my laptop is used and the second PC is really cheap.

I like tinkering with computers and have a personal hatred towards phones and everything they represent (I daily drive an iPhone 7, or a 6, depends on which one works that day)

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, mbntr said:

for vimeo I don't have the slightest idea, I made a program for YouTube videos, but for Vimeo i found someting on GitHub

https://github.com/eMBee/vimeo-download

https://github.com/eMBee/vimeo-download/blob/master/vimeo-download.py

 

i don't know how legal it is so you will have to compile it yourself ( use pyinstaller)

Thank You. Is there a Windows version? I only see instructions for Linux and Mac. Yeah. But I don't feel too bad cuz it's a paid site and with the internet issues these days, buffering to so slow.

Link to comment
Share on other sites

Link to post
Share on other sites

11 minutes ago, sdw123 said:

Thank You. Is there a Windows version? I only see instructions for Linux and Mac. Yeah. But I don't feel too bad cuz it's a paid site and with the internet issues these days, buffering to so slow.

yes, to do that you have to install Python

https://www.python.org/downloads/release/python-382/

after installing python run the command

pip3 install pyinstaller

it will install a compiler

you will need to install all external libraries via pip

so  run these  commands in command prompt

pip3 install asn1crypto
pip3 install cffi
pip3 install cryptography
pip3 install enum34
pip3 install idna
pip3 install ipaddress
pip3 install packaging
pip3 install pycparser
pip3 install pyOpenSSL
pip3 install pyparsing
pip3 install requests
pip3 install six
pip3 install tqdm
pip3 install urllib3

then run the command, before that i would suggest to place the file you downloaded inside a folder

pyinstaller -F PATH_TO_.PY_FILE

the file you downloaded from github, you will find the .exe executable inside the dist folder (the dist folder is inside the folder you created)

 

Main PC [The Rig of Theseus]:

CPU: i5-8600K @ 5.0 GHz | GPU: GTX 1660 | RAM: 16 GB DDR4 3000 MHz | Case: Lian Li PC-O11 Dynamic | PSU: Corsair RM 650i | SSD: Corsair MP510 480 GB |  HDD: 2x 6 TB WD Red| Motherboard: Gigabyte Z390 Aorus Pro | OS: Windows 11 Pro for Workstations

 

Secondary PC [Why did I bother]:

CPU: AMD Athlon 3000G | GPU: Vega 3 iGPU | RAM: 8 GB DDR4 3000 MHz | Case: Corsair 88R | PSU: Corsair VS 650 | SSD: WD Green M.2 SATA 120 GB | Motherboard: MSI A320M-A PRO MAX | OS: Windows 11 Pro for Workstations

 

Server [Solution in search of a problem]:

Model: HP DL360e Gen8 | CPU: 1x Xeon E5-2430L v1 | RAM: 12 GB DDR3 1066 MHz | SSD: Kingston A400 120 GB | OS: VMware ESXi 7

 

Server 2 electric boogaloo [A waste of electricity]:

Model: intel NUC NUC5CPYH | CPU: Celeron N3050 | RAM: 2GB DDR3L 1600 MHz | SSD: Kingston UV400 120 GB | OS: Debian Bullseye

 

Laptop:

Model: ThinkBook 14 Gen 2 AMD | CPU: Ryzen 7 4700U | RAM: 16 GB DDR4 3200 MHz | OS: Windows 11 Pro

 

Photography:

 

Cameras:

Full Frame digital: Sony α7

APS-C digital: Sony α100

Medium Format Film: Kodak Junior SIX-20

35mm Film:

 

Lenses:

Sony SAL-1870 18-70mm ƒ/3.5-5.6 

Sony SAL-75300 75-300mm ƒ/4.5-5.6

Meike MK-50mm ƒ/1.7

 

PSA: No, I didn't waste all that money on computers, (except the main one) my server cost $40, the intel NUC was my old PC (although then it had 8GB of ram, I gave the bigger stick of ram to a person who really needed it), my laptop is used and the second PC is really cheap.

I like tinkering with computers and have a personal hatred towards phones and everything they represent (I daily drive an iPhone 7, or a 6, depends on which one works that day)

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, mbntr said:

yes, to do that you have to install Python

https://www.python.org/downloads/release/python-382/

after installing python run the command


pip3 install pyinstaller

it will install a compiler

you will need to install all external libraries via pip

so  run these  commands in command prompt


pip3 install asn1crypto
pip3 install cffi
pip3 install cryptography
pip3 install enum34
pip3 install idna
pip3 install ipaddress
pip3 install packaging
pip3 install pycparser
pip3 install pyOpenSSL
pip3 install pyparsing
pip3 install requests
pip3 install six
pip3 install tqdm
pip3 install urllib3

then run the command, before that i would suggest to place the file you downloaded inside a folder


pyinstaller -F PATH_TO_.PY_FILE

the file you downloaded from github, you will find the .exe executable inside the dist folder (the dist folder is inside the folder you created)

 

Thanks again.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×