View Single Post
  #103  
Old 04-05-2016, 08:03 AM
prabhatec prabhatec is offline
Member
 
Join Date: Mar 2015
Posts: 86
prabhatec is on a distinguished road
Default

Re: Downloading from voot.com


Quote:
Originally Posted by biezom View Post
i make this choice because not always 1080p an 720p exit

if you want for you

change

in bat

Code:
call set /p quality=write quality (write 360p 720p or 1080p):
in php

Code:
if ($argv[4]=='360p'){
	$flavorId=$lflavorId[1];
	} 
	else{
	if ($argv[4]=='720p'){	
	    $flavorId=$mflavorId[1];
	    }
		else{
		$flavorId=$hflavorId[1];
            }		
	}


i wish if hotstar works same without hotspot shield or any vpn
Reply With Quote