Subsource.net Batch Downloader

Batch download subtitles from subsource.net

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
ashik4u
Daily installs
0
Total installs
4
Ratings
0 0 0
Version
1.0.0
Created
2026-05-30
Updated
2026-05-30
Size
13.4 KB
License
GPL-3.0
Applies to

Subsource.net Batch Downloader


This userscript adds batch subtitle downloading support to
Subsource.net. It lets you select multiple subtitle rows from
a subtitles page and download them together as a single ZIP file.

Features

  • Adds checkboxes beside subtitle rows.
  • Includes a select-all checkbox for faster selection.
  • Shows a live selected-subtitle counter.
  • Downloads selected subtitles through the Subsource API.
  • Combines all selected subtitle files into one ZIP archive.
  • Extracts files into a flat ZIP structure without extra subfolders.
  • Automatically renames duplicate filenames, such as subtitle_2.srt, to avoid overwriting files.
  • Supports movie pages and season pages, for example /subtitles/example-title and /subtitles/example-title/season-1.

Setup

  1. Install the script in Tampermonkey, Violentmonkey, or another compatible userscript manager.
  2. Open any supported Subsource.net subtitles page.
  3. Open your userscript manager menu and choose Set API Key.
  4. Enter your Subsource API key.
  5. Select the subtitles you want to download.
  6. Click the green Download button.

How It Works


The script collects the selected subtitle IDs from the page, requests each
subtitle download from the Subsource API, extracts the returned ZIP files in
the browser, and creates one combined ZIP file for download.

Notes

  • This script requires a valid Subsource API key.
  • Your API key is stored locally by your userscript manager using userscript storage.
  • The script does not upload your subtitles or API key anywhere else.
  • If a subtitle fails to download, the script continues with the remaining selected subtitles.

Supported URLs