夸克吧
This commit is contained in:
parent
19ce8a7a83
commit
d4ded699da
|
|
@ -30,6 +30,7 @@ import java.util.stream.Collectors;
|
|||
public class KuaKeBa extends Cloud {
|
||||
|
||||
private final String siteUrl = "https://www.kuakeba.top/yunpan";
|
||||
private final String hostUrl = "https://www.kuakeba.top";
|
||||
|
||||
|
||||
private Map<String, String> getHeader() {
|
||||
|
|
@ -72,7 +73,7 @@ public class KuaKeBa extends Cloud {
|
|||
String vodId = e.selectFirst(" a").attr("href");
|
||||
String vodPic = e.selectFirst(" img").attr("data-src");
|
||||
if (!vodPic.startsWith("http")) {
|
||||
vodPic = siteUrl + vodPic;
|
||||
vodPic = hostUrl + vodPic;
|
||||
}
|
||||
String vodName = e.selectFirst(" header > h2 > a").text();
|
||||
String vodRemarks = "";
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
1eb56031ca34a7f44b85e65c86dcc5a8
|
||||
3530f4b250aff9173cbad8d7d1a39a1c
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;1eb56031ca34a7f44b85e65c86dcc5a8",
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;3530f4b250aff9173cbad8d7d1a39a1c",
|
||||
"lives": [
|
||||
{
|
||||
"name": "直播ipv6",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;1eb56031ca34a7f44b85e65c86dcc5a8",
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;3530f4b250aff9173cbad8d7d1a39a1c",
|
||||
"lives": [
|
||||
{
|
||||
"name": "直播ipv6",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;1eb56031ca34a7f44b85e65c86dcc5a8",
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;3530f4b250aff9173cbad8d7d1a39a1c",
|
||||
"lives": [
|
||||
{
|
||||
"name": "直播ipv6",
|
||||
|
|
|
|||
Loading…
Reference in New Issue