Merge branch 'vt-proxitok' into 'develop'
Add vt.tiktok.com support See merge request tom79/nitterizeme!151
This commit is contained in:
commit
2f5a11a999
|
@ -64,6 +64,7 @@
|
|||
<data android:host="buff.ly" />
|
||||
<data android:host="maps.app.goo.gl" />
|
||||
<data android:host="vm.tiktok.com" />
|
||||
<data android:host="vt.tiktok.com" />
|
||||
|
||||
<!-- INSTAGRAM URLs -->
|
||||
<data android:host="instagram.com" />
|
||||
|
@ -168,6 +169,7 @@
|
|||
<data android:host="buff.ly" />
|
||||
<data android:host="maps.app.goo.gl" />
|
||||
<data android:host="vm.tiktok.com" />
|
||||
<data android:host="vt.tiktok.com" />
|
||||
|
||||
<!-- INSTAGRAM URLs -->
|
||||
<data android:host="instagram.com" />
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
<data android:host="buff.ly" />
|
||||
<data android:host="maps.app.goo.gl" />
|
||||
<data android:host="vm.tiktok.com" />
|
||||
<data android:host="vt.tiktok.com" />
|
||||
|
||||
<!-- INSTAGRAM URLs -->
|
||||
<data android:host="instagram.com" />
|
||||
|
@ -137,6 +138,7 @@
|
|||
<data android:host="buff.ly" />
|
||||
<data android:host="maps.app.goo.gl" />
|
||||
<data android:host="vm.tiktok.com" />
|
||||
<data android:host="vt.tiktok.com" />
|
||||
|
||||
<!-- INSTAGRAM URLs -->
|
||||
<data android:host="instagram.com" />
|
||||
|
|
|
@ -105,7 +105,8 @@ public class CheckAppActivity extends AppCompatActivity {
|
|||
"bl.ink",
|
||||
"buff.ly",
|
||||
"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
|
||||
public static String[] invidious_instances = {
|
||||
|
|
Loading…
Reference in New Issue