MEGA STAR IPTV v3.4版本的 MD5 值为:f68c82adeb6c1166a42c50cbe0c3cfa6

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


package k7;

import org.json.JSONException;
import org.json.JSONObject;
import t8.c;
public final class a {
    private final JSONObject f8226a;
    public static final b f8225c = new b(null);
    private static final a f8224b = new C0110a().c();

    public static final class C0110a {
        public static final C0111a f8227b = new C0111a(null);
        private final JSONObject f8228a = new JSONObject();

        public static final class C0111a {
            private C0111a() {
            }

            public C0111a(t8.a aVar) {
                this();
            }
        }

        public C0110a() {
            a("autoplay", 0);
            a("controls", 0);
            a("enablejsapi", 1);
            a("fs", 0);
            b("origin", "https://www.youtube.com");
            a("rel", 0);
            a("showinfo", 0);
            a("iv_load_policy", 3);
            a("modestbranding", 1);
            a("cc_load_policy", 0);
        }

        private final void a(String str, int i9) {
            try {
                this.f8228a.put(str, i9);
            } catch (JSONException unused) {
                throw new RuntimeException("Illegal JSON value " + str + ": " + i9);
            }
        }

        private final void b(String str, String str2) {
            try {
                this.f8228a.put(str, str2);
            } catch (JSONException unused) {
                throw new RuntimeException("Illegal JSON value " + str + ": " + str2);
            }
        }

        public final a c() {
            return new a(this.f8228a, null);
        }

        public final C0110a d(int i9) {
            a("controls", i9);
            return this;
        }
    }

    public static final class b {
        private b() {
        }

        public b(t8.a aVar) {
            this();
        }

        public final a a() {
            return a.f8224b;
        }
    }

    private a(JSONObject jSONObject) {
        this.f8226a = jSONObject;
    }

    public a(JSONObject jSONObject, t8.a aVar) {
        this(jSONObject);
    }

    public final String b() {
        String string = this.f8226a.getString("origin");
        c.b(string, "playerOptions.getString(Builder.ORIGIN)");
        return string;
    }

    public String toString() {
        String jSONObject = this.f8226a.toString();
        c.b(jSONObject, "playerOptions.toString()");
        return jSONObject;
    }
}