Project

lizhi-fm

0.0
No commit activity in last 3 years
No release in over 3 years
Comamnd line tool to download your favourite mp3 from lizhi.fm.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.19
 Project Readme

lizhi-fm

Gem Version Build Status

This Ruby gem allows you to download music files from lizhi.fm from command line.

How to install it

  gem install lizhi-fm

How to download music files

  lizhi download <yaml>

Your yaml file defines the list of music you wanna download and has to follow certain formats. Below is an example of it:

headers:
  Referer: http://www.lizhi.fm/box
resources:
  - name: 01-01.mp3
    url: http://cdn5.lizhi.fm/audio/2016/10/25/2564306333261015558_hd.mp3
  - name: 01-02.mp3
    url: http://cdn5.lizhi.fm/audio/2015/11/11/2499655571385248262_hd.mp3

After running this command, all the files list by url will be downloaded to your current diretory.

License

This code is free to use under the terms of the MIT license.