An open API service indexing awesome lists of open source software.

https://github.com/speakerblack/raptor-backend

Search and download music from YouTube as MP3 files with all metadata tags
https://github.com/speakerblack/raptor-backend

backend cocomo downloader ffmpeg metadata mp3-downloader mp3-tags music music-downloader python search-music youtube-downloader

Last synced: about 2 months ago
JSON representation

Search and download music from YouTube as MP3 files with all metadata tags

Awesome Lists containing this project

README

        

# Raptor
Listen to music for free with Raptor, a simple and efficient way to stream and download music from the web. It also provides detailed information about tracks, albums, and artists.

With Raptor, when you download a track, it automatically sets the correct metadata for the song. This ensures that when you listen to music on Music Player, WMP, or other music players, they can organize your music library properly and display the album artwork

Requirements
-----------------------
- ffmpeg.exe

Server intall
-----------------------
- Python 27
- Run get-pip.py ( python service/get-pip.py )
- Install eyed3 ( python -m pip install eyeD3 )
- Install pytube ( python -m pip install pytube )
- Install mysqldb ( python -m pip install mysqlclient )