Cubic Ripper is a simple and lightweight tool to download YouTube audio (MP3) using Python with a custom HTML GUI interface. Designed for ease of use and speed, it lets you rip your favorite tracks from YouTube with just a link.
- Download any YouTube video as MP3
- Simple HTML GUI for easy input
- Built with Python, powered by
pytube - very Lightweight, fast, and efficient
- Python (core logic) main language
- Pytube (YouTube video parsing)
- HTML/CSS/JavaScript (frontend interface)
- Flask or Tkinter WebView (depending on your setup)
-
Install Required Packages
pip install pytube flask
-
Clone the Repository
git clone https://github.com/cybruGhost/cubic-ripper.git cd cubic-ripper
- Start the App
python app.py
- Use the GUI
Open your browser and go to http://localhost:5000
Paste the YouTube link
Click Download MP3
Audio will be saved in the downloads/ folder
π Folder Structure
cubic-ripper/ β βββ templates/ β βββ index.html # Frontend UI βββ downloads/ # Downloaded MP3s βββ app.py # Main Python server βββ requirements.txt
π Legal Disclaimer
Cubic Ripper is intended for educational and personal use only. Downloading copyrighted material without permission may violate YouTubeβs Terms of Service. Use responsibly.