Merge branch 'main' of https://github.com/FongMi/CatVodSpider
This commit is contained in:
commit
7373c3ad86
|
|
@ -39,6 +39,7 @@ import java.util.concurrent.ScheduledExecutorService;
|
||||||
*/
|
*/
|
||||||
public class Bili extends Spider {
|
public class Bili extends Spider {
|
||||||
|
|
||||||
|
private static final String COOKIE = "buvid3=84B0395D-C9F2-C490-E92E-A09AB48FE26E71636infoc";
|
||||||
private static Map<String, String> audios;
|
private static Map<String, String> audios;
|
||||||
private static String cookie;
|
private static String cookie;
|
||||||
|
|
||||||
|
|
@ -74,7 +75,7 @@ public class Bili extends Spider {
|
||||||
cookie = extend.get("cookie").getAsString();
|
cookie = extend.get("cookie").getAsString();
|
||||||
if (cookie.startsWith("http")) cookie = OkHttp.string(cookie).trim();
|
if (cookie.startsWith("http")) cookie = OkHttp.string(cookie).trim();
|
||||||
if (TextUtils.isEmpty(cookie)) cookie = FileUtil.read(getUserCache());
|
if (TextUtils.isEmpty(cookie)) cookie = FileUtil.read(getUserCache());
|
||||||
if (TextUtils.isEmpty(cookie)) cookie = getCookie();
|
if (TextUtils.isEmpty(cookie)) cookie = COOKIE;
|
||||||
}
|
}
|
||||||
|
|
||||||
private List<Filter> getFilter() {
|
private List<Filter> getFilter() {
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
f6c79a469fd9a93db4dbd5fb568b705a
|
f5b3145384dbe67650ea3fe783764bd0
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;f6c79a469fd9a93db4dbd5fb568b705a",
|
"spider": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;f5b3145384dbe67650ea3fe783764bd0",
|
||||||
"wallpaper": "https://gao.chuqiuyu.tk",
|
"wallpaper": "https://gao.chuqiuyu.tk",
|
||||||
"sites": [
|
"sites": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"spider": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;f6c79a469fd9a93db4dbd5fb568b705a",
|
"spider": "https://fongmi.cachefly.net/FongMi/CatVodSpider/main/jar/custom_spider.jar;md5;f5b3145384dbe67650ea3fe783764bd0",
|
||||||
"wallpaper": "http://饭太硬.top/深色壁纸/api.php",
|
"wallpaper": "http://饭太硬.top/深色壁纸/api.php",
|
||||||
"sites": [
|
"sites": [
|
||||||
{
|
{
|
||||||
|
|
@ -301,7 +301,8 @@
|
||||||
"regex": [
|
"regex": [
|
||||||
"8.1748",
|
"8.1748",
|
||||||
"10.0099",
|
"10.0099",
|
||||||
"10.3333"
|
"10.3333",
|
||||||
|
"16.0599"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue