Snaptube v4.40.0.4401610版本的 MD5 值为:ca2b95dcff63007195db02a6c93091b9

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


package o;

import android.content.Context;
import com.wandoujia.base.concurrent.CachedThreadPoolExecutorWithCapacity;
import com.wandoujia.udid.UDIDUtil;
import java.util.ArrayList;
import java.util.concurrent.Executor;
import org.apache.http.client.utils.URLEncodedUtils;
import org.apache.http.message.BasicNameValuePair;
public class cmd {
    private static final Executor f20786 = new CachedThreadPoolExecutorWithCapacity(1);

    public static void m21730(Context context, String str, String str2, boolean z, long j) {
        final ArrayList arrayList = new ArrayList();
        arrayList.add(new BasicNameValuePair("uri", str));
        arrayList.add(new BasicNameValuePair("url", str2));
        arrayList.add(new BasicNameValuePair("available", String.valueOf(z)));
        arrayList.add(new BasicNameValuePair("speed", String.valueOf(j)));
        arrayList.add(new BasicNameValuePair("source", "download"));
        arrayList.add(new BasicNameValuePair("u", UDIDUtil.m12928(context)));
        f20786.execute(new Runnable() {
            @Override
            public void run() {
                try {
                    cmg.m21741("http://musics.wandoujia.com/api/v1/feedback/dlink?" + URLEncodedUtils.format(arrayList, "utf-8"));
                } catch (Throwable th) {
                    th.printStackTrace();
                }
            }
        });
    }
}