mansuf / zippyshare-downloader

Download file from zippyshare directly with python
https://zippyshare-downloader.readthedocs.io
MIT License
55 stars 15 forks source link

Multiple URLs simultaneously? #24

Open name01019 opened 1 year ago

name01019 commented 1 year ago

Does this script allow users to download from multiple zippyshare URLs simultaneously? I can't figure out how to do it

mansuf commented 1 year ago

I don't know what you mean "multiple URLs simultaneously", but it does have batch download from a file.

So let's say you have a file called urls.txt and inside them is some zippyshare URLs

https://www.zippyshare.com/v/.../file.html
https://www.zippyshare.com/v/.../file.html
https://www.zippyshare.com/v/.../file.html

You can easily download all of them by passing the filename into the application

zippyshare-dl "urls.txt"