┌─┐┬ ┬┌─┐┌┬┐┬ ┬┬─┐┌┐ ┌─┐┌┬┐┌─┐ ┌─┐┬─┐┌─┐┌┐ ┌┐ ┌─┐┬─┐
│ ├─┤├─┤ │ │ │├┬┘├┴┐├─┤ │ ├┤───│ ┬├┬┘├─┤├┴┐├┴┐├┤ ├┬┘
└─┘┴ ┴┴ ┴ ┴ └─┘┴└─└─┘┴ ┴ ┴ └─┘ └─┘┴└─┴ ┴└─┘└─┘└─┘┴└─
8===================================================D
A shell script to cpture live stream from chaturbate.
By first, make sure your linux shell is bash, at the same time, you need git, ffmpeg, curl and screen. Follow the command below to install them:
# apt:
apt-get install -y git ffmpeg curl screen
# yum:
yum -y install git ffmpeg curl screenThen use git to get the script library, which is convenient for subsequent updates:
git clone https://github.com/KFERMercer/chaturbate-grabber.git ~/chaturbate-grabberIf necessary, you can modify line 16, line 19, line 22 and line 25 in the ./ctbcap file to modify the default log file path, the path saved after capture, the default model, and the default server node code.
After that, you can use the following command to run:
~/chaturbate-grabber/ctbcap <your-favorite-model-name>If you just want to get the link of stream:
~/chaturbate-grabber/ctbcap <your-favorite-model-name> -sYou can add this script to system path:
ln -s ~/chaturbate-grabber/ctbcap /sbin/ctbcapThen you can simply run ctbcap to execute the script.
bash <(curl -s -L https://raw.githubusercontent.com/KFERMercer/chaturbate-grabber/master/ctbcap)The above command has a space at the beginning.