mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 19:03:47 +00:00
invidious/invidious.php aktualisiert
Redirects from youtu.be do not work reliably. Therefore this one has been removed.
This commit is contained in:
parent
c98caaf417
commit
0f65c23490
1 changed files with 0 additions and 4 deletions
|
@ -53,10 +53,6 @@ function invidious_render(array &$b)
|
||||||
if (strstr($b['html'], 'https://youtube.com')) {
|
if (strstr($b['html'], 'https://youtube.com')) {
|
||||||
$b['html'] = str_replace('https://youtube.com', $invidious, $b['html']);
|
$b['html'] = str_replace('https://youtube.com', $invidious, $b['html']);
|
||||||
$replaced = true;
|
$replaced = true;
|
||||||
}
|
|
||||||
if (strstr($b['html'], 'https://youtu.be')) {
|
|
||||||
$b['html'] = str_replace('https://youtu.be', $invidious, $b['html']);
|
|
||||||
$replaced = true;
|
|
||||||
}
|
}
|
||||||
if ($replaced) {
|
if ($replaced) {
|
||||||
$b['html'] .= '<hr><p><small>' . DI::l10n()->t('(Invidious addon enabled: YouTube links via %s)', $invidious) . '</small></p>';
|
$b['html'] .= '<hr><p><small>' . DI::l10n()->t('(Invidious addon enabled: YouTube links via %s)', $invidious) . '</small></p>';
|
||||||
|
|
Loading…
Reference in a new issue