Metadata-Version: 2.4
Name: RedExtractor
Version: 0.1.0
Summary: A flexible and fast media downloading system.
Author-email: Your Name <you@example.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# RedExtractor
RedExtractor 🚀
A flexible, extensible media downloader with multiple formats and downloading methods.

📌 Overview
RedExtractor is a media downloader designed to efficiently fetch and process videos and audio from YouTube. It supports multiple formats, concurrent downloads, and customizable downloading strategies.

🔧 Features
✅ Multi-Format Support – Download videos/audio in MP4, MP3, WEBM, and more.
✅ Downloading Strategies – Choose from simple, merging, or concurrent downloads.
✅ Pipelined Processing – Uses FFmpeg to merge audio & video on the fly.
✅ Lightweight & Modular – Designed with SOLID principles for maintainability.

🛠 Technologies Used
Python 3.12.1

ytd-lp (for YouTube downloads)

FFmpeg (for processing media files)

tqdm (for progress tracking)

unittest (for testing)
