Downloads music from a music service and stores it in a cloud or local storage.
Currently the only music services are Youtube and Soundcloud, and the only storages are Google Drive and Local Storage. Dropbox is planned to be added soon.
$ pip install music2storage
from music2storage import Music2Storage
m2s = Music2Storage()
m2s.use_music_service('youtube')
m2s.use_storage_service('google drive')
m2s.start_workers()
m2s.add_to_queue('https://www.youtube.com/watch?v=DhHGDOgjie4')