vimeo-dl icon indicating copy to clipboard operation
vimeo-dl copied to clipboard

Not able to download the videos

Open anupam1209 opened this issue 5 months ago • 0 comments

i installed the latest release for windows

  1. i run the command

go install github.com/akiomik/vimeo-dl

it shows the message on cmd as:

go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/akiomik/vimeo-dl@latest' to install the latest version

when i did that, the tried to run the second command 2. build

make build

it shows the message as:

make: *** No rule to make target `build'. Stop.

can you please tell am i the only one facing this problem?

when i tried to download the video without unsucessful attempt for build command

vimeo-dl -i "link of the video i wanted to download"

it shows the message as:

Error: invalid character '<' looking for beginning of value

anupam1209 avatar Jan 29 '24 16:01 anupam1209