Skip to content

lakshan-bandara/cloudspeed-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚑ CloudSpeed Downloader

πŸš€ High-Speed Cloud File Downloader β€” Straight to Your Google Drive

Google Colab Python Aria2 License

Download any file at blazing speed using Google Colab's free servers β€” no data wasted from your plan!


🎯 What is CloudSpeed Downloader?

CloudSpeed Downloader is a free, open-source Google Colab notebook that lets you download large files at maximum speed using Google's powerful servers β€” and save them directly to your Google Drive.

πŸ’‘ Perfect for users with slow internet or limited data plans. Let Google's servers handle the heavy downloading, then access your files synced to Drive!

✨ Key Features

Feature Description
⚑ Multi-Threaded Downloads Up to 64 simultaneous connections with Aria2
πŸ“₯ Direct URL Support Download from any direct link
πŸ“¦ Mega.nz Support Download files from Mega.nz links
πŸ“ Google Drive Downloads Download shared Google Drive files
🧲 Torrent/Magnet Support Download using magnet links or .torrent files
πŸ“‹ Batch Downloads Download multiple files at once
☁️ Save to Google Drive Files saved permanently to your Drive
🎨 Clean UI No code visible β€” just simple form inputs
πŸ”„ Resumable Downloads Resume interrupted downloads automatically
πŸ“Š File Manager View and manage all downloaded files

πŸ“Έ Preview

CloudSpeed Downloader Preview


πŸš€ How to Use

Step 1: Open in Google Colab

Click the button below to open the notebook directly in Google Colab:

Open In Colab

Step 2: Mount Google Drive

Run the first cell to connect your Google Drive. Files will be saved to:

/content/drive/MyDrive/CloudSpeed_Downloads/

Step 3: Install Tools

Run the second cell to install the download engine:

# Installed automatically:
# βœ… Aria2 β€” High-speed multi-threaded downloader
# βœ… Transmission-CLI β€” Torrent client
# βœ… MegaTools β€” Mega.nz download support
# βœ… gdown β€” Google Drive download support
# βœ… mediafire-dl β€” Mediafire download support

Step 4: Download!

Choose your download method and paste your link:

Method Supported Links
πŸš€ Direct URL Any direct download link, Dropbox, etc.
πŸ“₯ Google Drive https://drive.google.com/file/d/...
πŸ“¦ Mega.nz https://mega.nz/file/...
🧲 Torrent magnet:?xt=urn:btih:... or .torrent URL
πŸ“‹ Batch Multiple URLs (one per line)

πŸ› οΈ Commands Reference

Aria2 (Direct Downloads)

# Basic download
!aria2c "YOUR_URL"

# High-speed download with 16 connections
!aria2c "YOUR_URL" -x 16 -s 16 -d /content/drive/MyDrive/CloudSpeed_Downloads/

# Download with custom filename
!aria2c "YOUR_URL" -o "filename.zip" -x 16 -d /content/drive/MyDrive/CloudSpeed_Downloads/

# Resume interrupted download
!aria2c "YOUR_URL" -x 16 --continue=true -d /content/drive/MyDrive/CloudSpeed_Downloads/

Torrent / Magnet Downloads

# Download from magnet link
!aria2c "magnet:?xt=urn:btih:HASH" -d /content/drive/MyDrive/CloudSpeed_Downloads/ --seed-time=0

# Download from .torrent URL
!aria2c "https://example.com/file.torrent" -d /content/drive/MyDrive/CloudSpeed_Downloads/ --seed-time=0

Mega.nz Downloads

# Download from Mega.nz
!megadl --path /content/drive/MyDrive/CloudSpeed_Downloads/ "MEGA_URL"

Google Drive Downloads

# Download shared Google Drive file
!gdown "GDRIVE_URL" --fuzzy -O /content/drive/MyDrive/CloudSpeed_Downloads/

πŸ“‚ Project Structure

cloudspeed-downloader/
β”œβ”€β”€ CloudSpeed_Downloader.ipynb   # Main notebook (Open in Colab)
β”œβ”€β”€ README.md                      # This file
β”œβ”€β”€ LICENSE                        # MIT License
β”œβ”€β”€ assets/
β”‚   └── preview_download.png       # Preview screenshot
└── .gitignore

πŸ’‘ Tips & Tricks

  • πŸ”₯ Max Speed: Set connections to 64 for the fastest possible download speed
  • πŸ“¦ Large Files: Google Colab sessions last ~12 hours β€” plenty of time for huge files
  • πŸ”„ Resume: If your session disconnects, re-run the download cell β€” Aria2 will resume!
  • πŸ’Ύ Storage: Free Google Drive gives you 15GB β€” upgrade for more space
  • ⏱️ Batch Downloads: Use the batch download cell to queue multiple files at once

⚠️ Disclaimer

This tool is intended for downloading legally obtained files only. Users are responsible for ensuring they have the right to download any content. The developer is not responsible for any misuse.


🀝 Contributing

Contributions are welcome! Feel free to:

  • ⭐ Star this repo if it helped you
  • πŸ› Open an issue for bugs
  • πŸ”€ Submit a pull request with improvements

πŸ“ License

This project is licensed under the MIT License β€” see the LICENSE file for details.


Developed by Lakshan

WhatsApp

If this project helped you, please give it a ⭐ Star!

About

πŸš€ Ultimate Google Colab Downloader. Bypass data limits and slow internet by downloading Torrent, Mega, and Direct links straight to your Google Drive at maximum bandwidth.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors