p4ul17 / voe-dl

A Python downloader for voe.sx videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error downloading

Wiredframe opened this issue · comments

Unfortunately the script doesn't seem to work anymore:

youtube-dl: error: You must provide at least one URL.
Type youtube-dl --help to see a list of all options.

I loved it so much, could you please have a look and try to make it work again? Thanks in advance!

Hello, can you provide more information, like your os, your command that you used and the url?
I hope i can help you because for me it works.

Thanks for replying, I'm using the CLI tool on a mac. I tried downloading a single file and also a txt file containing multiple urls. None of them worked unfortunately.

voe-dl -u https://voe.sx/9t7g1vl0f****
voe-dl -l videos.txt

Hm, i don't have a mac so i can't test it. The release binary is bundled for linux use, i don't know if it works the same on mac.
If you are a little bit familiar with Python, you can download the source code and try running it with the python interpreter.

Thanks I'll try :)

The python script works perfectly, thanks you! 😊

Perfect :)
If you want to try, you can use the "pyinstaller" script to bundle my script to a working executable for mac. I would have done that too but i don't have a mac. I used that script on Win and Linux to generate an executable.