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:
jiaz 2024-08-09 15:50:10 +00:00
parent 905e21ff5e
commit be9b0f04d6

View File

@ -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;
}