Skip to content

Commit

Permalink
Update rapid.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedroxam authored Mar 28, 2020
1 parent 3ee6b63 commit 9a2bf3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rapid.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
if (!filter_var($url, FILTER_VALIDATE_URL))
exit('Please Enter Valid URL');

echo 'Please Refresh Page ====> ';
echo 'Please Refresh Page and Click on "Force Concat" ====> ';

for ($i=intval($_POST['start']);$i<=intval($_POST['end']);$i++){

Expand All @@ -35,7 +35,7 @@
$put = file_put_contents($output, useCurl($video));

if($put)
echo "Chunk number $i was downloaded. \n";
echo "\n Chunk number $i was downloaded. \n";
}

function useCurl($url){
Expand Down

0 comments on commit 9a2bf3b

Please sign in to comment.