Sha256: 9d5185fa55a37c92295d09eafc52a4e0244fa51cbc61a75b65a297d88b6b9823
Contents?: true
Size: 1.41 KB
Versions: 3
Compression:
Stored size: 1.41 KB
Contents
# rget Downloading newest radio programs on the web. Supported radio stations are: * hibiki * onsen * niconico * freshlive.tv * himalaya.fm * Asobi Store If you want to save files as MP3, needs `ffmpeg` command. To download niconico video, also needs latest `youtube-dl` command (you can get it from `https://yt-dl.org/`), then specify niconico user ID and password to `~/.netrc` as: ``` machine niconico login [your login] password [your password] ``` For customize radio programs, copy `rget.yaml` to `~/.rget` or current work directory and edit it. config file search paths are: * `RGET_CONFIG` environment variable * `./rget.yaml` * `~/.rget` * `<command path>/../rget.yaml` (for gem) ## Installation and Setup ``` $ gem install rget $ rget init > ~/.rget # or your local rget.yaml ``` ## Usage ### rget command download a recent radio program to .MP3/.MP4 file. ``` # save a template of the radio program configration rget yaml http://example.com/radio >> ~/.rget # download and convert to mp3 THE iDOLM@STER Cinderella Girls Radio rget imas_cg # download suzakinishi only (saving movie file as .MP4) rget suzakinishi --no-mp3 # srore mp3 file to specified directory rget matsui --path=/home/hoge/radio # store mp3 file to radio folder of Dropbox rget shiny_radio --path=dropbpx://radio ``` ### add\_mp3info command set cover photo into mp3 file and set file name as the title ``` add_mp3info sample.mp3 cover.jpg ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rget-4.9.3 | README.md |
rget-4.9.2 | README.md |
rget-4.9.1 | README.md |