forked from friendica/friendica-addons
Compare commits
No commits in common. "7a7dbb579d01f83933d734a7c7fb91990dd0272c" and "6c43a14198369dabfd825f3d25ec213d8f1baf96" have entirely different histories.
7a7dbb579d
...
6c43a14198
|
@ -96,8 +96,6 @@ function invidious_render(array &$b)
|
|||
$b['html'] = preg_replace("~https?://(?:www\.)?youtube\.com/watch\?v=(.*?)~ism", $server . '/watch?v=$1', $b['html']);
|
||||
$b['html'] = preg_replace("~https?://(?:www\.)?youtube\.com/embed/(.*?)~ism", $server . '/embed/$1', $b['html']);
|
||||
$b['html'] = preg_replace("~https?://(?:www\.)?youtube\.com/shorts/(.*?)~ism", $server . '/shorts/$1', $b['html']);
|
||||
$b['html'] = preg_replace ("/https?:\/\/music.youtube.com\/(.*?)/ism", $server . '/watch?v=$1', $b['html']);
|
||||
$b['html'] = preg_replace ("/https?:\/\/m.youtube.com\/(.*?)/ism", $server . '/watch?v=$1', $b['html']);
|
||||
$b['html'] = preg_replace("/https?:\/\/youtu.be\/(.*?)/ism", $server . '/watch?v=$1', $b['html']);
|
||||
|
||||
if ($original != $b['html']) {
|
||||
|
|
|
@ -1293,8 +1293,6 @@ function unicode_smilies_smilies(array &$b)
|
|||
Smilies::add($b, ':microscope:', '🔬');
|
||||
Smilies::add($b, ':telescope:', '🔭');
|
||||
Smilies::add($b, ':satellite antenna:', '📡');
|
||||
Smilies::add($b, ':asterism:', '⁂');
|
||||
Smilies::add($b, ':outlines white star:', '⚝');
|
||||
|
||||
// medical
|
||||
Smilies::add($b, ':syringe:', '💉');
|
||||
|
|
Loading…
Reference in a new issue