081b8e897d
So now you can download ANY song using this utility!
26 lines
906 B
Markdown
26 lines
906 B
Markdown
# Newgrounds Audio Downloader  
|
|
|
|
Well, usually 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
|
|
- `click` library
|
|
|
|
Or you just use the [`NGAudioDownloader.exe`](NGAudioDownloader.exe) so all you need is .
|
|
|
|
## Usage
|
|
|
|
```
|
|
$ NGAudioDownloader.py [OPTIONS] <Newgrounds song ID>
|
|
|
|
===== Newgrounds Audio Downloader by H1K0 =====
|
|
|
|
Options:
|
|
-d, --dist PATH Where to save the songs (default: ./Downloads)
|
|
--help Show this message and exit.
|
|
``` |