mirror of
https://github.com/mirror/jdownloader.git
synced 2024-11-27 05:50:51 +00:00
TeraboxComFolder:
-updated support domains -fixes thread 96274 git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@49573 ebf7c1c2-ba36-0410-9fe8-c592906822b4 Former-commit-id: f5fb42bc50ab082fce041c8c00b8e3d1a1a81b7f
This commit is contained in:
parent
905e21ff5e
commit
be9b0f04d6
@ -56,7 +56,7 @@ public class TeraboxComFolder extends PluginForDecrypt {
|
||||
public static List<String[]> getPluginDomains() {
|
||||
final List<String[]> ret = new ArrayList<String[]>();
|
||||
// each entry in List<String[]> will result in one PluginForDecrypt, Plugin.getHost() will return String[0]->main domain
|
||||
ret.add(new String[] { "terabox.com", "teraboxapp.com", "dubox.com", "4funbox.com", "mirrobox.com", "1024tera.com", "1024terabox.com", "terabox.app" });
|
||||
ret.add(new String[] { "terabox.com", "teraboxapp.com", "dubox.com", "4funbox.com", "mirrobox.com", "1024tera.com", "1024terabox.com", "terabox.app", "gibibox.com" });
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user