New:Socket for Asana Is Now Available.Learn more
Get Started

ytdl-sub status

Package Overview
Versions
1
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ytdl-sub status

ytdl-sub-status

Shows whether the YouTube channel you're viewing is already backed up by your self-hosted ytdl-sub archiver — and lets you subscribe new channels in one click. Requires a ytdl-sub-api server you control.

Firefox Add-ons
Version
2026.3.0
Version published
Created

Heads up: this extension is only a client. It does nothing on its own — it talks to an HTTP API that fronts your ytdl-sub install. You need that API running somewhere the browser can reach before the extension is useful. The easiest way is the reference server — a single docker compose up — at https://github.com/kjaymiller/ytdl-sub-api.

ytdl-sub status is a companion for the self-hosted ytdl-sub archiver. While you browse YouTube, it asks your own ytdl-sub-api server whether the current channel is already being archived, and shows the result as a small floating card on the page (and in the toolbar popup).

What it does

  • Detects YouTube channel pages (/@handle, /channel/UCxxx, /c/name, /user/name).
  • Looks up the channel against your ytdl-sub-api and shows a status dot:
  • green — backed up; shows name, preset, and retention, with Pull now and Unsubscribe actions.
  • grey — not backed up; shows a one-click subscribe form with keep-days, max-files, and preset.
  • red — error (misconfigured, unreachable, auth failure).
  • Sub + pull subscribes and immediately triggers a fetch, instead of waiting for the scheduled run.
Setup

You need a running ytdl-sub-api server and a bearer token. On first launch the popup walks you through entering your API base URL and token. Firefox will prompt you to grant host permission for that URL — accept it so the extension can reach your server.

Privacy

  • No analytics, no telemetry, no third-party calls.
  • All network traffic goes to the API base URL you configure and nowhere else.
  • Your bearer token is stored in browser.storage.local and is only read by the extension's background script. It is never exposed to page scripts.
  • Channel detection runs locally against the YouTube tab you have open.
Requirements
  • A ytdl-sub-api server you control. The reference implementation — ytdl-sub + cron + Flask API bundled as a single Docker Compose stack — is at https://github.com/kjaymiller/ytdl-sub-api.
  • A bearer token that your API validates.
Source / issues

Source code, docs, and issue tracker: https://github.com/kjaymiller/ytdl-sub-status (MIT-licensed).

Categories

bookmarks
photos-music-videos

FAQs

Package last updated on 29 Apr 2026

Related posts