DEV Community

Adnan Hasan
Adnan Hasan

Posted on

[Software Release] Adnan Audio Grabber: A simple GUI-based YouTube to High-Quality MP3 converter for Linux (320kbps)

Hi everyone,

I’m a content manager and Linux enthusiast, and I’ve developed a lightweight tool for my daily workflow that I’d like to share with the community. It’s called Adnan Audio Grabber.

I often needed to extract high-quality audio or soundtracks for my projects, so I built this script to make the process faster and easier.

✨ What makes it useful?

🎧 True High Quality: It uses yt-dlp to extract audio at the best possible bitrate (320kbps MP3).

📂 Simple Interface: Uses Zenity for a clean graphical interface to input URLs and select destination folders.

🚀 Efficiency: No bloated software, just a clean bash script that gets the job done.

🛡️ Privacy Focused: Everything runs locally on your machine.

🛠️ How to install:
It’s very easy to get started:

Bash
git clone https://github.com/ache-memories/Adnan-Audio-Grabber.git
cd Adnan-Audio-Grabber
chmod +x audio-grabber.sh
./audio-grabber.sh
🔗 Check it out on GitHub:
https://github.com/ache-memories/Adnan-Audio-Grabber

💖 Support the project:
Since I’m based in a region with many banking restrictions, I rely on community support to keep my open-source projects alive. If this tool saves you time, you can find PayPal and Crypto (USDT) links in the README.

I’d love to hear your feedback or any features you'd like to see added!

Created by Adnan Hasan

Top comments (0)