]> git.mxchange.org Git - friendica-addons.git/commitdiff
invidious/invidious.php aktualisiert
authorloma-one <loma-one@noreply.git.friendi.ca>
Wed, 6 Dec 2023 17:07:21 +0000 (18:07 +0100)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 8 Dec 2023 19:50:22 +0000 (20:50 +0100)
invidious/invidious.php

index ff984f6f817d1461db2940883bd6f594649e0dc8..7692229dbc58bb1fc5182b13ce5def679f1f21a9 100644 (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>';