diff --git a/test-without-vpn-hotstarlivestreamer.bat b/test-without-vpn-hotstarlivestreamer.bat deleted file mode 100644 index fd62516..0000000 --- a/test-without-vpn-hotstarlivestreamer.bat +++ /dev/null @@ -1,19 +0,0 @@ -@ echo off -call set /p link=paste the link: -call set last=%%link:~-1,1%% -call set folder="%~dp0\videos\\" -call set livestreamer="%~dp0\tools\livestreamer\\" -call "%~dp0\tools\php5.4\php.exe" test-without-vpn-hotstarlivestreamer.php "%%link%%" -IF %last% NEQ c GOTO:nocollection -call set /p id=enter the Id of the video (example write 1000021386): -call "%~dp0\tools\php5.4\php.exe" test-without-vpn-hotstarlivestreamer.php "%%link%%" "%%id%%" -call set /p quality=write quality (example write 720p): -call "%~dp0\tools\php5.4\php.exe" test-without-vpn-hotstarlivestreamer.php "%%link%%" "%%id%%" "%%quality%%" "%%folder%%" "%%livestreamer%%" -GOTO end1 -:nocollection -call set /p quality=write quality (example write 720p): -call set /p choice=play or download? (write p or d): -call "%~dp0\tools\php5.4\php.exe" test-without-vpn-hotstarlivestreamer.php "%%link%%" "%%quality%%" "%%folder%%" "%%livestreamer%%" "%%choice%%" -:end1 -pause -:end diff --git a/vootffmpeg.bat b/vootffmpeg.bat deleted file mode 100644 index a0af606..0000000 --- a/vootffmpeg.bat +++ /dev/null @@ -1,11 +0,0 @@ -@ echo off -call set /p link=paste the link: -call set folder="%~dp0\videos\\" -call set ffmpeg="%~dp0\tools\ffmpeg\\" -call "%~dp0\tools\php5.4\php.exe" vootffmpeg.php "%%link%%" "%%folder%%" "%%ffmpeg%%" -call set /p quality=write bitrate: -call "%~dp0\tools\php5.4\php.exe" vootffmpeg.php "%%link%%" "%%folder%%" "%%ffmpeg%%" "%%quality%%" -:end1 -pause -:end -