导航菜单

页面标题

页面副标题

Your TV v2.0.2 - C0142u2.java 源代码

正在查看: Your TV v2.0.2 应用的 C0142u2.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package G0;

import com.horsenma.yourtv.data.Source;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.intrinsics.IntrinsicsKt;
import kotlin.coroutines.jvm.internal.SuspendLambda;
import kotlinx.coroutines.CoroutineScope;

public final class C0142u2 extends SuspendLambda implements X0.p {

    public int f1421a;

    public final C0147v2 f1422b;

    public C0142u2(C0147v2 c0147v2, Continuation continuation) {
        super(2, continuation);
        this.f1422b = c0147v2;
    }

    @Override
    public final Continuation create(Object obj, Continuation continuation) {
        return new C0142u2(this.f1422b, continuation);
    }

    @Override
    public final Object invoke(Object obj, Object obj2) {
        return ((C0142u2) create((CoroutineScope) obj, (Continuation) obj2)).invokeSuspend(M0.k.f1656a);
    }

    @Override
    public final Object invokeSuspend(Object obj) {
        Object coroutine_suspended = IntrinsicsKt.getCOROUTINE_SUSPENDED();
        int i2 = this.f1421a;
        if (i2 == 0) {
            b.b.R(obj);
            this.f1421a = 1;
            obj = this.f1422b.a("https://url.horsenma.net/yourtvsources", this);
            if (obj == coroutine_suspended) {
                return coroutine_suspended;
            }
        } else {
            if (i2 != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            b.b.R(obj);
        }
        String str = (String) obj;
        String str2 = "";
        if (N1.o().length() != 0) {
            try {
                H0.a.INSTANCE.getClass();
                Object fromJson = H0.a.b().fromJson(N1.o(), H0.a.e());
                List list = fromJson instanceof List ? (List) fromJson : null;
                if (list != null) {
                    ArrayList arrayList = new ArrayList(N0.n.a0(list));
                    Iterator it = list.iterator();
                    while (it.hasNext()) {
                        arrayList.add(((Source) it.next()).c());
                    }
                    String n02 = N0.l.n0(arrayList, "\n", null, null, null, 62);
                    if (n02 != null) {
                        str2 = n02;
                    }
                }
            } catch (Exception unused) {
            }
        }
        return e1.g.I0(str + "\n" + str2).toString();
    }
}