mirror of
https://github.com/bizhangjie/CatVodSpider.git
synced 2025-10-29 19:12:14 +00:00
'更新可用状态'
This commit is contained in:
@@ -11,7 +11,7 @@ https://github.com/CatVodTVOfficial/CatVodTVSpider
|
||||
> ❌ 无法使用
|
||||
|
||||
| **站点** | **类别** | **调用名称** | **状态** |
|
||||
|--------|--------|--------| -------- |
|
||||
|--------|--------|-------| -------- |
|
||||
| 91 | 视频 | csp_J91 | 🟢 |
|
||||
| 51吃瓜 | 吃瓜 | csp_Cg51 | 🟢 |
|
||||
| Jabel | 教学 | csp_Jable | 🟢 |
|
||||
@@ -23,6 +23,7 @@ https://github.com/CatVodTVOfficial/CatVodTVSpider
|
||||
| CaoLiu | 视频 | csp_CaoLiu | 🟢 |
|
||||
| MiMei | 视频 | csp_MiMei | 🟢 |
|
||||
| XVideos | 视频 | csp_XVideos | 🟢 |
|
||||
| MGTV | 视频 | csp_MGTV | 🟢 |
|
||||
|
||||
> jar脚本
|
||||
```shell
|
||||
|
||||
@@ -19,6 +19,7 @@ import com.github.catvod.spider.J91;
|
||||
import com.github.catvod.spider.Jable;
|
||||
import com.github.catvod.spider.JavDb;
|
||||
import com.github.catvod.spider.JustLive;
|
||||
import com.github.catvod.spider.MGTV;
|
||||
import com.github.catvod.spider.MiMei;
|
||||
import com.github.catvod.spider.QxiTv;
|
||||
import com.github.catvod.spider.W55Movie;
|
||||
@@ -63,7 +64,7 @@ public class MainActivity extends Activity {
|
||||
private void initSpider() {
|
||||
try {
|
||||
Init.init(getApplicationContext());
|
||||
spider = new IQIYI();
|
||||
spider = new MGTV();
|
||||
spider.init(this, "");
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
@@ -89,7 +90,7 @@ public class MainActivity extends Activity {
|
||||
public void categoryContent(){
|
||||
|
||||
try {
|
||||
Logger.t("categoryContent").d(spider.categoryContent("/suoyoushipin/zhibo", "1", true, new HashMap<>()));
|
||||
Logger.t("categoryContent").d(spider.categoryContent("4", "1", true, new HashMap<>()));
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
247
app/src/main/java/com/github/catvod/spider/MGTV.java
Normal file
247
app/src/main/java/com/github/catvod/spider/MGTV.java
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -1 +1 @@
|
||||
28d8b15a5396d153778e531d03457ae2
|
||||
90d5ceb2a6db8b485aa47145141236cb
|
||||
|
||||
@@ -117,11 +117,19 @@
|
||||
{
|
||||
"key": "IQIYI",
|
||||
"name": "愛奇藝 | 搜索",
|
||||
"type": 3,
|
||||
"type": 4,
|
||||
"api": "csp_IQIYI",
|
||||
"searchable": 1,
|
||||
"filterable": 1
|
||||
},
|
||||
{
|
||||
"key": "MGTV",
|
||||
"name": "芒果 | 视频",
|
||||
"type": 4,
|
||||
"api": "csp_MGTV",
|
||||
"searchable": 0,
|
||||
"filterable": 1
|
||||
},
|
||||
{
|
||||
"key": "push_agent",
|
||||
"name": "推送",
|
||||
@@ -151,7 +159,7 @@
|
||||
},
|
||||
{
|
||||
"name": "爱心笔记本",
|
||||
"type": 1,
|
||||
"type": 4,
|
||||
"url": "http://119.91.123.253:2345/Api/yun.php?url="
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user