You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Fatal error: Uncaught Error: Call to undefined function Alltube_() in /vendor/rudloff/alltube/classes/Config.php:158
Stack trace:
#0 /vendor/rudloff/alltube/classes/Config.php(257): Alltube\Config->__construct() #1 /vendor/rudloff/alltube/classes/Config.php(288): Alltube\Config::getInstance() #2 /alltube_getURL.php(14): Alltube\Config::setOptions(Array) #3 {main}
thrown in /vendor/rudloff/alltube/classes/Config.php on line 158
Try "php composer.phar update" and nothing.
The text was updated successfully, but these errors were encountered:
if (empty($this->genericFormats)) {
// We don't put this in the class definition so it can be detected by xgettext.
$this->genericFormats = [
'best' => _('Best'),
'bestvideo+bestaudio' => _('Remux best video with best audio'),
'worst' => _('Worst'),
];
}
I try download Youtube video, but error:
Fatal error: Uncaught Error: Call to undefined function Alltube_() in /vendor/rudloff/alltube/classes/Config.php:158
Stack trace:
#0 /vendor/rudloff/alltube/classes/Config.php(257): Alltube\Config->__construct()
#1 /vendor/rudloff/alltube/classes/Config.php(288): Alltube\Config::getInstance()
#2 /alltube_getURL.php(14): Alltube\Config::setOptions(Array)
#3 {main}
thrown in /vendor/rudloff/alltube/classes/Config.php on line 158
Try "php composer.phar update" and nothing.
The text was updated successfully, but these errors were encountered: