-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e192b9e
commit 7230da4
Showing
4 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# music2storage | ||
Downloads music from Youtube and stores them in Google Drive | ||
Downloads music from a music service and stores it in a cloud or local storage. | ||
|
||
Currently the only music service is Youtube and the only storage is Google Drive. Soundcloud and Dropbox are planned to be added soon. | ||
|
||
Example usage: | ||
``` | ||
from music2storage import Music2Storage | ||
m2s = Music2Storage() | ||
m2s.connect_drive() | ||
m2s.start_workers(1) | ||
m2s.add_to_queue('https://www.youtube.com/watch?v=DhHGDOgjie4') | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters