2025-12-12 18:10:12 +01:00
2025-12-12 18:10:12 +01:00
2025-12-12 17:27:40 +01:00
2025-12-12 18:10:12 +01:00
.
2025-12-12 17:32:17 +01:00

ytmndd - ytmnd downloader

An updated ytmnd scraper based on https://github.com/julescarbon/ytmnd

./ytmndd.py -u [username]

./ytmndd.py [domain]

serving

this scraper will download the gif and mp3 from a ytmnd and write a file embedding these things in addition to zoom text (if any).

The downloaded files cannot be loaded from a file:// url. In order to view these files, put them online or run a local server. For example, python -m http.server from the directory and got to http://localhost:8000/. If you host them somewhere, remember to include ytmnd.js in the same directory.

options

flag description
--user (or -u) fetch all ytmnds for a user
--media-only only download the gif and mp3
--html-only only write an html file
--json-only writes simplified json to a file
--no-web-audio uses the tag instead of web audio
--print-json dumps raw json from ytmnd to stdout
Description
ytmnd downloader
Readme 85 KiB
Languages
Python 100%