Closed paramov closed 3 years ago
Hi, is it related with #154 ? Could you try 2.0.1 version?
Hi,
I working latest dev-master branch. This #154 issue not working on me.
Youtube-dl latest 2021-06-06
Windows 10
Php 7.4
->mergeOutputFormat('mp4')
Could you try to debug the output which triggers this?
I upgraded to stable version 2.0.1 but my problem is not solved.
here is my options;
Options::create()
->downloadPath(PATH . 'files/test')
->format('best')
->restrictFileNames(true)
->geoByPass()
->externalDownloader('aria2c')
->externalDownloaderArgs('-x 16 -s 16 -k 1M --file-allocation=none --async-dns=false')
->continue(true)
->cookies(PATH . 'files/cookies.txt')
->mergeOutputFormat('mp4')
->output('%(title)s.%(ext)s')
->referer('https://my.mail.ru/v/thisishorosho_tv/video/7/1166.html')
->url('https://my.mail.ru/v/thisishorosho_tv/video/7/1166.html');
I ask to debug what the youtube-dl outputs to known what's going on, maybe wording has changed or something and it can't match anymore properly to target the processing file
Hi,
my fully options;
$yt = new YoutubeDl();
$options = Options::create()
->downloadPath(PATH . 'files/test')
->format('best')
->restrictFileNames(true)
->geoByPass()
->externalDownloader('aria2c')
->externalDownloaderArgs('-x 16 -s 16 -k 1M --file-allocation=none --async-dns=false')
->continue(true)
->cookies(PATH . 'files/cookies.txt')
->mergeOutputFormat('mp4')
->output('%(title)s.%(ext)s')
->referer('https://my.mail.ru/v/thisishorosho_tv/video/7/1166.html')
->url('https://my.mail.ru/v/thisishorosho_tv/video/7/1166.html');
$collection = $yt->download($options);
$yt->debug(function ($type, $buffer) {
if (\Symfony\Component\Process\Process::ERR === $type) {
echo 'ERR > ' . $buffer;
} else {
echo 'OUT > ' . $buffer;
}
});
foreach ($collection->getVideos() as $video) {
if ($video->getError() !== null){
echo 'Download error' . $video->getError();
}
}else{
echo $video->getFile();
}
}
But return only this error.
Exit Code: 255(Unknown error)
Working directory: C:\Windows\system32
Output:
================
Fatal error: Uncaught TypeError: Argument 1 passed to YoutubeDl\YoutubeDl::YoutubeDl\{closure}() must be of the type string, null given, called in C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php on line 141 and defined in C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php:60
Stack trace:
#0 C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php(141): YoutubeDl\YoutubeDl::YoutubeDl\{closure}(NULL, '100%', '127.81MiB', '', '', '00:12')
#1 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\Process.php(1343): YoutubeDl\YoutubeDl->YoutubeDl\{closure}('out', '\n09/24 03:58:02...')
#2 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\Process.php(1443): Symfony\Component\Process\Process->Symfony\Component\Process\{closure}('out', '\n09/24 03:58:02...')
#3 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\Process.php(430): Symfony\Component\Process\Process->readPipes(true, false)
#4 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process in C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php on line 60
You need to set ->debug() before the calling download :)
Sorry my fault :)
OUT > [mailru] v/thisishorosho_tv/7/1166: Downloading webpage
OUT > [mailru] v/thisishorosho_tv/7/1166: Downloading video meta JSON
OUT > [info] Writing video description metadata as JSON to: C:\Users\paramov\Desktop\Work\www\files\test\RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.info.json
[download] Destination: C:\Users\paramov\Desktop\Work\www\files\test\RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.mp4
09/24 11:38:01 [NOTICE] Downloading 1 item(s)
[#035c4d 299MiB/300MiB(99%) CN:2 DL:5.4MiB]OUT >
09/24 11:38:43 [NOTICE] Download complete: C:/Users/paramov/Desktop/Work/www/files/test/RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.mp4.part
Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
035c4d|OK | 7.1MiB/s|C:/Users/paramov/Desktop/Work/www/files/test/RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.mp4.part
Status Legend:
(OK):download completed.
[aria2c] Downloaded 314594700 bytes
[download] 100% of 300.02MiB in 00:42
Fatal error: Uncaught TypeError: Argument 1 passed to YoutubeDl\YoutubeDl::YoutubeDl\{closure}() must be of the type string, null given, called in C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php on line 141 and defined in C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php:60
Stack trace:
#0 C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php(141): YoutubeDl\YoutubeDl::YoutubeDl\{closure}(NULL, '100%', '300.02MiB', '', '', '00:42')
#1 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\Process.php(1343): YoutubeDl\YoutubeDl->YoutubeDl\{closure}('out', '\n09/24 11:38:43...')
#2 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\Process.php(1443): Symfony\Component\Process\Process->Symfony\Component\Process\{closure}('out', '\n09/24 11:38:43...')
#3 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\Process.php(430): Symfony\Component\Process\Process->readPipes(true, false)
#4 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process in C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php on line 60
Okay so the output is totally different than expected.. Not sure how to proceed here, should the progress callback allow null or empty string..
it works when i run it again after error. Sorry for my bad english.
OUT > [mailru] v/thisishorosho_tv/7/1166: Downloading webpage
OUT > [mailru] v/thisishorosho_tv/7/1166: Downloading video meta JSON
OUT > [info] Writing video description metadata as JSON to: C:\Users\paramov\Desktop\Work\www\files\test\RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.info.json
[download] C:\Users\paramov\Desktop\Work\www\files\test\RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.mp4 has already been downloaded
[download] 100% of 300.02MiB
C:\Users\paramov\Desktop\Work\www\files\test\RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.mp4
Thanks for sharing and developing this project. it really worked for me.
Could you try to print the all output to file and attach there? without $type only $buffer in new lines, I'll try to dig in more what's going on then. As this could be windows specifics as on ubuntu it works for me properly. Did you change something to make it work?
Hi,
here is fully output;
C:\Users\paramov\Desktop\Work\www
λ php index.php
OUT > [mailru] v/thisishorosho_tv/7/1166: Downloading webpage
OUT > [mailru] v/thisishorosho_tv/7/1166: Downloading video meta JSON
OUT > [info] Writing video description metadata as JSON to: C:\Users\paramov\Desktop\Work\www\files\test\RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.info.json
[download] Destination: C:\Users\paramov\Desktop\Work\www\files\test\RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.mp4
09/24 12:07:14 [NOTICE] Downloading 1 item(s)
[#97ca3a 299MiB/300MiB(99%) CN:1 DL:5.4MiB]
09/24 12:07:56 [NOTICE] Download complete: C:/Users/paramov/Desktop/Work/www/files/test/RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.mp4.part
Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
97ca3a|OK | 7.1MiB/s|C:/Users/paramov/Desktop/Work/www/files/test/RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.mp4.part
Status Legend:
(OK):download completed.
[aria2c] Downloaded 314594700 bytes
[download] 100% of 300.02MiB in 00:41
Fatal error: Uncaught TypeError: Argument 1 passed to YoutubeDl\YoutubeDl::YoutubeDl\{closure}() must be of the type string, null given, called in C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php on line 141 and defined in C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php:60
Stack trace:
#0 C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php(141): YoutubeDl\YoutubeDl::YoutubeDl\{closure}(NULL, '100%', '300.02MiB', '', '', '00:41')
#1 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\Process.php(1343): YoutubeDl\YoutubeDl->YoutubeDl\{closure}('out', '\r ...')
#2 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\Process.php(1443): Symfony\Component\Process\Process->Symfony\Component\Process\{closure}('out', '\r ...')
#3 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\Process.php(430): Symfony\Component\Process\Process->readPipes(true, false)
#4 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process in C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php on line 60
C:\Users\paramov\Desktop\Work\www
λ php index.php
OUT > [mailru] v/thisishorosho_tv/7/1166: Downloading webpage
OUT > [mailru] v/thisishorosho_tv/7/1166: Downloading video meta JSON
OUT > [info] Writing video description metadata as JSON to: C:\Users\paramov\Desktop\Work\www\files\test\RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.info.json
[download] C:\Users\paramov\Desktop\Work\www\files\test\RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.mp4 has already been downloaded
[download] 100% of 300.02MiB
C:\Users\paramov\Desktop\Work\www\files\test\RAY-BAN_+_FACEBOOK_Apple_VS_Epic_Games_1_0_2021.mp4
C:\Users\paramov\Desktop\Work\www
λ php -v
PHP 7.4.19 (cli) (built: May 4 2021 14:24:38) ( ZTS Visual C++ 2017 x64 )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
I didn't change anything.
I meant to the file,otherwise the contents are replaced in the process
Yes, while some work fine, most of them fail like this.
Fail
Complete
Output Fail
λ php index.php
OUT > [Myvi] The-Dawn_3ExVwylCh0SGP17uRsFiZw2: Downloading JSON metadata
OUT > [info] Writing video description metadata as JSON to: C:\Users\paramov\Desktop\Work\www\files\test\The_Dawn.info.json
[download] Destination: C:\Users\paramov\Desktop\Work\www\files\test\The_Dawn.mp4
09/24 12:23:49 [NOTICE] Downloading 1 item(s)
OUT >
09/24 12:23:49 [NOTICE] CUID#7 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475428
OUT >
09/24 12:23:49 [NOTICE] CUID#8 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:49 [NOTICE] CUID#12 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
OUT >
09/24 12:23:49 [NOTICE] CUID#21 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:49 [NOTICE] CUID#13 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:49 [NOTICE] CUID#10 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:49 [NOTICE] CUID#14 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:49 [NOTICE] CUID#19 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:49 [NOTICE] CUID#22 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:49 [NOTICE] CUID#11 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:49 [NOTICE] CUID#17 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:49 [NOTICE] CUID#15 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#16 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#9 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#20 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#18 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#19 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
OUT >
09/24 12:23:50 [NOTICE] CUID#11 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#15 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#21 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#10 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
[#cbd374 352KiB/23MiB(1%) CN:16 DL:823KiB ETA:28s]
09/24 12:23:50 [NOTICE] CUID#13 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#20 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#9 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#16 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#7 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
OUT >
09/24 12:23:50 [NOTICE] CUID#8 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#15 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#12 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#9 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
OUT >
09/24 12:23:50 [NOTICE] CUID#19 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#11 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
09/24 12:23:50 [NOTICE] CUID#10 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475429
OUT >
09/24 12:23:50 [NOTICE] CUID#13 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:50 [NOTICE] CUID#7 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:50 [NOTICE] CUID#20 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
OUT >
09/24 12:23:51 [NOTICE] CUID#12 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#8 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#15 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#9 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#19 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
[#cbd374 6.7MiB/23MiB(29%) CN:16 DL:4.6MiB ETA:3s]
09/24 12:23:51 [NOTICE] CUID#10 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#19 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#8 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
OUT >
09/24 12:23:51 [NOTICE] CUID#13 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#17 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#7 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#20 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
OUT >
09/24 12:23:51 [NOTICE] CUID#12 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#18 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#9 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#15 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#13 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#14 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#11 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475430
09/24 12:23:51 [NOTICE] CUID#10 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
OUT >
09/24 12:23:51 [NOTICE] CUID#8 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
09/24 12:23:51 [NOTICE] CUID#19 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
09/24 12:23:52 [NOTICE] CUID#16 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
09/24 12:23:52 [NOTICE] CUID#7 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
OUT >
09/24 12:23:52 [NOTICE] CUID#20 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
09/24 12:23:52 [ERROR] CUID#13 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
09/24 12:23:52 [ERROR] CUID#15 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
09/24 12:23:52 [ERROR] CUID#9 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
09/24 12:23:52 [NOTICE] CUID#12 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
09/24 12:23:52 [NOTICE] CUID#18 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
09/24 12:23:52 [ERROR] CUID#10 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
[#cbd374 11MiB/23MiB(50%) CN:12 DL:4.7MiB ETA:2s]
09/24 12:23:52 [NOTICE] CUID#21 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
OUT >
09/24 12:23:52 [NOTICE] CUID#14 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
09/24 12:23:52 [ERROR] CUID#8 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
09/24 12:23:52 [NOTICE] CUID#11 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
09/24 12:23:52 [ERROR] CUID#19 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
OUT >
09/24 12:23:52 [ERROR] CUID#7 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
OUT >
09/24 12:23:52 [NOTICE] CUID#16 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
09/24 12:23:52 [ERROR] CUID#20 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
09/24 12:23:52 [NOTICE] CUID#22 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475431
09/24 12:23:52 [ERROR] CUID#12 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
OUT >
09/24 12:23:52 [ERROR] CUID#11 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
09/24 12:23:52 [NOTICE] CUID#18 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475432
09/24 12:23:52 [NOTICE] CUID#21 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475432
09/24 12:23:52 [NOTICE] CUID#14 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475432
OUT >
09/24 12:23:53 [NOTICE] CUID#16 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475432
OUT >
09/24 12:23:53 [NOTICE] CUID#22 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475432
[#cbd374 13MiB/23MiB(60%) CN:6 DL:4.0MiB ETA:2s]
09/24 12:23:53 [NOTICE] CUID#21 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475432
OUT >
09/24 12:23:53 [NOTICE] CUID#18 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475432
09/24 12:23:53 [NOTICE] CUID#14 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475432
09/24 12:23:53 [NOTICE] CUID#17 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475432
OUT >
09/24 12:23:53 [ERROR] CUID#16 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
09/24 12:23:53 [NOTICE] CUID#22 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475432
OUT >
09/24 12:23:53 [ERROR] CUID#18 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
09/24 12:23:53 [ERROR] CUID#14 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
OUT >
09/24 12:23:54 [NOTICE] CUID#17 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475433
[#cbd374 15MiB/23MiB(65%) CN:3 DL:3.3MiB ETA:2s]
09/24 12:23:54 [NOTICE] CUID#22 - Redirecting to https://fs75.myvi.ru:8090/195/239/2868207.mp4?sig=274a1ea30989e55282ccd034ef4c0666&d=124&t=1632475433
OUT >
09/24 12:23:54 [ERROR] CUID#21 - Download aborted. URI=https://fs.myvi.ru/video/2868207.mp4?uid=&puid=&ref=&d=137&rnd=1114556178&sig=8a1ece5e8c4e5685a43bb3845ef016fc
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
[#cbd374 22MiB/23MiB(99%) CN:1 DL:0.9MiB]OUT >
09/24 12:24:02 [NOTICE] Download complete: C:/Users/paramov/Desktop/Work/www/files/test/The_Dawn.mp4.part
Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
cbd374|OK | 1.7MiB/s|C:/Users/paramov/Desktop/Work/www/files/test/The_Dawn.mp4.part
Status Legend:
(OK):download completed.
[aria2c] Downloaded 24165212 bytes
[download] 100% of 23.05MiB in 00:13
Fatal error: Uncaught TypeError: Argument 1 passed to YoutubeDl\YoutubeDl::YoutubeDl\{closure}() must be of the type string, null given, called in C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php on line 141 and defined in C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php:60
Stack trace:
#0 C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php(141): YoutubeDl\YoutubeDl::YoutubeDl\{closure}(NULL, '100%', '23.05MiB', '', '', '00:13')
#1 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\Process.php(1343): YoutubeDl\YoutubeDl->YoutubeDl\{closure}('out', '\n09/24 12:24:02...')
#2 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\Process.php(1443): Symfony\Component\Process\Process->Symfony\Component\Process\{closure}('out', '\n09/24 12:24:02...')
#3 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\Process.php(430): Symfony\Component\Process\Process->readPipes(true, false)
#4 C:\Users\paramov\Desktop\Work\www\vendor\symfony\process\ in C:\Users\paramov\Desktop\Work\www\vendor\norkunas\youtube-dl-php\src\YoutubeDl.php on line 60
Output Success
λ php index.php
OUT > [Myvi] 2-StickOut-28-08-2021-K-penicker-Hof_xbSbB6pgBECUbmEu5t00DA2: Downloading JSON metadata
OUT > [info] Writing video description metadata as JSON to: C:\Users\paramov\Desktop\Work\www\files\test\2_StickOut_28-08-2021_Kopenicker_Hof.info.json
OUT > [download] Destination: C:\Users\paramov\Desktop\Work\www\files\test\2_StickOut_28-08-2021_Kopenicker_Hof.mp4
09/24 12:22:02 [NOTICE] Downloading 1 item(s)
OUT >
09/24 12:22:02 [NOTICE] CUID#7 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475322
OUT >
09/24 12:22:03 [NOTICE] CUID#8 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475322
[#35855f 48KiB/8.1MiB(0%) CN:9 DL:402KiB ETA:20s]
09/24 12:22:03 [NOTICE] CUID#12 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475322
09/24 12:22:03 [NOTICE] CUID#13 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475322
09/24 12:22:03 [NOTICE] CUID#14 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475322
09/24 12:22:03 [NOTICE] CUID#15 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475322
09/24 12:22:03 [NOTICE] CUID#9 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475322
09/24 12:22:03 [NOTICE] CUID#10 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475322
09/24 12:22:03 [NOTICE] CUID#11 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475322
OUT >
09/24 12:22:03 [NOTICE] CUID#14 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
09/24 12:22:03 [NOTICE] CUID#13 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
09/24 12:22:03 [NOTICE] CUID#9 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
09/24 12:22:03 [NOTICE] CUID#10 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
09/24 12:22:03 [NOTICE] CUID#7 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
OUT >
09/24 12:22:04 [NOTICE] CUID#12 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
09/24 12:22:04 [NOTICE] CUID#8 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
OUT >
09/24 12:22:04 [NOTICE] CUID#14 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
09/24 12:22:04 [NOTICE] CUID#10 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
09/24 12:22:04 [NOTICE] CUID#13 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
09/24 12:22:04 [NOTICE] CUID#9 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
09/24 12:22:04 [NOTICE] CUID#7 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
[#35855f 2.0MiB/8.1MiB(24%) CN:8 DL:1.7MiB ETA:3s]OUT >
09/24 12:22:04 [NOTICE] CUID#12 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
09/24 12:22:04 [NOTICE] CUID#8 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475323
OUT >
09/24 12:22:04 [NOTICE] CUID#14 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475324
09/24 12:22:04 [NOTICE] CUID#13 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475324
09/24 12:22:04 [NOTICE] CUID#10 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475324
OUT >
09/24 12:22:05 [NOTICE] CUID#9 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475324
09/24 12:22:05 [NOTICE] CUID#7 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475324
OUT >
09/24 12:22:05 [NOTICE] CUID#8 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475324
OUT >
09/24 12:22:05 [NOTICE] CUID#10 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475324
09/24 12:22:05 [NOTICE] CUID#12 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475324
[#35855f 4.2MiB/8.1MiB(52%) CN:7 DL:1.9MiB ETA:1s]
09/24 12:22:05 [NOTICE] CUID#14 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475324
09/24 12:22:05 [NOTICE] CUID#13 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475324
OUT >
09/24 12:22:05 [NOTICE] CUID#9 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475324
09/24 12:22:05 [NOTICE] CUID#7 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475325
OUT >
09/24 12:22:05 [NOTICE] CUID#8 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475325
09/24 12:22:05 [ERROR] CUID#10 - Download aborted. URI=https://fs.myvi.ru/video/2909697.mp4?uid=&puid=&ref=&d=72&rnd=904724885&sig=5053923633dc3fadc0a14e7ae15b5d3d
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
09/24 12:22:06 [ERROR] CUID#14 - Download aborted. URI=https://fs.myvi.ru/video/2909697.mp4?uid=&puid=&ref=&d=72&rnd=904724885&sig=5053923633dc3fadc0a14e7ae15b5d3d
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
09/24 12:22:06 [ERROR] CUID#13 - Download aborted. URI=https://fs.myvi.ru/video/2909697.mp4?uid=&puid=&ref=&d=72&rnd=904724885&sig=5053923633dc3fadc0a14e7ae15b5d3d
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
OUT >
09/24 12:22:06 [NOTICE] CUID#12 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475325
09/24 12:22:06 [ERROR] CUID#9 - Download aborted. URI=https://fs.myvi.ru/video/2909697.mp4?uid=&puid=&ref=&d=72&rnd=904724885&sig=5053923633dc3fadc0a14e7ae15b5d3d
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
OUT >
09/24 12:22:06 [ERROR] CUID#7 - Download aborted. URI=https://fs.myvi.ru/video/2909697.mp4?uid=&puid=&ref=&d=72&rnd=904724885&sig=5053923633dc3fadc0a14e7ae15b5d3d
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
09/24 12:22:06 [ERROR] CUID#8 - Download aborted. URI=https://fs.myvi.ru/video/2909697.mp4?uid=&puid=&ref=&d=72&rnd=904724885&sig=5053923633dc3fadc0a14e7ae15b5d3d
Exception: [DownloadCommand.cc:234] errorCode=1 Got EOF from the server.
[#35855f 6.2MiB/8.1MiB(77%) CN:3 DL:2.0MiB]
09/24 12:22:06 [NOTICE] CUID#16 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475325
OUT >
09/24 12:22:07 [NOTICE] CUID#17 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475326
OUT >
09/24 12:22:07 [NOTICE] CUID#12 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475326
[#35855f 7.1MiB/8.1MiB(88%) CN:3 DL:1.7MiB]OUT >
09/24 12:22:07 [NOTICE] CUID#16 - Redirecting to https://fs82.myvi.ru:8090/102/1/2909697.mp4?sig=faa26fec2891f0829c3c3baefcdb340a&d=65&t=1632475326
[#35855f 7.9MiB/8.1MiB(98%) CN:1 DL:1.5MiB]OUT >
09/24 12:22:08 [NOTICE] Download complete: C:/Users/paramov/Desktop/Work/www/files/test/2_StickOut_28-08-2021_Kopenicker_Hof.mp4.part
Download Results:
gid |stat|avg speed |path/URI
======+====+===========+=======================================================
35855f|OK | 1.5MiB/s|C:/Users/paramov/Desktop/Work/www/files/test/2_StickOut_28-08-2021_Kopenicker_Hof.mp4.part
Status Legend:
(OK):download completed.
[aria2c] Downloaded 8515086 bytes
[download] 100% of 8.12MiB in 00:06
C:\Users\paramov\Desktop\Work\www\files\test\2_StickOut_28-08-2021_Kopenicker_Hof.mp4
I attached output. here is my composer require :)
"require": {
"predis/predis": "^1.1",
"symfony/console": "^5.2",
"norkunas/youtube-dl-php": "dev-master"
}
I've added a testcase to https://github.com/norkunas/youtube-dl-php/pull/159 but it works somehow..
I change this line still working but i think not stable.
static function (?string $progressTarget, string $percentage, string $size, ?string $speed, ?string $eta, ?string $totalTime): void {};
Yeah probably for more cases we need to allow null as it's not always populated :/
Thank you for your quick help. :)
Have a good day.
You too :)
Hi,
I keep getting this error. Can you help me?