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

以下内容为反编译后的 c0.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;
import org.apache.commons.lang3.StringUtils;

public final class c0 extends BaseProcessor {

    public final Movie f17884f;

    public final ArrayList<ib.o> f17885g;

    public int f17886h;

    public int f17887i;

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

    public void process(int i10, int i11) {
        this.f17886h = i11;
        this.f17887i = i10;
        Movie movie = this.f17884f;
        String replace = movie.getTitle().replace("?", "").replace("&", "and");
        int i12 = this.f17887i;
        int i13 = this.f17886h;
        if (replace.toLowerCase().contains("birds of prey") && movie.f12396y.equals("2020")) {
            replace = "Birds Of Prey";
        }
        String str = replace;
        String g10 = a.b.g("season ", i12);
        StringBuilder sb2 = new StringBuilder("episode ");
        StringBuilder sb3 = i13 < 10 ? new StringBuilder("0") : new StringBuilder();
        sb3.append(i13);
        sb3.append(":");
        sb2.append(sb3.toString());
        String sb4 = sb2.toString();
        String h10 = a.b.h("episode ", i13, ":");
        String h11 = a.b.h("episode ", i13, StringUtils.SPACE);
        String h12 = a.b.h("episode ", i13, "-");
        new b0(this, this.f12422d + "/search.html?keyword=" + str.replace("", "") + " season " + i12, str, g10, sb4, h10, h11, a.b.g("episode ", i13), h12).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, new Void[0]);
    }
}