DOnload link
<?php
CURLOPT_URL => 'http://uzmovi.com/ajax/getdownload?urls=http://uzmovi.com/download/e4y5z5x543r244b4v213q254o20443s2s203y2q2l4v2s466v5w5u4h4v264m4i4c294w5x5h4e4t5a2s4f5w516f4c2p5m5v2h4k454,http://uzmovi.com/download/e4y5z5x543r244b4v213q254o20443s2s2x243q2l4v2s466v5w5u4h4v264m4i4c294w5x5h4e4t5a2s4f5w516f4c2u5x5b4c2c4h5m2r5o4w2',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'POST',
CURLOPT_POSTFIELDS
=> array('urls' => 'http://uzmovi.com/download/e4y5z5x543r244b4v213q264t204x2t203s233s2t2o4u21686u5n4u4i4p2a4k4h482v5i5m4e2y574o4w5u5z594c4q5q3e4h454w5d4f5m4c2d494u2f4l403,http://uzmovi.com/download/e4y5z5x543r244b4v213q264t204x2t203s203y2t2o4u21686u5n4u4i4p2a4k4h482v5i5m4e2y574o4w5u5z594c4q5q3e4h454w5d4f5m4c2i4k4a4b4h4d4f2o5m534l4o413'), CURLOPT_HTTPHEADER
=> array( 'Accept: */*',
'Accept-Encoding: gzip, deflate',
'Accept-Language: en-US,en;q=0.9,uz;q=0.8',
'Cache-Control: no-cache',
'Connection: keep-alive',
'Content-Length: 298',
'Content-Type: application/x-www-form-urlencoded; charset=UTF-8',
'Cookie: _ga=GA1.2.1872725581.1652562616; _ym_d=1652562616; _ym_uid=165256261613366604; _gid=GA1.2.804978892.1653906299; _ym_isad=1; ci_session=617g26o0t5ovi0fqp0h4e5rqboje89tp; _gat_gtag_UA_131360973_2=1',
'DNT: 1',
'Host: uzmovi.com',
'Origin: http://uzmovi.com',
'Pragma: no-cache',
'Referer: http://uzmovi.com/tarjima-kinolar/4359-intiho-vaqti-premyera.html',
'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36',
'X-Requested-With: XMLHttpRequest'
),
));
echo $response;
var form = new FormData();
form.append("urls", "http://uzmovi.com/download/e4y5z5x543r244b4v213q264t204x2t203s233s2t2o4u21686u5n4u4i4p2a4k4h482v5i5m4e2y574o4w5u5z594c4q5q3e4h454w5d4f5m4c2d494u2f4l403,http://uzmovi.com/download/e4y5z5x543r244b4v213q264t204x2t203s203y2t2o4u21686u5n4u4i4p2a4k4h482v5i5m4e2y574o4w5u5z594c4q5q3e4h454w5d4f5m4c2i4k4a4b4h4d4f2o5m534l4o413");
var settings = {
"url": "http://uzmovi.com/ajax/getdownload?urls=http://uzmovi.com/download/e4y5z5x543r244b4v213q254o20443s2s203y2q2l4v2s466v5w5u4h4v264m4i4c294w5x5h4e4t5a2s4f5w516f4c2p5m5v2h4k454,http://uzmovi.com/download/e4y5z5x543r244b4v213q254o20443s2s2x243q2l4v2s466v5w5u4h4v264m4i4c294w5x5h4e4t5a2s4f5w516f4c2u5x5b4c2c4h5m2r5o4w2",
"method": "POST",
"timeout": 0,
"headers": {
"Accept": " */*",
"Accept-Encoding": " gzip, deflate",
"Accept-Language": " en-US,en;q=0.9,uz;q=0.8",
"Cache-Control": " no-cache",
"Connection": " keep-alive",
"Content-Length": " 298",
"Content-Type": " application/x-www-form-urlencoded; charset=UTF-8",
"Cookie": " _ga=GA1.2.1872725581.1652562616; _ym_d=1652562616; _ym_uid=165256261613366604; _gid=GA1.2.804978892.1653906299; _ym_isad=1; ci_session=617g26o0t5ovi0fqp0h4e5rqboje89tp; _gat_gtag_UA_131360973_2=1",
"DNT": " 1",
"Host": " uzmovi.com",
"Origin": " http://uzmovi.com,
"Pragma": " no-cache",
"Referer": " http://uzmovi.com/tarjima-kinolar/4359-intiho-vaqti-premyera.html,
"User-Agent": " Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36",
"X-Requested-With": " XMLHttpRequest"
},
"processData": false,
"mimeType": "multipart/form-data",
"contentType": false,
"data": form
};
$.ajax(settings).done(function (response) {
console.log(response);
});