-
Notifications
You must be signed in to change notification settings - Fork 474
Youtube downloader script update stop working today #412
Comments
I can confirm its not working too. Example of video: https://www.youtube.com/watch?v=o8_jPaXfxWY&fbclid=IwAR2u7X5Wf6JCSyCj1NWicw5EI2xBZH9NjCFZ8DMbqMLSxruvx6Po4LQH27U |
It seams that the problem is not with this script. |
i managed to fix the problem with some NOT pretty looking code! in \src\Provider\Youtube\VideoInfo.php, line 231, change __construct function:
now the "No format stream map found - was the video id correct?" error will disappear. but there is a problem with quality label. to fix quality label issue, i changed getQuality() and __construct() function inside \src\Provider\Youtube\Format.php:
and there were another issue with extension name of file, when saving. in order to fix this issue i modified \src\Application\DownloadController.php file at line 60. i changed: i know there are many better ways to fix these issues, but it worked for me in a test, and i don't want to mess with it anymore. |
After adding all the changes its showing error Warning: explode() expects parameter 2 to be string, array given in /home/U/src/Provider/Youtube/VideoInfo.php on line 391 Catchable fatal error: Argument 1 passed to YoutubeDownloader\Provider\Youtube\VideoInfo::parseFormats() must be of the type array, null given, called in /home//U/src/Provider/Youtube/VideoInfo.php on line 392 and defined in /home//U/src/Provider/Youtube/VideoInfo.php on line 252 Not solved can you be more specific |
and there were another issue with extension name of file, when saving. in order to fix this issue i modified \src\Application\DownloadController.php file at line 60. i changed: I can't find it at line 60 |
in line 50 but i have change all files , not work |
Not working at all |
I think he has a different code |
I'm sorry, it seams that i i had an old release installed. |
It stopped working again |
I don't see any useful info in this thread that helps with debugging anything - closing as a dupe of #396 |
All youtube script even the update stop working today
Any solution?
No format stream map found - was the video id correct?
This is a new isssue,
This issue started on September 10th
Any solution
The text was updated successfully, but these errors were encountered: