Skip to content

vpakarinen2/captube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CapTube 📽️

Download videos from Youtube, TikTok, and Rumble.

Requirements

  • Python 3.11+
  • ffmpeg installed and available on PATH

Install FFmpeg (Windows)

winget install Gyan.FFmpeg
ffmpeg -version

Setup

py -m ensurepip --upgrade
py -m pip install -e .

Add captube in the current session:

$env:Path = $env:Path + ";" + (Resolve-Path .\Scripts)

Install YT-DLP

py -m pip install -U yt-dlp

Usage

captube dl-mp4 "https://youtube.com/shorts/<video_id>" --output "./output"

Use --impersonate chrome flag to prevent download issues.

Troubleshooting

If you get an error 'ffmpeg not found', use where.exe to find it on PATH:

where.exe ffmpeg

Support

If you find this project valuable, consider supporting my work:

Buy Me A Coffee Ko-Fi

Author

Ville Pakarinen (@vpakarinen2)