/og-zippyshare-dl

Console app for downloading files from zippyshare

Primary LanguageC#

og-zippyshare-dl

Small C# .net core console app to automate downloading of files from ZippyShare.

WIP

Usage

Open prompt in folder, run following command "dotnet og-zippyshare-dl.dll 'path to urlList'".

Where urlList is a text file containing one URL per line to parse for the download link.

TODO

Read list of URLS from text file to parse for file download URIs.

Add error handling

Display progress

Concurrent Downloads

And more...