Skip to content

tinker-video-downloader

A multi-site video downloader plugin for TINKER, powered by yt-dlp.

Screenshot

Features

  • Multi-site download for any URL supported by yt-dlp (YouTube, Bilibili, and many more)
  • Quality selection before download from available formats
  • Download progress with task list, including merge status
  • Cookies via manual entries or cookies.txt import (helpful for login-required videos)
  • Custom yt-dlp path when the binary is not on PATH

Installation

Download and install TINKER, then run:

bash
npm i -g tinker-video-downloader

Requirements

  • Install yt-dlp and ensure it is on your PATH, or set a custom path in Settings.
  • FFmpeg is used via Tinker to merge separate video/audio streams when needed.

Usage

  1. Paste a video URL and click Parse
  2. Select a format and click Download
  3. Monitor progress in the task list; open the output folder when done
  4. Use Cookies for sites that need login, and Settings for download directory / yt-dlp path

Released under the AGPL-3.0 License.