Skip to content

Cat-Ling/filedot-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filedot-dl

A command-line tool for downloading files from filedot.to

📦 Dependencies

⚙️ Installation

  1. Install Go and aria2c.
  2. Build the script:
    go build -o filedot-dl main.go

🚀 Usage

./filedot-dl [options] <URL>

Options

  • -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)

📂 Custom Directory

./filedot-dl -d /path/to/downloads https://filedot.to/abcdefgh

🔗 Link List

./filedot-dl -list /path/to/links.txt

🧩 Download Multiple Files Simultaneously

./filedot-dl -N <n> https://filedot.to/abcdefgh

Disclaimer

This script is for educational purposes only. Please do not use it for any illegal activities.