johnteslade / vimeo-downloader

Bash script to download a video from Vimeo to your computer
115 stars 39 forks source link

could not download video #8

Open deknos opened 8 years ago

deknos commented 8 years ago

Hi, i could not download the video: error message is: /usr/bin/wget /usr/bin/perl wget: URL fehlt Syntax: wget [OPTION]... [URL]...

»wget --help« gibt weitere Informationen. ERROR: failed to download vimeo ID 154727398 Please report this error at https://github.com/johnteslade/vimeo-downloader/issues

Downloading video 154727398 to The-Simpsons-movie-references-(-154727398).flv... From URL Quality=

wget: URL fehlt Syntax: wget [OPTION]... [URL]...

»wget --help« gibt weitere Informationen.

Video 154727398 saved to The-Simpsons-movie-references-(-154727398).flv The-Simpsons-movie-references-(-154727398).flv: cannot open `The-Simpsons-movie-references-(-154727398).flv' (No such file or directory)

call is ./vimeo_downloader.sh "154727398"

bateller commented 7 years ago

Looks like the script is failing at:

CONFIG_URL=echo $VIDEO_XML | grep data-config-url | perl -p -e 's/^.*? data-config-url=(.*?)".*$/$1/g' | perl -pe 's/&/&/g'

Because data-config-url is no longer included in the HTML returned on Vimeo's video pages

Recommend using @pseyfert's updated python fork here: https://github.com/pseyfert/vimeo-downloader until this bash script has a pull-request to fix this issue.

This fork looks for the correct string for the data-config-url replacement which is clip_page_config which contains the JSON string for config_url

lavallette90 commented 3 years ago

I came to know about an other good method. 1:Copy the URL of your desired Vimeo Video 2:Go to this website > http://www.vimeotomp4.com/ 3:Paste the link in search option given there 4:Click on download button and save the video in your Desired Quality That’s it……. Cheers