Remove YingShi Advertisement
This commit is contained in:
parent
e813a06ad2
commit
a0e803bb83
|
|
@ -20,6 +20,7 @@ import org.jsoup.nodes.Document;
|
|||
import org.jsoup.nodes.Element;
|
||||
import org.jsoup.select.Elements;
|
||||
|
||||
import java.io.ByteArrayInputStream;
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.math.BigDecimal;
|
||||
|
|
@ -114,7 +115,7 @@ public class YingShi extends Spider {
|
|||
@Override
|
||||
public String playerContent(String flag, String id, List<String> vipFlags) throws Exception {
|
||||
String proxyUrl = Proxy.getUrl() + "?do=yingshi&url=" + id;
|
||||
return Result.get().url(proxyUrl).m3u8().string();
|
||||
return Result.get().url(proxyUrl).string();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
@ -191,7 +192,7 @@ public class YingShi extends Spider {
|
|||
Object[] result = new Object[3];
|
||||
result[0] = 200;
|
||||
result[1] = "application/octet-stream";
|
||||
result[2] = content;
|
||||
result[2] = new ByteArrayInputStream(content.getBytes());
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
d68a08e865a5a48fc3033b7466090cc9
|
||||
e99f254a76be4612aaf4f8e6eef5dae1
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;d68a08e865a5a48fc3033b7466090cc9",
|
||||
"spider": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;e99f254a76be4612aaf4f8e6eef5dae1",
|
||||
"wallpaper": "https://gao.chuqiuyu.tk",
|
||||
"sites": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;d68a08e865a5a48fc3033b7466090cc9",
|
||||
"spider": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;e99f254a76be4612aaf4f8e6eef5dae1",
|
||||
"wallpaper": "http://饭太硬.top/深色壁纸/api.php",
|
||||
"sites": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue