Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petrvacha/audiogetter
Script prints out all mp3 links on current page
https://github.com/petrvacha/audiogetter
audio-lists mp3 parser
Last synced: 17 days ago
JSON representation
Script prints out all mp3 links on current page
- Host: GitHub
- URL: https://github.com/petrvacha/audiogetter
- Owner: petrvacha
- License: mit
- Created: 2019-05-07T13:05:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T14:10:50.000Z (about 4 years ago)
- Last Synced: 2024-12-23T01:03:57.158Z (19 days ago)
- Topics: audio-lists, mp3, parser
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Audiogetter
The script lists all mp3 links on the opened page.### Application
```
1. Open website with audio links.
2. Open the Console (FF: Ctrl+Shift+K, Chrome: Ctrl+Shift+i -> Console).
3. Paste the content of script.js file.
4. Download listed links.
```