Metadata-Version: 2.4
Name: crec
Version: 0.1.2
Summary: The Ultimate Media Downloader - Download videos, audio, and images from various platforms
Home-page: https://github.com/knkr1/crec
Author: knkr1
Author-email: knkr1 <kaan@karesi.dev>
License: MIT
Project-URL: Homepage, https://github.com/knkr1/crec
Project-URL: Repository, https://github.com/knkr1/crec.git
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: yt-dlp>=2023.12.30
Requires-Dist: ffmpeg-python>=0.2.0
Requires-Dist: tqdm>=4.65.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# 🎥 crec - The Ultimate Media Downloader

> One command to download any media. Downloads and copies the file to clipboard automatically! 🚀

## ✨ Features

- **One Command Magic**: Just paste the URL and get the file in your clipboard! ✨
- **Smart Organization**: Files automatically sorted into videos, audio, photos folders 📁
- **Cross-Platform**: Works on Windows, macOS, and Linux 💫
- **Quality Control**: Choose your preferred quality or get the best available 🎯

## 🚀 Quick Start

```bash
# Install
pip install crec

# Download best quality
crec "https://youtube.com/..."

# Download audio only
crec -a "https://youtube.com/..."

# Download in 720p
crec -q 720 "https://youtube.com/..."
```

## 🛠️ Usage

```bash
# List available qualities
crec -ql "https://youtube.com/..."

# Download playlist
crec -p "https://youtube.com/playlist?list=..."

# Download with thumbnail
crec -t "https://youtube.com/..."

# Custom filename
crec -n "{title}_{quality}" "https://youtube.com/..."

# Custom output directory
crec -o "C:/Videos" "https://youtube.com/..."

# Open downloads folder
crec -op
```

## 🎯 Supported Platforms

- YouTube 🎥
- Twitter 🐦
- TikTok 📱
- Instagram 📸

## 📝 About

Built on top of [yt-dlp](https://github.com/yt-dlp/yt-dlp) for reliable downloads and enhanced with automatic file copying and organization features.

---

Made with ❤️ for the internet community
