1717
1818import java .io .IOException ;
1919import java .util .ArrayList ;
20+ import java .util .HashMap ;
2021import java .util .List ;
2122import java .util .Map ;
2223import java .util .regex .Pattern ;
4243import org .jdownloader .captcha .v2 .challenge .recaptcha .v2 .CaptchaHelperHostPluginRecaptchaV2 ;
4344import org .jdownloader .plugins .components .antiDDoSForHost ;
4445
45- @ HostPlugin (revision = "$Revision: 51330 $" , interfaceVersion = 3 , names = {}, urls = {})
46+ @ HostPlugin (revision = "$Revision: 51506 $" , interfaceVersion = 3 , names = {}, urls = {})
4647public class MixdropCo extends antiDDoSForHost {
4748 public MixdropCo (PluginWrapper wrapper ) {
4849 super (wrapper );
@@ -65,7 +66,7 @@ public String getAGBLink() {
6566 private static List <String []> getPluginDomains () {
6667 final List <String []> ret = new ArrayList <String []>();
6768 // each entry in List<String[]> will result in one PluginForHost, Plugin.getHost() will return String[0]->main domain
68- ret .add (new String [] { "mixdrop.ag" , "mixdrop.co" , "mixdrop.to" , "mixdrop.club" , "mixdrop.sx" , "mixdrop.bz" , "mixdroop.bz" , "mixdrop.vc" , "mixdrop.to" , "mdy48tn97.com" , "mdbekjwqa.pw" , "mdfx9dc8n.net" , "mdzsmutpcvykb.net" , "mixdrop.ms" , "mixdrop.is" , "mixdrop.si" , "mixdrop.ps" , "mixdrop.my" , "mixdrop.sn" , "mixdrop.cfd" });
69+ ret .add (new String [] { "mixdrop.ag" , "mixdrop.co" , "mixdrop.to" , "mixdrop.club" , "mixdrop.sx" , "mixdrop.bz" , "mixdroop.bz" , "mixdrop.vc" , "mixdrop.to" , "mdy48tn97.com" , "mdbekjwqa.pw" , "mdfx9dc8n.net" , "mdzsmutpcvykb.net" , "mixdrop.ms" , "mixdrop.is" , "mixdrop.si" , "mixdrop.ps" , "mixdrop.my" , "mixdrop.sn" , "mixdrop.cfd" , "mixdrop.cv" });
6970 return ret ;
7071 }
7172
@@ -311,9 +312,16 @@ private void handleDownload(final DownloadLink link, final boolean resumable, fi
311312 protected CaptchaHelperHostPluginRecaptchaV2 getCaptchaHelperHostPluginRecaptchaV2 (PluginForHost plugin , Browser br ) throws PluginException {
312313 return new CaptchaHelperHostPluginRecaptchaV2 (this , br , this .getReCaptchaKey ()) {
313314
315+ @ Override
316+ protected Map <String , Object > getV3Action () {
317+ final Map <String , Object > ret = new HashMap <String , Object >();
318+ ret .put ("action" , "download" );
319+ return ret ;
320+ }
321+
314322 @ Override
315323 public org .jdownloader .captcha .v2 .challenge .recaptcha .v2 .AbstractRecaptchaV2 .VERSION getVersion () {
316- return VERSION . V3 ;
324+ return super . getVersion () ;
317325 }
318326
319327 @ Override
0 commit comments