axcore / tartube

A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3
GNU Lesser General Public License v2.1
1.92k stars 105 forks source link

Download Vimeo password protected private video? #627

Open brightjoey opened 2 months ago

brightjoey commented 2 months ago

Pretty straight forward question. I'm trying to download a vimeo video that has a password and it's private. I think it would work if I input some command into the cmd line in the classic yt-dlp setup, but not sure if Tartube can also solve this?

Here's the video I'm trying to download. https://vimeo.com/932233436 password: 1234-1234

No idea how to get it to run. python3_geZGNkdYyj

BlueBull010 commented 3 weeks ago

A bit late of a reply, but to download passworded Vimeo videos, edit your download options and in the first screen (the tab called "name") you see a large text field to put extra download options in, see below screenshot. Inside that text field add the following but replace $password with the video password: --video-password $password This will download it. Took me a while to figure this out and in my research I found this github question so I thought I'd answer it now that I know how to do it ;-)

image