git404hub

what is missav_chrometool fr?

jeffmkw/missav_chrometool — explained in plain English

Analysis updated 2026-05-18

30PythonAudience · generalSetup · moderate

tl;dr

A personal Windows tool that pairs a Chrome extension with a Python script to collect and download videos from one specific streaming site.

vibe map

mindmap
  root((repo))
    What it does
      Collects video links via extension
      Downloads and merges to mp4
      Windows-only personal tool
    Tech stack
      Python
      Chrome extension
      ffmpeg
    Use cases
      Batch video downloads
      Resume interrupted jobs
      Local progress web page
    Audience
      Personal hobby use
      Windows users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Save video addresses from a site by clicking play with a companion Chrome extension.

VIBE 2

Batch-download and auto-merge collected videos into mp4 files with ffmpeg.

VIBE 3

Resume interrupted downloads without re-downloading finished segments.

VIBE 4

Run entirely on your own Windows PC without needing external hosting.

what's the stack?

PythonChrome ExtensionffmpegWindows

how it stacks up fr

jeffmkw/missav_chrometoolav2xn/doanchandar-lab/semantic-wm
Stars303030
LanguagePythonPythonPython
Setup difficultymoderatehardhard
Complexity5/55/5
Audiencegeneraldeveloperresearcher

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Windows only, requires ffmpeg on PATH and loading an unpacked Chrome extension.

in plain english

Missav_ChromeTool is a small personal-use utility for downloading videos from a specific video streaming site called MissAV. The README explains that regular download tools stopped working because the site added anti-scraping protection through a service called surrit, and this project works around that specific issue by reading a UUID value from your browser session instead. The tool only runs on your own Windows computer, and the author notes an attempt to make it work on a Synology NAS failed, with a fix planned for a future version. It works in two steps. First, you load a Chrome extension included in the repository, open the video pages you want in Chrome, and run a Python collection script. As you click play on each video, the extension detects the underlying video address and saves it to a local JSON file. Once you have collected everything you want, you press Enter to stop collecting. Second, you run a separate download command, which reads that saved list and downloads the videos in the background, several segments at a time, with up to two videos downloading at once by default. Each finished video is automatically merged into a single mp4 file using ffmpeg, which needs to be installed and available on your system path. Downloads save to a folder on your D drive by default, though you can change this through a settings file or a command line option. The tool also runs a small local web page showing download progress, which can be turned off if you prefer. If a download is interrupted, the tool remembers which stage each video reached, so restarting will finish merging anything already downloaded before moving on to files still in progress. Various command line options let you control how many videos download at once, how many segments load in parallel, where files are saved, and other details. The README ends with a disclaimer stating the tool is meant only for personal learning and technical research, and that users are responsible for following their local laws and the target website's terms of service, and should not use it for infringement or commercial purposes.

prompts (copy fr)

prompt 1
Help me install the chrome_extension from Missav_ChromeTool and load it as an unpacked extension.
prompt 2
Walk me through running download_missav.py --collect and --download-only.
prompt 3
Explain what check_list2.json stores and how the download queue priority works.
prompt 4
Show me how to change the download folder and parallel download settings.

Frequently asked questions

what is missav_chrometool fr?

A personal Windows tool that pairs a Chrome extension with a Python script to collect and download videos from one specific streaming site.

What language is missav_chrometool written in?

Mainly Python. The stack also includes Python, Chrome Extension, ffmpeg.

How hard is missav_chrometool to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is missav_chrometool for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.