Add vt.tiktok.com support
This commit is contained in:
parent
b275b37f62
commit
206bcebe63
|
@ -64,6 +64,7 @@
|
||||||
<data android:host="buff.ly" />
|
<data android:host="buff.ly" />
|
||||||
<data android:host="maps.app.goo.gl" />
|
<data android:host="maps.app.goo.gl" />
|
||||||
<data android:host="vm.tiktok.com" />
|
<data android:host="vm.tiktok.com" />
|
||||||
|
<data android:host="vt.tiktok.com" />
|
||||||
|
|
||||||
<!-- INSTAGRAM URLs -->
|
<!-- INSTAGRAM URLs -->
|
||||||
<data android:host="instagram.com" />
|
<data android:host="instagram.com" />
|
||||||
|
@ -168,6 +169,7 @@
|
||||||
<data android:host="buff.ly" />
|
<data android:host="buff.ly" />
|
||||||
<data android:host="maps.app.goo.gl" />
|
<data android:host="maps.app.goo.gl" />
|
||||||
<data android:host="vm.tiktok.com" />
|
<data android:host="vm.tiktok.com" />
|
||||||
|
<data android:host="vt.tiktok.com" />
|
||||||
|
|
||||||
<!-- INSTAGRAM URLs -->
|
<!-- INSTAGRAM URLs -->
|
||||||
<data android:host="instagram.com" />
|
<data android:host="instagram.com" />
|
||||||
|
|
|
@ -64,6 +64,7 @@
|
||||||
<data android:host="buff.ly" />
|
<data android:host="buff.ly" />
|
||||||
<data android:host="maps.app.goo.gl" />
|
<data android:host="maps.app.goo.gl" />
|
||||||
<data android:host="vm.tiktok.com" />
|
<data android:host="vm.tiktok.com" />
|
||||||
|
<data android:host="vt.tiktok.com" />
|
||||||
|
|
||||||
<!-- INSTAGRAM URLs -->
|
<!-- INSTAGRAM URLs -->
|
||||||
<data android:host="instagram.com" />
|
<data android:host="instagram.com" />
|
||||||
|
@ -137,6 +138,7 @@
|
||||||
<data android:host="buff.ly" />
|
<data android:host="buff.ly" />
|
||||||
<data android:host="maps.app.goo.gl" />
|
<data android:host="maps.app.goo.gl" />
|
||||||
<data android:host="vm.tiktok.com" />
|
<data android:host="vm.tiktok.com" />
|
||||||
|
<data android:host="vt.tiktok.com" />
|
||||||
|
|
||||||
<!-- INSTAGRAM URLs -->
|
<!-- INSTAGRAM URLs -->
|
||||||
<data android:host="instagram.com" />
|
<data android:host="instagram.com" />
|
||||||
|
|
|
@ -105,7 +105,8 @@ public class CheckAppActivity extends AppCompatActivity {
|
||||||
"bl.ink",
|
"bl.ink",
|
||||||
"buff.ly",
|
"buff.ly",
|
||||||
"maps.app.goo.gl",
|
"maps.app.goo.gl",
|
||||||
"vm.tiktok.com"
|
"vm.tiktok.com",
|
||||||
|
"vt.tiktok.com"
|
||||||
};
|
};
|
||||||
//Supported instances to redirect one instance to another faster for the user
|
//Supported instances to redirect one instance to another faster for the user
|
||||||
public static String[] invidious_instances = {
|
public static String[] invidious_instances = {
|
||||||
|
|
Loading…
Reference in New Issue