invidious/invidious.php aktualisiert

This commit is contained in:
loma-one 2023-12-06 18:07:21 +01:00 committed by Hypolite Petovan
parent 372e75a91c
commit d53ad98af2
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ function invidious_render(array &$b)
if (strpos($b['html'], 'https://www.youtube.com/') !== false || strpos($b['html'], 'https://youtube.com/') !== false || strpos($b['html'], 'https://youtu.be/') !== false) {
$b['html'] = str_replace('https://youtu.be/', $invidious . '/watch?v=', $b['html']);
$b['html'] = str_replace(['https://www.youtube.com/', 'https://youtube.com/'], $invidious . '/', $b['html']);
$replaced = true;
}
if ($replaced) {
$b['html'] .= '<hr><p><small>' . DI::l10n()->t('(Invidious addon enabled: YouTube links via %s)', $invidious) . '</small></p>';