Merge branch 'vxtwitter' into 'develop'
Added vxtwitter.com support (closes #88) Closes #88 See merge request tom79/nitterizeme!156
This commit is contained in:
commit
497d6573ea
|
@ -47,6 +47,7 @@
|
|||
|
||||
<!-- SHORTENED URLs -->
|
||||
<data android:host="t.co" />
|
||||
<data android:host="vxtwitter.com" />
|
||||
<data android:host="nyti.ms" />
|
||||
<data android:host="bit.ly" />
|
||||
<data android:host="aspedrom.com" />
|
||||
|
@ -152,6 +153,7 @@
|
|||
|
||||
<!-- SHORTENED URLs -->
|
||||
<data android:host="t.co" />
|
||||
<data android:host="vxtwitter.com" />
|
||||
<data android:host="nyti.ms" />
|
||||
<data android:host="bit.ly" />
|
||||
<data android:host="aspedrom.com" />
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
|
||||
<!-- SHORTENED URLs -->
|
||||
<data android:host="t.co" />
|
||||
<data android:host="vxtwitter.com" />
|
||||
<data android:host="nyti.ms" />
|
||||
<data android:host="bit.ly" />
|
||||
<data android:host="aspedrom.com" />
|
||||
|
@ -121,6 +122,7 @@
|
|||
|
||||
<!-- SHORTENED URLs -->
|
||||
<data android:host="t.co" />
|
||||
<data android:host="vxtwitter.com" />
|
||||
<data android:host="nyti.ms" />
|
||||
<data android:host="bit.ly" />
|
||||
<data android:host="is.gd" />
|
||||
|
|
|
@ -89,6 +89,7 @@ public class CheckAppActivity extends AppCompatActivity {
|
|||
|
||||
public static String[] shortener_domains = {
|
||||
"t.co",
|
||||
"vxtwitter.com",
|
||||
"nyti.ms",
|
||||
"bit.ly",
|
||||
"is.gd",
|
||||
|
|
Loading…
Reference in New Issue