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…
Reference in New Issue