PHP Get youtube video with 1440p quality

PHP Script To Make Youtube / Vimeo Video Downloader – Source Code

Tôi đã thử mã sau đây để tải youtube với tất cả các chất lượng và chỉ đạt đến 720p là chất lượng cao nhất ngay cả khi video hỗ trợ chất lượng cao hơn

function get_youtube($code)
{
    $data = file_get_contents('http://youtube.com/get_video_info?video_id=' . $code . '&el=vevo&fmt=18&asv=2&hd=1');
    parse_str($data , $details);
    foreach (explode(',' , $details['url_encoded_fmt_stream_map']) AS $quality) {
        parse_str($quality , $video);
        echo '<pre>';
        print_r($video);
        echo '</pre>';
    }


}

get_youtube('kgs1u-6ASqk');

Bạn có thể tải video YouTube với chất lượng 1080p trở lên

function get_youtube($code)
{
    $data = file_get_contents('http://youtube.com/get_video_info?video_id=' . $code . '&el=vevo&fmt=18&asv=2&hd=1');
    parse_str($data , $details);
    $my_formats_array = explode(',' , $details['adaptive_fmts']);
    $avail_formats[] = '';
    $i = 0;
    $ipbits = $ip = $itag = $sig = $quality_label = '';
    $expire = time();
    foreach ($my_formats_array as $format) {
         parse_str($format);
         $avail_formats[$i]['itag'] = $itag;
         $avail_formats[$i]['quality'] = $quality_label;
         $type = explode(';', $type);
         $avail_formats[$i]['type'] = $type[0];
         $avail_formats[$i]['url'] = urldecode($url) . '&signature=' . $sig;
         parse_str(urldecode($url));
         $avail_formats[$i]['expires'] = date("G:i:s T", $expire);
         $avail_formats[$i]['ipbits'] = $ipbits;
         $avail_formats[$i]['ip'] = $ip;
         $i++;
     }
     var_dump($avail_formats);
}
get_youtube('kgs1u-6ASqk');
Share on Google Plus

About NHOCLAK DJ

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.

0 nhận xét:

Đăng nhận xét