Pinned Loading
-
download subs from a channel
download subs from a channel 1#!/bin/bash23# yt-dlp --skip-download --write-auto-subs --convert-subs srt "https://www.youtube.com/@CHANNEL"4# run this script5# for f in out/*.txt; do echo "$f"; cat "$f"; echo -e "\n\n\n"; done | split -l 100000 -
Merge MKV video files with a random ...
Merge MKV video files with a random OPUS audio file, creating new video files with varied background audio 1#!/bin/bash23set -euo pipefail45# Define directories -
pa11y htmlcs runner that ignores cer...
pa11y htmlcs runner that ignores certain rules for certain elements, using `data-htmlcs-ignore` attribute 1"use strict";
23const runner = (module.exports = {});
45/**
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

