Initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# Newgrounds Audio Downloader 
|
||||
|
||||
Well, actually sometimes there's a download button on the audio page, but what to do if direct downloads are not allowed by the creator even though you love this song too much?
|
||||
|
||||
You just use **this**.
|
||||
|
||||
## Requirements
|
||||
|
||||
- 
|
||||
- `requests` library
|
||||
- `bs4` library
|
||||
|
||||
## Usage
|
||||
|
||||
Just run the code and enter the Newgrounds ID of the song you wanna download. That's all.
|
||||
|
||||
_Example:_
|
||||
|
||||
```
|
||||
$ python .\NGAudioDownloader.py
|
||||
|
||||
Enter song id: 807461
|
||||
Loading HTML...
|
||||
Creating download link...
|
||||
Downloading "Mysterious Planet"...
|
||||
Mysterious Planet successfully downloaded.
|
||||
```
|
||||
|
||||
Your downloads will appear in the `Downloads` folder.
|
||||
|
||||
## NOTE!
|
||||
|
||||
Please note that you can download the songs named with *latin symbols only*. I'll fix it later so just for now bear with what we have. :3
|
||||
Reference in New Issue
Block a user