kbinani / nicolive-dl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nicolive-dl

A command line tool to download nicolive TS(time-shift), written in Ruby.

How to build

OSX, Linux

git submodule update --init
make

Windows

git submodule update --init --recursive
nmake

How to use

$ bin/nicolive-dl --liveid=lv12345 --email=your_login_email@example.com --output=out.flv
Enter password for user: your_login_email@example.com
# Enter password, then hit return key.

About


Languages

Language:Ruby 83.3%Language:Makefile 15.0%Language:Shell 1.7%