A command-line tool for downloading files from filedot.to
- Install Go and aria2c.
- Build the script:
go build -o filedot-dl main.go
./filedot-dl [options] <URL>-d,--dir: Specify the download directory. Defaults to the current directory.-list: Specify a file containing a list of URLs to download, one per line.-N,-concurrent: Number of concurrent file downloads. (default 3) (for link lists and folders)
./filedot-dl -d /path/to/downloads https://filedot.to/abcdefgh./filedot-dl -list /path/to/links.txt./filedot-dl -N <n> https://filedot.to/abcdefghThis script is for educational purposes only. Please do not use it for any illegal activities.