Skip to content

Script for download TwitCasting lives. support lives with password

Notifications You must be signed in to change notification settings

kohos/TCDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCDownloader

Script for download TwitCasting lives. support lives with password

Usage

Use this script in command line.

First clone this code.

git clone https://github.com/kohos/TCDownloader

Change directory.

cd TCDownloader

Start monitor and download. tcid is required, password is optional.

node app.js <tcid> [-p <password>]

Download filename is .ts

Can use ffmpeg to convert ts to mp4

ffmpeg -i <tsfile> -codec copy <mp4file>

Can use pm2 to support long time auto monior and download.

About

Script for download TwitCasting lives. support lives with password

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published