更新项目介绍
This commit is contained in:
parent
47937673b4
commit
84f31c12d8
|
|
@ -19,5 +19,10 @@ jsSpider 参考 https://github.com/jadehh/TVSpider
|
|||
[](https://star-history.com/#lushunming/AndroidCatVodSpider&Date)
|
||||
---
|
||||
|
||||
|
||||
## 公众号
|
||||
关注公众号,获取最新更新。
|
||||
[](https://imgse.com/i/pAW8wwV)
|
||||
|
||||
## 备注
|
||||
该项目仅为自己自用开发,如果发现bug,可以提issues,但是基本不接受新需求(除非我感兴趣的新需求)。
|
||||
|
|
|
|||
|
|
@ -0,0 +1,32 @@
|
|||
package com.github.catvod.spider;
|
||||
|
||||
import android.content.Context;
|
||||
import com.github.catvod.bean.Result;
|
||||
import com.github.catvod.bean.Vod;
|
||||
import com.github.catvod.crawler.Spider;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class Introduce extends Spider {
|
||||
|
||||
|
||||
@Override
|
||||
public void init(Context context, String extend) throws Exception {
|
||||
super.init(context, extend);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public String homeContent(boolean filter) throws Exception {
|
||||
List<Vod> list = new ArrayList<>();
|
||||
String pic = "https://s21.ax1x.com/2024/11/20/pAW8wwV.jpg";
|
||||
String name = "请关注公众号获取最新更新";
|
||||
list.add(new Vod("https://s21.ax1x.com/2024/11/20/pAW8wwV.jpg", name, pic));
|
||||
String pic2 = "https://s21.ax1x.com/2024/11/20/pAW8wwV.jpg";
|
||||
String name2 = "本接口不收费,请不要付费,谢谢!";
|
||||
list.add(new Vod("https://s21.ax1x.com/2024/11/20/pAW8wwV.jpg", name2, pic2));
|
||||
return Result.string(list);
|
||||
}
|
||||
|
||||
}
|
||||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
e6675006390d7f2339b9d557a21e9d7a
|
||||
c7d0776cefeaaa128a7f543f310ecd23
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;e6675006390d7f2339b9d557a21e9d7a",
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;c7d0776cefeaaa128a7f543f310ecd23",
|
||||
"lives": [
|
||||
{
|
||||
"name": "直播",
|
||||
|
|
@ -35,6 +35,12 @@
|
|||
}
|
||||
],
|
||||
"sites": [
|
||||
{
|
||||
"key": "Introduce",
|
||||
"name": "注意事项",
|
||||
"type": 3,
|
||||
"api": "csp_Introduce"
|
||||
},
|
||||
{
|
||||
"key": "Douban",
|
||||
"name": " 豆瓣仅推荐",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;e6675006390d7f2339b9d557a21e9d7a",
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;c7d0776cefeaaa128a7f543f310ecd23",
|
||||
"lives": [
|
||||
{
|
||||
"name": "直播ipv6",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;e6675006390d7f2339b9d557a21e9d7a",
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;c7d0776cefeaaa128a7f543f310ecd23",
|
||||
"lives": [
|
||||
{
|
||||
"name": "直播ipv6",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;e6675006390d7f2339b9d557a21e9d7a",
|
||||
"spider": "https://androidcatvodspider.pages.dev/jar/custom_spider.jar;md5;c7d0776cefeaaa128a7f543f310ecd23",
|
||||
"lives": [
|
||||
{
|
||||
"name": "直播",
|
||||
|
|
|
|||
Loading…
Reference in New Issue