mirror of
https://framagit.org/tom79/nitterizeme
synced 2025-01-25 13:38:43 +01:00
some fixes
This commit is contained in:
parent
36ece0fd57
commit
dee93607e1
@ -73,6 +73,7 @@ public class CheckAppActivity extends AppCompatActivity {
|
||||
};
|
||||
//Supported instances to redirect one instance to another faster for the user
|
||||
public static String[] invidious_instances = {
|
||||
"invidio.us",
|
||||
"invidious.snopyta.org",
|
||||
"invidiou.sh",
|
||||
"invidious.toot.koeln",
|
||||
|
@ -68,7 +68,6 @@ public class TransformActivity extends Activity {
|
||||
} catch (MalformedURLException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
//Shortened URLs
|
||||
if (Arrays.asList(shortener_domains).contains(host)) {
|
||||
manageShortened(TransformActivity.this, url);
|
||||
|
Loading…
x
Reference in New Issue
Block a user