夸克盘扫码
This commit is contained in:
parent
412bcbea0a
commit
8415d161e2
|
|
@ -103,7 +103,7 @@ public class MainActivity extends Activity {
|
|||
|
||||
public void playerContent() {
|
||||
try {
|
||||
Logger.t("playerContent").d(spider.playerContent("quark4K", "c3f6b5fa48234c53909c65a4ff0f1888++35a24809b6844580ab928b036447c38b++38c5e16d71f7++WO+985YWWHg47ZXqtt5i7LxdoVCmceNoKLKPUMLtIPk=", new ArrayList<>()));
|
||||
Logger.t("playerContent").d(spider.playerContent("quark4K", "a2b40ca04eaa408f9008c161b685a722++a02c38f9ee9a99a5345f91ed4fb4e453++38c5e16d71f7++Yh7f4+dwB7CRa/HMcWOy0Sl1fepgjXCR3lVbyVFeNoY=", new ArrayList<>()));
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,18 +1,13 @@
|
|||
import android.app.Application;
|
||||
|
||||
import com.github.catvod.server.Server;
|
||||
import com.github.catvod.spider.Init;
|
||||
import com.github.catvod.spider.Jianpian;
|
||||
import com.github.catvod.spider.Wogg;
|
||||
import com.github.catvod.utils.Json;
|
||||
import com.google.gson.Gson;
|
||||
import com.google.gson.GsonBuilder;
|
||||
import com.google.gson.JsonObject;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.Mock;
|
||||
import org.mockito.junit.MockitoJUnitRunner;
|
||||
import org.robolectric.RobolectricTestRunner;
|
||||
import org.robolectric.RuntimeEnvironment;
|
||||
|
||||
|
|
@ -70,7 +65,7 @@ public class WoggTest {
|
|||
@org.junit.Test
|
||||
public void detailContent() throws Exception {
|
||||
|
||||
String content = spider.detailContent(Arrays.asList("/voddetail/86346.html"));
|
||||
String content = spider.detailContent(Arrays.asList("/voddetail/86527.html"));
|
||||
System.out.println("detailContent--" + content);
|
||||
|
||||
JsonObject map = Json.safeObject(content);
|
||||
|
|
|
|||
|
|
@ -20,4 +20,3 @@ android.enableJetifier=true
|
|||
# resources declared in the library itself and none from the library's dependencies,
|
||||
# thereby reducing the size of the R class for that library
|
||||
android.nonTransitiveRClass=true
|
||||
android.enableR8.fullMode=false
|
||||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
d6eccd66294595385a10debd6ef1faba
|
||||
b6f558aabe7cd8f5f430e2cacb320a51
|
||||
|
|
|
|||
Loading…
Reference in New Issue