1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-01 14:20:16 +02:00

[AnisearchBridge] fixed typo (#4182)

don't know why it was there
This commit is contained in:
Tone
2024-08-01 12:36:26 +02:00
committed by GitHub
parent 8ae716e75c
commit d050fe9a9b

View File

@@ -72,7 +72,7 @@ class AnisearchBridge extends BridgeAbstract
$ytlink = <<<EOT
<br /><iframe width="560" height="315" src="$trailer" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>';
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
EOT;
}
}