Subsource.net Batch Downloader

Batch download subtitles from subsource.net

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
ashik4u
Dziennych instalacji
0
Wszystkich instalacji
4
Oceny
0 0 0
Wersja
1.0.0
Utworzono
30-05-2026
Zaktualizowano
30-05-2026
Rozmiar
13,4 KB
Licencja
GPL-3.0
Dotyczy

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