This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
2020-08-23 14:17:19 +03:00
2020-08-23 14:14:21 +03:00
2020-08-23 14:14:21 +03:00
2020-08-23 14:14:21 +03:00
2020-08-23 14:17:19 +03:00

Newgrounds Audio Downloader (Python 3+)

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

  • (Python 3+)
  • 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

Description
Download any audio from Newgrounds!
Readme 80 MiB
Languages
Python 100%