FLIX VISION v2.8.2版本的 MD5 值为:4d33b143293b36f23ce5a6a5834e6993

以下内容为反编译后的 a0.java 源代码,内容仅作参考


package rb;

import android.content.Context;
import android.os.AsyncTask;
import flix.com.vision.models.Movie;
import flix.com.vision.processors.english.BaseProcessor;
import java.util.ArrayList;

public final class a0 extends BaseProcessor {

    public final Movie f17870f;

    public final ArrayList<ib.o> f17871g;

    public a0(Context context, Movie movie, hb.e eVar) {
        this.f17870f = movie;
        this.f12420b = eVar;
        this.f12421c = context;
        this.f17871g = new ArrayList<>();
        new zb.a(context, eVar);
        this.f12422d = "https://www5.gowatchseries.tv";
    }

    public void process() {
        Movie movie = this.f17870f;
        String replace = movie.getTitle().replace("?", "").replace("&", "and");
        if (replace.toLowerCase().contains("birds of prey") && movie.f12396y.equals("2020")) {
            replace = "Birds Of Prey";
        } else if (replace.toLowerCase().contains("mulan") && movie.f12396y.equals("2020")) {
            replace = "Mulan";
        }
        new z(this, this.f12422d + "/search.html?keyword=" + replace.replace("", ""), replace).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, new Void[0]);
    }
}