'更新可用状态'
This commit is contained in:
parent
05f5c807ea
commit
cd935ac14e
app/src/main/java/com/github/catvod
jar
json
@ -12,6 +12,7 @@ import com.github.catvod.crawler.Spider;
|
||||
import com.github.catvod.spider.CaoLiu;
|
||||
import com.github.catvod.spider.Cg51;
|
||||
import com.github.catvod.spider.Douban;
|
||||
import com.github.catvod.spider.IQIYI;
|
||||
import com.github.catvod.spider.Ikanbot;
|
||||
import com.github.catvod.spider.Init;
|
||||
import com.github.catvod.spider.J91;
|
||||
@ -62,7 +63,7 @@ public class MainActivity extends Activity {
|
||||
private void initSpider() {
|
||||
try {
|
||||
Init.init(getApplicationContext());
|
||||
spider = new Cg51();
|
||||
spider = new IQIYI();
|
||||
spider.init(this, "");
|
||||
} catch (Throwable e) {
|
||||
e.printStackTrace();
|
||||
|
331
app/src/main/java/com/github/catvod/spider/IQIYI.java
Normal file
331
app/src/main/java/com/github/catvod/spider/IQIYI.java
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -1 +1 @@
|
||||
6d194ba92cef794bed54504cec4ee4f7
|
||||
28d8b15a5396d153778e531d03457ae2
|
||||
|
@ -114,6 +114,14 @@
|
||||
"searchable": 0,
|
||||
"filterable": 1
|
||||
},
|
||||
{
|
||||
"key": "IQIYI",
|
||||
"name": "豆瓣 | 仅推荐",
|
||||
"type": 3,
|
||||
"api": "csp_IQIYI",
|
||||
"searchable": 1,
|
||||
"filterable": 1
|
||||
},
|
||||
{
|
||||
"key": "push_agent",
|
||||
"name": "推送",
|
||||
|
Loading…
x
Reference in New Issue
Block a user