Built EXE file
This commit is contained in:
parent
853440d45b
commit
0bc2d9827d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
__pycache__
|
||||
/Downloads
|
||||
build*
|
||||
*.spec
|
||||
BIN
NGAudioDownloader.exe
Normal file
BIN
NGAudioDownloader.exe
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
# Newgrounds Audio Downloader 
|
||||
# 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?
|
||||
|
||||
@ -10,6 +10,8 @@ You just use **this**.
|
||||
- `requests` library
|
||||
- `bs4` library
|
||||
|
||||
Or you just use the [`NGAudioDownloader.exe`](NGAudioDownloader.exe) so all you need is .
|
||||
|
||||
## Usage
|
||||
|
||||
Just run the code and enter the Newgrounds ID of the song you wanna download. That's all.
|
||||
|
||||
Reference in New Issue
Block a user