From c0898cf0a3b5da5d2516456a1cf1b9f25c371f78 Mon Sep 17 00:00:00 2001 From: Debdut Karmakar Date: Sat, 12 Aug 2017 19:52:55 -0400 Subject: [PATCH] Deleted Stuff --- test-without-vpn-hotstarlivestreamer.bat | 19 ------------------- vootffmpeg.bat | 11 ----------- 2 files changed, 30 deletions(-) delete mode 100644 test-without-vpn-hotstarlivestreamer.bat delete mode 100644 vootffmpeg.bat 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 -