Skip to content

Instantly share code, notes, and snippets.

@hlorand
hlorand / capcut-offline-installer-search-PARALLEL.sh
Last active January 9, 2026 20:26
CapCut offline installers download links
#!/bin/bash
# Searches for CapCut video editor (https://capcut.com) offline installer files.
# If links not available, use https://web.archive.org to download executable.
# PARALLEL CHECK VERSION (FASSTER)
# how many parallel curl checks at once
P=50
for va in {4..7}; do