Skip to content

A posix-compliant shell script that downloads audios from soundgasm.net.

License

Notifications You must be signed in to change notification settings

jfarris2099/soundgasmget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

SOUNDGASMGET

This script downloads the audio file embeded in the soundgasm.net url provided. It uses curl to download the html of the page, and wget to download the audio.

Requirements

  • curl - To download the html of the page
  • wget - To download the file found by the script

Installation

Simply curl soundgasmget to your $PATH and grant it execute permissions.

$ curl https://raw.githubusercontent.com/BellsAndWhistles/soundgasmget/main/soundgasmget -o $HOME/.local/bin/soundgasmget
$ chmod +x $HOME.local/bin/soundgasmget
  • To update the script, simply download it again using the above command.
  • To uninstall the script, simply remove the file.

Usage

soundgasmget [OPTIONS]... [URL]...

The default behavior is to download the audio scraped from the given url and output it into a file based on the title.

  • -s

Streams the audio from the given url to mpv.

  • -o

Outputs the title and url of the audio.

  • -d

Downloads the audio to the given file and streams the audio as it is downloading.

License

This project is licensed under GPL-3.0.

About

A posix-compliant shell script that downloads audios from soundgasm.net.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%