https://github.com/espenhalsen/yt-to-mp3
Youtube to MP3 converter - Python and BREW - By Halsen
https://github.com/espenhalsen/yt-to-mp3
Last synced: 2 months ago
JSON representation
Youtube to MP3 converter - Python and BREW - By Halsen
- Host: GitHub
- URL: https://github.com/espenhalsen/yt-to-mp3
- Owner: espenhalsen
- Created: 2022-11-27T02:44:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T13:58:25.000Z (over 2 years ago)
- Last Synced: 2025-01-22T20:16:34.176Z (4 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Halsen - YouTube to MP3/MP4 converter
Halsen YT2mp3 converter is a python based converter for YouTube to MP3/MP4. The converter uses
[yt-dlp](https://github.com/yt-dlp/yt-dlp) and [ffmpeg](https://ffmpeg.org/) to do the magic. Halsen-converter IS ONLY SUPPORTED ON UNIX, AND NEEDS BREW TO WORK.#### Halsen-converter IS ONLY SUPPORTED ON UNIX, AND NEEDS BREW and Python-3 TO WORK.
## Download instructions
```bash
git clone https://github.com/espenhalsen/yt-to-mp3.git
```
```bash
cd yt-to-mp3
```
```bash
python3 yt2mp3.py
```
## Authors- [@Halsen](https://www.github.com/espenhalsen)