Live Football Updates v1.0版本的 MD5 值为:95609b5a5bec0a5f5a0b6e8e4d8f1cba

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


package zj;

import ak.g;
import cj.h0;
import ck.f;
import ck.o;
import ck.s;
import com.ironsource.q2;
import ek.a;
import java.net.MalformedURLException;
import java.net.URL;
public final class c {
    public static String a(String str, ek.b bVar) {
        f s02 = f.s0("");
        o q02 = s02.q0();
        dk.b bVar2 = new dk.b();
        s[] sVarArr = (s[]) bVar2.g(str, q02, "", new dk.f(bVar2)).toArray(new s[0]);
        int length = sVarArr.length;
        while (true) {
            length--;
            if (length <= 0) {
                break;
            }
            sVarArr[length].I();
        }
        for (s sVar : sVarArr) {
            q02.R(sVar);
        }
        ek.a aVar = new ek.a(bVar);
        f s03 = f.s0(s02.i());
        o q03 = s02.q0();
        h0.f(new a.C0246a(q03, s03.q0()), q03);
        s03.f4277k = s02.f4277k.clone();
        return s03.q0().c0();
    }

    public static ak.d b(String str) {
        ak.d dVar = new ak.d();
        g.e(str, q2.h.H);
        try {
            dVar.f987a.e(new URL(str));
            return dVar;
        } catch (MalformedURLException e10) {
            throw new IllegalArgumentException(String.format("The supplied URL, '%s', is malformed. Make sure it is an absolute URL, and starts with 'http://' or 'https://'. See https://jsoup.org/cookbook/extracting-data/working-with-urls", str), e10);
        }
    }
}