Note: Currently supports
fuckingfast.coanddatanodes.tolinks (commonly used by FitGirl Repacks and direct download mirrors). Support for additional hosts may be added in the future.
A Python-based bulk downloader designed to bypass Cloudflare protections on file-hosting sites like fuckingfast.co and datanodes.to. It automates the process of extracting direct download links and supports concurrent downloading with pause and resume capabilities.
- Auto-Updater: (Windows only) Automatically checks for, downloads, and applies new updates so you are always on the latest version without manual
.zipdownloads. - Cross-Platform Extraction: Built-in auto-extraction support for Windows (bundled
7z), as well as Linux and macOS (via/usr/bin/7z/p7zip). - Cloudflare Turnstile Bypass: Uses a hidden Chromium browser (via
nodriver) to auto-solve Cloudflare Turnstile challenges invisibly, then downloads viacurl_cffiwith TLS impersonation. No manual CAPTCHA solving needed for normal IPs. - Persistent Download History: Automatically saves your task queue, progress, and folder groupings across sessions. Close the app anytime without losing your place!
- Grouped Batch Folders: Downloads are neatly organized into collapsible dropdown trees, showing aggregated progress, speed, and ETA for entire batches.
- Smart Folder Grouping & Batching: Automatically suggests a unified folder name for a batch of links, perfectly grouping main game parts and messy optional files together.
- Persistent Settings: Your preferences (save directory, concurrent workers, extraction options) are saved and remembered for your next session.
- Download Scheduler: Set up scheduled download windows (weekly or one-off) for off-peak downloading, with optional Windows wake timers and sleep prevention.
- Bandwidth Limiter: Set a global download speed limit in Settings to reserve network bandwidth for other apps.
- Import Links & Smart Clipboard Extraction: Load link lists from
.txtfiles or paste text/HTML directly — SilverSpoon automatically extracts validhttplinks from formatted webpage clipboard data. - Inline Progress Bars: Visual progress bars painted directly behind filenames and batch folders in the queue.
- Live Speed & ETAs: Features a real-time global download speed tracker and calculates Estimated Time Remaining (ETA) for both individual files and total batch completions.
- Context Menu Actions: Right-click tasks to manually extract archives ("Extract Now"), open download directories ("Open Folder"), schedule intervals, retry, or force redownload.
- Customizable UI & Shortcuts: Interactive, resizable columns that save their state, responsive button feedback (hover/pressed/disabled states), plus right-click context menus and handy keyboard shortcuts (e.g.,
Spaceto pause/resume,Deleteto remove tasks). - Auto-Retry & CAPTCHA Timeout: Configurable options to automatically retry failed downloads up to 3 times and customize Turnstile CAPTCHA wait timeouts.
- File Management: Safely delete tasks and optionally remove their associated physical files from your disk, or use "Force Redownload" to wipe and restart a corrupted file.
- Error Diagnostics: Hover over failed tasks for detailed tooltips, and easily copy error logs for quick troubleshooting.
- Direct Link Extraction: Automatically simulates the internal HTMX POST requests required to fetch the real
.rardirect links. - Multi-threading: Downloads multiple parts concurrently (default 3 workers, customizable in Settings) to maximize bandwidth.
- Pause, Resume & Retry: Safely pause your downloads, recover from network drops, or quickly retry errored links using HTTP
Rangeheaders. - Graphical Interface: Includes a clean, modern GUI built with PyQt6.
- Command Line Interface: Also includes a lightweight CLI script for server environments or automation.
- Python 3.10+
- Dependencies listed in
requirements.txt
- Clone this repository:
git clone https://github.com/billysams21/SilverSpoon.git cd SilverSpoon - Install the required Python packages (or do it inside virtual environment):
pip install -r requirements.txt
Launch the graphical interface (or double-click SilverSpoon.exe):
python pyqt_downloader.py- Click Browse... to select your base save directory (or set a persistent default in
File -> Settings). - Open the game link and click the provider you want to use (for now it's FuckingFast).

- Copy the links you want to download.

- Paste your links into the top text box (one per line) or use
File -> Import Links from File.... You can also copy links/tables straight from your browser and click Paste from Clipboard—SilverSpoon automatically extracts the direct URLs from rich HTML clipboard data.
- Click Add Links to Queue. A prompt will appear allowing you to confirm the Batch Folder name so all main and optional files go to the exact same place.
- Click Select All (or check individual boxes) for the files you want to download.
- (Optional) Check the Extract after download checkbox if you want files extracted automatically using the built-in 7-Zip engine.
- Click the green Start / Resume button to begin downloading.

- Use the Pause and Start / Resume buttons to manage your selected downloads at any time.
Queue your links, then let SilverSpoon download them automatically during a chosen window (e.g. off-peak hours):
- Add and select your links as usual, but leave them paused/queued (don't press Start).
- Open
File -> Download Scheduler(or right-click one or more downloads and choose Schedule download at specific interval to schedule only those instead of the whole queue). - Set the Start and End times using the hour / minute / AM–PM dropdowns. If the end is earlier than the start, the window is treated as crossing midnight (e.g.
11:00 PM–5:00 AM). - Choose Repeat weekly (and pick the active days) or Run once on a specific date.
- (Optional, Windows) Tick Wake the computer to run downloads to register a Windows wake timer that powers the PC on and launches SilverSpoon when the window starts. Leave Keep the computer awake on so it doesn't sleep mid-download.
- Click Add Schedule. When the window opens, SilverSpoon verifies your connection and starts the scheduled downloads; when it closes, it pauses them and shows a summary (also saved to
~/.silverspoon_offpeak_report.jsonl).
Note: The wake timer is Windows-only. On Linux/macOS the app still auto-starts and keeps the display awake while it is running, but it cannot power the machine on from a fully off state.
When using the wake timer, close SilverSpoon (or let the PC sleep) beforehand so the timer launches a single fresh instance. SilverSpoon does not yet guard against multiple instances, and running two copies against the same queue can corrupt partially-downloaded files.
If you prefer the command line:
- Put your links into
link.txt(one per line). - Run the script:
python downloader.py link.txt
(Files will be downloaded to the current working directory).
We welcome contributions! If you'd like to help improve SilverSpoon, please see our Contributing Guide for instructions on how to set up your environment, follow our branching strategy (dev branch), and submit Pull Requests.
Detailed release notes and history of changes can be found in the CHANGELOG.md file.
This tool is provided for educational and automation purposes only. The author is not responsible for the content downloaded using this tool. Please respect the terms of service of the file-hosting providers.
