-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
1 changed file
with
21 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Mp3 Downloader | ||
This app converts Youtube, Spotify and Soundcloud links to mp3 format and downloads them to the folder you specify. The conversion of links is done by certain websites through Selenium. | ||
|
||
# Supported Links | ||
- Youtube | ||
- Spotify (He's probably searching on youtube) | ||
- Soundcloud | ||
|
||
# Features | ||
- In the default settings the conversion is very fast. | ||
- It can download directly to the folder you specify with the name of the file to be converted. | ||
- You can remove the link you added by mistake. | ||
- Comes with a dark theme. | ||
- Can batch insert links from a text file. | ||
- You can save the links you add as a *.txt file. | ||
- Settings and downloaded links are automatically saved in the local database. | ||
|
||
# Pictures | ||
![Alt text](mp3-downloader-1.png?raw=true) | ||
![Alt text](mp3-downloader-3.png?raw=true) | ||
![Alt text](mp3-downloader-2.png?raw=true) |