]> git.mxchange.org Git - friendica-addons.git/commitdiff
Use invidio.us as default
authorDr. Tobias Quathamer <toddy@debian.org>
Mon, 18 Mar 2024 10:11:24 +0000 (11:11 +0100)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 19 Mar 2024 16:57:40 +0000 (17:57 +0100)
url_replace/url_replace.php

index 622ac720ca89dd3a73782dde3980d80d554723ff..e5f02412ef692221e525e52404f9f30959c9ffef 100644 (file)
@@ -12,7 +12,7 @@ use Friendica\Core\Renderer;
 use Friendica\DI;
 
 const URL_REPLACE_NITTER_DEFAULT    = 'https://nitter.net';
-const URL_REPLACE_INVIDIOUS_DEFAULT = 'https://yewtu.be';
+const URL_REPLACE_INVIDIOUS_DEFAULT = 'https://invidio.us';
 const URL_REPLACE_PROXIGRAM_DEFAULT = 'https://proxigram.lunar.icu';
 
 function url_replace_install()