Download videos from Youtube, TikTok, and Rumble.
- Python 3.11+
ffmpeginstalled and available onPATH
winget install Gyan.FFmpeg
ffmpeg -versionpy -m ensurepip --upgrade
py -m pip install -e .Add captube in the current session:
$env:Path = $env:Path + ";" + (Resolve-Path .\Scripts)py -m pip install -U yt-dlpcaptube dl-mp4 "https://youtube.com/shorts/<video_id>" --output "./output"Use --impersonate chrome flag to prevent download issues.
If you get an error 'ffmpeg not found', use where.exe to find it on PATH:
where.exe ffmpegIf you find this project valuable, consider supporting my work:
Ville Pakarinen (@vpakarinen2)