briskgopesh / voe-dl

A Python downloader for voe.sx videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

voe-dl

A Python downloader for voe.sx videos

Usage

  1. Download the latest Release
  2. add the executable to PATH (just search for how to do it if you don't know)
  3. use the:

Single File Downloader

voe-dl [URL]
voe-dl -u [URL]

whereas [URL] is the Link to the voe site
just downloads the link you specify

Multiple File Downloader

Put your links in [links.txt] or any other File, one at each line
example:

https://voe.sx//xxxxxxx
https://voe.sx//yyyyyyy
https://voe.sx//zzzzzzz

execute

voe-dl -l [File_Name]

It will download the links one after another

Output

The Output Video Files will be saved in the folder you execute the script

Help

execute

voe-dl -h

for help directly from the script

About

A Python downloader for voe.sx videos

License:GNU General Public License v3.0


Languages

Language:Python 100.0%