Grab any video. Instantly. - YouTube video downloader with CLI and web interface
Project description
Clipr 🎬
Grab any video. Instantly.
A powerful YouTube video downloader with CLI and web interface.
Features
- 🎬 4K Video Downloads - Up to 4K resolution
- 🎵 Audio Extraction - Download as MP3
- 📋 Playlist Support - Download entire playlists
- 🌐 Web Interface - Modern, responsive UI
- 💻 CLI Interface - Full command-line support
- 📊 Progress Tracking - Real-time progress
Installation
pip install clipr-yt
Requirements
- Python 3.8+
- FFmpeg (for merging video + audio)
# Install FFmpeg
# Windows
winget install FFmpeg
# macOS
brew install ffmpeg
# Linux
sudo apt install ffmpeg
Usage
Command Line
# Download video
clipr https://youtube.com/watch?v=VIDEO_ID
# Specify quality
clipr https://youtube.com/watch?v=VIDEO_ID -q 1080p
# Download audio only
clipr https://youtube.com/watch?v=VIDEO_ID -a
# Download playlist
clipr https://youtube.com/playlist?list=PLAYLIST_ID
# Start web interface
clipr --server
Web Interface
clipr --server
# Open http://localhost:3000
CLI Options
| Option | Description |
|---|---|
-q, --quality |
Video quality (2160p, 1080p, 720p...) |
-a, --audio-only |
Download audio as MP3 |
-o, --output |
Output directory |
-p, --playlist |
Force playlist mode |
--server |
Start web interface |
--port |
Server port (default: 3000) |
License
MIT © Nikshey Yadav
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
clipr_yt-2.0.0.tar.gz
(8.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file clipr_yt-2.0.0.tar.gz.
File metadata
- Download URL: clipr_yt-2.0.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ff35673f820a5a6186465db1204720afc4afffa498f12b8f1746a34e87aefb6
|
|
| MD5 |
10ebee4ec874c03b25268b8628461303
|
|
| BLAKE2b-256 |
0a88198e098893b1c0aafeaee1e808986d280b0f2ba247696ccc788cd0c52f6a
|
File details
Details for the file clipr_yt-2.0.0-py3-none-any.whl.
File metadata
- Download URL: clipr_yt-2.0.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22b393c0cadcbd5b03354031004c6ce774956c3cded5aff1fc86760187e6afc1
|
|
| MD5 |
42720dacde7508a3eb3f37a4d70fac77
|
|
| BLAKE2b-256 |
43b0d1f49cf874af5e41db4afc724c08bd3147e3049764ba279b4243830f9d03
|