Skip to content

Releases: rada-dev/websharecli

2.2.4

02 Jun 09:17

Choose a tag to compare

added downloading links from file
webshare link-file links1.txt links2.txt --download --pool 1
for some reason parallel downloading is interrupted by the server sometimes, not even 2 simul downloads seem to be stable

2.2.3

05 Mar 17:19

Choose a tag to compare

if download fails, download link is obtained again,
progress bars more eye candy, problems with progress bars getting covered in printed text seem to be resolved
minor bug with blessings fixed

2.2.2

04 Mar 18:51

Choose a tag to compare

options to directly download files with --download and to download through tor with --tor were added. Alternatively tor ports can be specified with --tor-port. Example:

webshare link-search matrix 1999 --download
webshare link-search matrix 1999 --download --tor
webshare link-search matrix 1999 --download --tor-port 9050

Besides that, option for scraping and downloading large number of files were added. Example below gives you all download links found.

webshare link-scrape matrix 1999 > links

Following example directly downloads all the files concurrently, for more information see README.rst, section Scraping and downloading all files found:

webshare link-scrape matrix 1999 --download --tor-ports 9050 9051 9052 9053 --pool 16