View Single Post
  #34  
Old 04-29-2017, 06:37 PM
ihryjfbd ihryjfbd is offline
Senior Member
 
Join Date: Oct 2015
Posts: 212
ihryjfbd is on a distinguished road
Default

Re: Bongacams record in Away mode or PRVT?


Code:
@echo off
SET hour=%time:~0,2%
IF "%hour:~0,1%" == " " SET hour=0%hour:~1,1%
SET min=%time:~3,2%
IF "%min:~0,1%" == " " SET min=0%min:~1,1%
SET secs=%time:~6,2%
IF "%secs:~0,1%" == " " SET secs=0%secs:~1,1%
SET year=%date:~-4%
SET month=%date:~3,2%
IF "%month:~0,1%" == " " SET month=0%month:~1,1%
SET day=%date:~0,2%
IF "%day:~0,1%" == " " SET day=0%day:~1,1%
SET _my_datetime=%day%-%month%-%year%_%hour%-%min%-%secs%
SET file=%_my_datetime%

set /p model=Model Username: 
set model=%model:https://bongacams.com/=%
set model=%model:/=%

setlocal enableDelayedExpansion
set OUT_DIR=bongacams\%model%
if not exist %OUT_DIR% (mkdir %OUT_DIR%)

streamlink https://bongacams.com/%model% best -o "%OUT_DIR%\%file%_%model%.flv"

Last edited by ihryjfbd : 04-29-2017 at 07:55 PM.
Reply With Quote