Closed promotion closed 4 years ago
Hello,
This library is only a wrapper for youtube-dl
binary, so it should work.
Could you give some url's to test or how you have configured this lib instance?
Biggest difference I think that this library doesn't support downloading playlists.
Implemented as in your example .
Videos i tried (one by one): $video = $dl->download('https://vk.com/video235112917_456244557'); $video = $dl->download('https://vk.com/videos235112917?z=video235112917_456243909'); $video = $dl->download('https://ok.ru/video/1787714669294');
Those are downloading from the shell , but not from the wrapper.
Which example? :) Sorry, but for me it's working properly. I've tested with this code:
<?php
declare(strict_types=1);
require_once __DIR__.'/vendor/autoload.php';
use YoutubeDl\YoutubeDl;
$dl = new YoutubeDL();
$dl->setDownloadPath(__DIR__.'/download');
$dl->debug(function ($type, $buffer) {
if (\Symfony\Component\Process\Process::ERR === $type) {
echo 'ERR > ' . $buffer;
} else {
echo 'OUT > ' . $buffer;
}
});
$video = $dl->download('https://vk.com/video235112917_456244557');
var_dump($video);
And the output is:
OUT > [vk] 235112917_456244557: Downloading JSON metadata
OUT > [vk] 235112917_456244557: Downloading m3u8 information
OUT > [info] Writing video description metadata as JSON to: Naruto Shippuuden Geta Наруто Санин Мод Против Пейна Все Виды Расенганов И Расенсюрикенов Уничтожение-235112917_456244557.info.json
OUT > [hlsnative] Downloading m3u8 manifest
OUT > [hlsnative] Total fragments: 227
[download] Destination: Naruto Shippuuden Geta Наруто Санин Мод Против Пейна Все Виды Расенганов И Расенсюрикенов Уничтожение-235112917_456244557.mp4
[download] 100% of 537.84MiB in 01:06.16MiB/s ETA 00:00OUT > >
OUT > [ffmpeg] Fixing malformed AAC bitstream in "Naruto Shippuuden Geta Наруто Санин Мод Против Пейна Все Виды Расенганов И Расенсюрикенов Уничтожение-235112917_456244557.mp4"
object(YoutubeDl\Entity\Video)#7 (1) {
["elements":protected]=>
array(36) {
["extractor"]=>
string(2) "vk"
["protocol"]=>
string(11) "m3u8_native"
["upload_date"]=>
object(DateTime)#20 (3) {
["date"]=>
string(26) "2020-06-23 09:53:45.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(3) "UTC"
}
["height"]=>
int(1074)
["like_count"]=>
int(0)
["duration"]=>
int(902)
["manifest_url"]=>
string(930) "https://vk.com/video_hls.php?dirs%5B480%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc512336%2F39%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B240%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc526536%2F10%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B360%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc513636%2F17%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B720%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc527236%2F9%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B1080%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc526536%2F4%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&path=4%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&extra=8z9MnHfinyx36Hj3P1pMp-_srvKlw_LTqWf5io8aByvehFhgcGM6Cp5UuMeePR9FJkuVwMvHhs2ULYorhQSpXJZyuMseRPTgwy-YK6qzAnqIJqMJ-aAH1fdlrJ66BHZLmdT012fja6T9Q-M&c_extra=gejm-jQ507LhyLzYaGejSF9exwhJ2gS9TbvyJTEr2jvDDBs8LiNltOz8oOADiU-jQ3q8tbk3C1qwjPlrGdLt7HMzvL-NEYAMcw3WG5qhfecIkO709R4t9KPZ24HNm_DGOc5vKoTnE8z8bhU&video=235112917_456244557&tag=720dbe256e&c_tag=7cb5e8e7180a&hash=9b5782f15e023234a2&lang_id=3"
["fulltitle"]=>
string(169) "Naruto Shippuuden Geta Наруто Санин Мод Против Пейна Все Виды Расенганов И Расенсюрикенов Уничтожение"
["id"]=>
string(19) "235112917_456244557"
["view_count"]=>
NULL
["playlist"]=>
NULL
["title"]=>
string(169) "Naruto Shippuuden Geta Наруто Санин Мод Против Пейна Все Виды Расенганов И Расенсюрикенов Уничтожение"
["_filename"]=>
string(193) "Naruto Shippuuden Geta Наруто Санин Мод Против Пейна Все Виды Расенганов И Расенсюрикенов Уничтожение-235112917_456244557.mp4"
["is_live"]=>
bool(false)
["playlist_index"]=>
NULL
["width"]=>
int(1920)
["comment_count"]=>
int(0)
["fps"]=>
NULL
["thumbnail"]=>
string(82) "https://sun6-13.userapi.com/ywtqUqdyMfNW-6m9AYNjjRKYWzrJhj38hfTtzQ/FvZlpladAnY.jpg"
["webpage_url_basename"]=>
string(24) "video235112917_456244557"
["display_id"]=>
string(19) "235112917_456244557"
["format"]=>
string(20) "hls-7062 - 1920x1074"
["timestamp"]=>
int(1592901440)
["tbr"]=>
float(7062.528)
["preference"]=>
NULL
["uploader"]=>
string(15) "Kirill Litvinov"
["format_id"]=>
string(8) "hls-7062"
["uploader_id"]=>
string(9) "235112917"
["thumbnails"]=>
array(1) {
[0]=>
object(YoutubeDl\Entity\Thumbnail)#9 (1) {
["elements":protected]=>
array(2) {
["url"]=>
string(82) "https://sun6-13.userapi.com/ywtqUqdyMfNW-6m9AYNjjRKYWzrJhj38hfTtzQ/FvZlpladAnY.jpg"
["id"]=>
string(1) "0"
}
}
}
["url"]=>
string(252) "https://pvv4.vkuservideo.net/c526536/video/hls/4/ef5Ojs5PzA3OjQ9/videos/720dbe256e/index-f5-v1-a1.m3u8?extra=8z9MnHfinyx36Hj3P1pMp-_srvKlw_LTqWf5io8aByvehFhgcGM6Cp5UuMeePR9FJkuVwMvHhs2ULYorhQSpXJZyuMseRPTgwy-YK6qzAnqIJqMJ-aAH1fdlrJ66BHZLmdT012fja6T9Q-M"
["extractor_key"]=>
string(2) "VK"
["http_headers"]=>
array(5) {
["Accept-Charset"]=>
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
["Accept-Language"]=>
string(14) "en-us,en;q=0.5"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Accept"]=>
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
["User-Agent"]=>
string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.46 Safari/537.36"
}
["ext"]=>
string(3) "mp4"
["webpage_url"]=>
string(39) "https://vk.com/video235112917_456244557"
["formats"]=>
array(10) {
[0]=>
object(YoutubeDl\Entity\Format)#10 (1) {
["elements":protected]=>
array(7) {
["protocol"]=>
string(5) "https"
["format"]=>
string(13) "url240 - 240p"
["url"]=>
string(286) "https://pvv4.vkuservideo.net/c526536/10/ef5Ojs5PzA3OjQ9/videos/720dbe256e.240.mp4?extra=8z9MnHfinyx36Hj3P1pMp-nspPS-wPPXvmT-iN0VBivMhFhieWQyCppRvsKFbBBPIkmRyNSfl4CcM5R0jhioWYlyuMADBuWz0mqJfqCyA3uMJaUI-KcDy6Bqopy2B3cezoal0mjmYqzyEeI&c_uniq_tag=Uk5GahsNb3YDw_5Mpp0zXFRRnGr-1_zqEdbJJ7w0Zwg"
["http_headers"]=>
array(5) {
["Accept-Charset"]=>
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
["Accept-Language"]=>
string(14) "en-us,en;q=0.5"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Accept"]=>
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
["User-Agent"]=>
string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.46 Safari/537.36"
}
["height"]=>
int(240)
["ext"]=>
string(3) "mp4"
["format_id"]=>
string(6) "url240"
}
}
[1]=>
object(YoutubeDl\Entity\Format)#11 (1) {
["elements":protected]=>
array(7) {
["protocol"]=>
string(5) "https"
["format"]=>
string(13) "url360 - 360p"
["url"]=>
string(286) "https://pvv4.vkuservideo.net/c513636/17/ef5Ojs5PzA3OjQ9/videos/720dbe256e.360.mp4?extra=8z9MnHfinyx36Hj3P1pMp-nspPS-wPPXvmT-iN0VBivMhFhieWQyCppRvsKFbBBPIkmRyNSfl4CcM5R0jhioWYlyuMADBuWz0mqJfqCyA3uMJaUI-KcDy6Bqopy2B3cezoal0mjmYqzyEeI&c_uniq_tag=mo8-JwA8rDPpackL7Mx-LMYYran24spJ7tsilrQXzVM"
["http_headers"]=>
array(5) {
["Accept-Charset"]=>
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
["Accept-Language"]=>
string(14) "en-us,en;q=0.5"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Accept"]=>
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
["User-Agent"]=>
string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.46 Safari/537.36"
}
["height"]=>
int(360)
["ext"]=>
string(3) "mp4"
["format_id"]=>
string(6) "url360"
}
}
[2]=>
object(YoutubeDl\Entity\Format)#12 (1) {
["elements":protected]=>
array(7) {
["protocol"]=>
string(5) "https"
["format"]=>
string(13) "url480 - 480p"
["url"]=>
string(286) "https://pvv4.vkuservideo.net/c512336/39/ef5Ojs5PzA3OjQ9/videos/720dbe256e.480.mp4?extra=8z9MnHfinyx36Hj3P1pMp-nspPS-wPPXvmT-iN0VBivMhFhieWQyCppRvsKFbBBPIkmRyNSfl4CcM5R0jhioWYlyuMADBuWz0mqJfqCyA3uMJaUI-KcDy6Bqopy2B3cezoal0mjmYqzyEeI&c_uniq_tag=tfUDoXTQ-HOXSgKgE7XYUJih2Trr7iGrwUdzCdiMKxs"
["http_headers"]=>
array(5) {
["Accept-Charset"]=>
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
["Accept-Language"]=>
string(14) "en-us,en;q=0.5"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Accept"]=>
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
["User-Agent"]=>
string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.46 Safari/537.36"
}
["height"]=>
int(480)
["ext"]=>
string(3) "mp4"
["format_id"]=>
string(6) "url480"
}
}
[3]=>
object(YoutubeDl\Entity\Format)#13 (1) {
["elements":protected]=>
array(7) {
["protocol"]=>
string(5) "https"
["format"]=>
string(13) "url720 - 720p"
["url"]=>
string(285) "https://pvv4.vkuservideo.net/c527236/9/ef5Ojs5PzA3OjQ9/videos/720dbe256e.720.mp4?extra=8z9MnHfinyx36Hj3P1pMp-nspPS-wPPXvmT-iN0VBivMhFhieWQyCppRvsKFbBBPIkmRyNSfl4CcM5R0jhioWYlyuMADBuWz0mqJfqCyA3uMJaUI-KcDy6Bqopy2B3cezoal0mjmYqzyEeI&c_uniq_tag=moWF9Ofl4FupaBkwJwpS1i3fzpbk1253e8gd3c_sfrw"
["http_headers"]=>
array(5) {
["Accept-Charset"]=>
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
["Accept-Language"]=>
string(14) "en-us,en;q=0.5"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Accept"]=>
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
["User-Agent"]=>
string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.46 Safari/537.36"
}
["height"]=>
int(720)
["ext"]=>
string(3) "mp4"
["format_id"]=>
string(6) "url720"
}
}
[4]=>
object(YoutubeDl\Entity\Format)#14 (1) {
["elements":protected]=>
array(7) {
["protocol"]=>
string(5) "https"
["format"]=>
string(15) "url1080 - 1080p"
["url"]=>
string(286) "https://pvv4.vkuservideo.net/c526536/4/ef5Ojs5PzA3OjQ9/videos/720dbe256e.1080.mp4?extra=8z9MnHfinyx36Hj3P1pMp-nspPS-wPPXvmT-iN0VBivMhFhieWQyCppRvsKFbBBPIkmRyNSfl4CcM5R0jhioWYlyuMADBuWz0mqJfqCyA3uMJaUI-KcDy6Bqopy2B3cezoal0mjmYqzyEeI&c_uniq_tag=OOKZ17mzzu-yyLZDiI5ot9GEN8w_Ll8_jk-hpXEMUO8"
["http_headers"]=>
array(5) {
["Accept-Charset"]=>
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
["Accept-Language"]=>
string(14) "en-us,en;q=0.5"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Accept"]=>
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
["User-Agent"]=>
string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.46 Safari/537.36"
}
["height"]=>
int(1080)
["ext"]=>
string(3) "mp4"
["format_id"]=>
string(7) "url1080"
}
}
[5]=>
object(YoutubeDl\Entity\Format)#15 (1) {
["elements":protected]=>
array(12) {
["protocol"]=>
string(11) "m3u8_native"
["format"]=>
string(17) "hls-312 - 320x178"
["tbr"]=>
float(312.32)
["height"]=>
int(178)
["preference"]=>
NULL
["manifest_url"]=>
string(930) "https://vk.com/video_hls.php?dirs%5B480%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc512336%2F39%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B240%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc526536%2F10%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B360%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc513636%2F17%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B720%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc527236%2F9%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B1080%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc526536%2F4%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&path=4%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&extra=8z9MnHfinyx36Hj3P1pMp-_srvKlw_LTqWf5io8aByvehFhgcGM6Cp5UuMeePR9FJkuVwMvHhs2ULYorhQSpXJZyuMseRPTgwy-YK6qzAnqIJqMJ-aAH1fdlrJ66BHZLmdT012fja6T9Q-M&c_extra=gejm-jQ507LhyLzYaGejSF9exwhJ2gS9TbvyJTEr2jvDDBs8LiNltOz8oOADiU-jQ3q8tbk3C1qwjPlrGdLt7HMzvL-NEYAMcw3WG5qhfecIkO709R4t9KPZ24HNm_DGOc5vKoTnE8z8bhU&video=235112917_456244557&tag=720dbe256e&c_tag=7cb5e8e7180a&hash=9b5782f15e023234a2&lang_id=3"
["format_id"]=>
string(7) "hls-312"
["http_headers"]=>
array(5) {
["Accept-Charset"]=>
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
["Accept-Language"]=>
string(14) "en-us,en;q=0.5"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Accept"]=>
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
["User-Agent"]=>
string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.46 Safari/537.36"
}
["url"]=>
string(253) "https://pvv4.vkuservideo.net/c526536/video/hls/10/ef5Ojs5PzA3OjQ9/videos/720dbe256e/index-f1-v1-a1.m3u8?extra=8z9MnHfinyx36Hj3P1pMp-_srvKlw_LTqWf5io8aByvehFhgcGM6Cp5UuMeePR9FJkuVwMvHhs2ULYorhQSpXJZyuMseRPTgwy-YK6qzAnqIJqMJ-aAH1fdlrJ66BHZLmdT012fja6T9Q-M"
["width"]=>
int(320)
["ext"]=>
string(3) "mp4"
["fps"]=>
NULL
}
}
[6]=>
object(YoutubeDl\Entity\Format)#16 (1) {
["elements":protected]=>
array(12) {
["protocol"]=>
string(11) "m3u8_native"
["format"]=>
string(17) "hls-637 - 640x358"
["tbr"]=>
float(637.952)
["height"]=>
int(358)
["preference"]=>
NULL
["manifest_url"]=>
string(930) "https://vk.com/video_hls.php?dirs%5B480%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc512336%2F39%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B240%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc526536%2F10%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B360%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc513636%2F17%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B720%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc527236%2F9%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B1080%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc526536%2F4%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&path=4%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&extra=8z9MnHfinyx36Hj3P1pMp-_srvKlw_LTqWf5io8aByvehFhgcGM6Cp5UuMeePR9FJkuVwMvHhs2ULYorhQSpXJZyuMseRPTgwy-YK6qzAnqIJqMJ-aAH1fdlrJ66BHZLmdT012fja6T9Q-M&c_extra=gejm-jQ507LhyLzYaGejSF9exwhJ2gS9TbvyJTEr2jvDDBs8LiNltOz8oOADiU-jQ3q8tbk3C1qwjPlrGdLt7HMzvL-NEYAMcw3WG5qhfecIkO709R4t9KPZ24HNm_DGOc5vKoTnE8z8bhU&video=235112917_456244557&tag=720dbe256e&c_tag=7cb5e8e7180a&hash=9b5782f15e023234a2&lang_id=3"
["format_id"]=>
string(7) "hls-637"
["http_headers"]=>
array(5) {
["Accept-Charset"]=>
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
["Accept-Language"]=>
string(14) "en-us,en;q=0.5"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Accept"]=>
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
["User-Agent"]=>
string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.46 Safari/537.36"
}
["url"]=>
string(253) "https://pvv4.vkuservideo.net/c513636/video/hls/17/ef5Ojs5PzA3OjQ9/videos/720dbe256e/index-f2-v1-a1.m3u8?extra=8z9MnHfinyx36Hj3P1pMp-_srvKlw_LTqWf5io8aByvehFhgcGM6Cp5UuMeePR9FJkuVwMvHhs2ULYorhQSpXJZyuMseRPTgwy-YK6qzAnqIJqMJ-aAH1fdlrJ66BHZLmdT012fja6T9Q-M"
["width"]=>
int(640)
["ext"]=>
string(3) "mp4"
["fps"]=>
NULL
}
}
[7]=>
object(YoutubeDl\Entity\Format)#17 (1) {
["elements":protected]=>
array(12) {
["protocol"]=>
string(11) "m3u8_native"
["format"]=>
string(18) "hls-1064 - 854x478"
["tbr"]=>
float(1064.96)
["height"]=>
int(478)
["preference"]=>
NULL
["manifest_url"]=>
string(930) "https://vk.com/video_hls.php?dirs%5B480%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc512336%2F39%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B240%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc526536%2F10%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B360%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc513636%2F17%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B720%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc527236%2F9%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B1080%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc526536%2F4%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&path=4%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&extra=8z9MnHfinyx36Hj3P1pMp-_srvKlw_LTqWf5io8aByvehFhgcGM6Cp5UuMeePR9FJkuVwMvHhs2ULYorhQSpXJZyuMseRPTgwy-YK6qzAnqIJqMJ-aAH1fdlrJ66BHZLmdT012fja6T9Q-M&c_extra=gejm-jQ507LhyLzYaGejSF9exwhJ2gS9TbvyJTEr2jvDDBs8LiNltOz8oOADiU-jQ3q8tbk3C1qwjPlrGdLt7HMzvL-NEYAMcw3WG5qhfecIkO709R4t9KPZ24HNm_DGOc5vKoTnE8z8bhU&video=235112917_456244557&tag=720dbe256e&c_tag=7cb5e8e7180a&hash=9b5782f15e023234a2&lang_id=3"
["format_id"]=>
string(8) "hls-1064"
["http_headers"]=>
array(5) {
["Accept-Charset"]=>
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
["Accept-Language"]=>
string(14) "en-us,en;q=0.5"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Accept"]=>
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
["User-Agent"]=>
string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.46 Safari/537.36"
}
["url"]=>
string(253) "https://pvv4.vkuservideo.net/c512336/video/hls/39/ef5Ojs5PzA3OjQ9/videos/720dbe256e/index-f3-v1-a1.m3u8?extra=8z9MnHfinyx36Hj3P1pMp-_srvKlw_LTqWf5io8aByvehFhgcGM6Cp5UuMeePR9FJkuVwMvHhs2ULYorhQSpXJZyuMseRPTgwy-YK6qzAnqIJqMJ-aAH1fdlrJ66BHZLmdT012fja6T9Q-M"
["width"]=>
int(854)
["ext"]=>
string(3) "mp4"
["fps"]=>
NULL
}
}
[8]=>
object(YoutubeDl\Entity\Format)#18 (1) {
["elements":protected]=>
array(12) {
["protocol"]=>
string(11) "m3u8_native"
["format"]=>
string(19) "hls-2212 - 1280x716"
["tbr"]=>
float(2212.864)
["height"]=>
int(716)
["preference"]=>
NULL
["manifest_url"]=>
string(930) "https://vk.com/video_hls.php?dirs%5B480%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc512336%2F39%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B240%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc526536%2F10%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B360%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc513636%2F17%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B720%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc527236%2F9%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B1080%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc526536%2F4%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&path=4%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&extra=8z9MnHfinyx36Hj3P1pMp-_srvKlw_LTqWf5io8aByvehFhgcGM6Cp5UuMeePR9FJkuVwMvHhs2ULYorhQSpXJZyuMseRPTgwy-YK6qzAnqIJqMJ-aAH1fdlrJ66BHZLmdT012fja6T9Q-M&c_extra=gejm-jQ507LhyLzYaGejSF9exwhJ2gS9TbvyJTEr2jvDDBs8LiNltOz8oOADiU-jQ3q8tbk3C1qwjPlrGdLt7HMzvL-NEYAMcw3WG5qhfecIkO709R4t9KPZ24HNm_DGOc5vKoTnE8z8bhU&video=235112917_456244557&tag=720dbe256e&c_tag=7cb5e8e7180a&hash=9b5782f15e023234a2&lang_id=3"
["format_id"]=>
string(8) "hls-2212"
["http_headers"]=>
array(5) {
["Accept-Charset"]=>
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
["Accept-Language"]=>
string(14) "en-us,en;q=0.5"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Accept"]=>
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
["User-Agent"]=>
string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.46 Safari/537.36"
}
["url"]=>
string(252) "https://pvv4.vkuservideo.net/c527236/video/hls/9/ef5Ojs5PzA3OjQ9/videos/720dbe256e/index-f4-v1-a1.m3u8?extra=8z9MnHfinyx36Hj3P1pMp-_srvKlw_LTqWf5io8aByvehFhgcGM6Cp5UuMeePR9FJkuVwMvHhs2ULYorhQSpXJZyuMseRPTgwy-YK6qzAnqIJqMJ-aAH1fdlrJ66BHZLmdT012fja6T9Q-M"
["width"]=>
int(1280)
["ext"]=>
string(3) "mp4"
["fps"]=>
NULL
}
}
[9]=>
object(YoutubeDl\Entity\Format)#19 (1) {
["elements":protected]=>
array(12) {
["protocol"]=>
string(11) "m3u8_native"
["format"]=>
string(20) "hls-7062 - 1920x1074"
["tbr"]=>
float(7062.528)
["height"]=>
int(1074)
["preference"]=>
NULL
["manifest_url"]=>
string(930) "https://vk.com/video_hls.php?dirs%5B480%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc512336%2F39%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B240%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc526536%2F10%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B360%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc513636%2F17%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B720%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc527236%2F9%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&dirs%5B1080%5D=https%3A%2F%2Fpvv4.vkuservideo.net%2Fc526536%2F4%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&path=4%2Fef5Ojs5PzA3OjQ9%2Fvideos%2F&extra=8z9MnHfinyx36Hj3P1pMp-_srvKlw_LTqWf5io8aByvehFhgcGM6Cp5UuMeePR9FJkuVwMvHhs2ULYorhQSpXJZyuMseRPTgwy-YK6qzAnqIJqMJ-aAH1fdlrJ66BHZLmdT012fja6T9Q-M&c_extra=gejm-jQ507LhyLzYaGejSF9exwhJ2gS9TbvyJTEr2jvDDBs8LiNltOz8oOADiU-jQ3q8tbk3C1qwjPlrGdLt7HMzvL-NEYAMcw3WG5qhfecIkO709R4t9KPZ24HNm_DGOc5vKoTnE8z8bhU&video=235112917_456244557&tag=720dbe256e&c_tag=7cb5e8e7180a&hash=9b5782f15e023234a2&lang_id=3"
["format_id"]=>
string(8) "hls-7062"
["http_headers"]=>
array(5) {
["Accept-Charset"]=>
string(30) "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
["Accept-Language"]=>
string(14) "en-us,en;q=0.5"
["Accept-Encoding"]=>
string(13) "gzip, deflate"
["Accept"]=>
string(63) "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
["User-Agent"]=>
string(114) "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.46 Safari/537.36"
}
["url"]=>
string(252) "https://pvv4.vkuservideo.net/c526536/video/hls/4/ef5Ojs5PzA3OjQ9/videos/720dbe256e/index-f5-v1-a1.m3u8?extra=8z9MnHfinyx36Hj3P1pMp-_srvKlw_LTqWf5io8aByvehFhgcGM6Cp5UuMeePR9FJkuVwMvHhs2ULYorhQSpXJZyuMseRPTgwy-YK6qzAnqIJqMJ-aAH1fdlrJ66BHZLmdT012fja6T9Q-M"
["width"]=>
int(1920)
["ext"]=>
string(3) "mp4"
["fps"]=>
NULL
}
}
}
["file"]=>
object(SplFileInfo)#6 (2) {
["pathName":"SplFileInfo":private]=>
string(230) "~/www/youtube-dl-php/download/Naruto Shippuuden Geta Наруто Санин Мод Против Пейна Все Виды Расенганов И Расенсюрикенов Уничтожение-235112917_456244557.mp4"
["fileName":"SplFileInfo":private]=>
string(193) "Naruto Shippuuden Geta Наруто Санин Мод Против Пейна Все Виды Расенганов И Расенсюрикенов Уничтожение-235112917_456244557.mp4"
}
}
}
Hi, yes - i can confirm all works ! The problem was that in your demo code you have 'format' => 'bestvideo' in settings, so once enable this - OK and VK wont download. When removed - all works fine .
Hi, If you can download best quality try this "'format' => 'best'"
Hi, I tried to grab some videos from vk.com and ok.ru , but looks like its getting stuck with :
Is there any chance to implement download of those ? (Originalk youtube-dl would get them and fix with ffmpeg after download.) Thanks