低端影视 修复
This commit is contained in:
parent
9f899b8ff4
commit
b270caa182
|
|
@ -66,17 +66,18 @@ public class Cloud extends Spider {
|
||||||
ucShare.add(shareLink);
|
ucShare.add(shareLink);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!aliShare.isEmpty()) {
|
||||||
if (!ucShare.isEmpty()) {
|
from.add(ali.detailContentVodPlayFrom(aliShare));
|
||||||
from.add(uc.detailContentVodPlayFrom(ucShare));
|
|
||||||
}
|
}
|
||||||
if (!quarkShare.isEmpty()) {
|
if (!quarkShare.isEmpty()) {
|
||||||
from.add(quark.detailContentVodPlayFrom(quarkShare));
|
from.add(quark.detailContentVodPlayFrom(quarkShare));
|
||||||
}
|
}
|
||||||
if (!aliShare.isEmpty()) {
|
if (!ucShare.isEmpty()) {
|
||||||
from.add(ali.detailContentVodPlayFrom(aliShare));
|
from.add(uc.detailContentVodPlayFrom(ucShare));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return TextUtils.join("$$$", from);
|
return TextUtils.join("$$$", from);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ public class DdrkTest {
|
||||||
@org.junit.Test
|
@org.junit.Test
|
||||||
public void detailContent() throws Exception {
|
public void detailContent() throws Exception {
|
||||||
// String content = spider.detailContent(Arrays.asList("https://ddys.pro/the-shadow-strays/"));
|
// String content = spider.detailContent(Arrays.asList("https://ddys.pro/the-shadow-strays/"));
|
||||||
String content = spider.detailContent(Arrays.asList("dahmer-monster"));
|
String content = spider.detailContent(Arrays.asList("the-shadow-strays"));
|
||||||
JsonObject map = Json.safeObject(content);
|
JsonObject map = Json.safeObject(content);
|
||||||
Gson gson = new GsonBuilder().setPrettyPrinting().create();
|
Gson gson = new GsonBuilder().setPrettyPrinting().create();
|
||||||
System.out.println("detailContent--" + content);
|
System.out.println("detailContent--" + content);
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
22dc36b8c8afa1f2cc6b2f4ee72f6e62
|
a123d2842c9d069f49c0330afdec33e1
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;22dc36b8c8afa1f2cc6b2f4ee72f6e62",
|
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;a123d2842c9d069f49c0330afdec33e1",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "直播",
|
"name": "直播",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;22dc36b8c8afa1f2cc6b2f4ee72f6e62",
|
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;a123d2842c9d069f49c0330afdec33e1",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "直播ipv6",
|
"name": "直播ipv6",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;22dc36b8c8afa1f2cc6b2f4ee72f6e62",
|
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;a123d2842c9d069f49c0330afdec33e1",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "直播ipv6",
|
"name": "直播ipv6",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;22dc36b8c8afa1f2cc6b2f4ee72f6e62",
|
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;a123d2842c9d069f49c0330afdec33e1",
|
||||||
"lives": [
|
"lives": [
|
||||||
{
|
{
|
||||||
"name": "直播",
|
"name": "直播",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue