Skip to content

Commit bf9288f

Browse files
committed
Merge pull request n0tr00t#3 from Captain-D/patch-3
Add iqiyi
2 parents 4f6dd29 + 56598a6 commit bf9288f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

plugins/www_iqiyi_com.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"information":{
3+
"author" : "Dave",
4+
"date" : "2015/03/12",
5+
"name" : "爱奇艺",
6+
"website" : "http://www.iqiyi.com/",
7+
"category" : "娱乐",
8+
"icon" : "http://qiyipic.iqiyi.com/common/fix/public_images/logoCommon.png",
9+
"desc" : "百度旗下的一家专注于提供免费、高清网络视频服务的大型视频网站。。"
10+
},
11+
12+
"request" :{
13+
"cellphone_url" : "http://passport.iqiyi.com/apis/user/check_account.action",
14+
"email_url" : "http://passport.iqiyi.com/apis/user/check_account.action",
15+
"user_url" : "http://passport.iqiyi.com/apis/user/check_account.action",
16+
"method" : "POST",
17+
"post_fields":{
18+
"account":"",
19+
"agenttype":1
20+
}
21+
},
22+
23+
"status":{
24+
"judge_yes_keyword" : "\"data\":true",
25+
"judge_no_keyword" : "\"data\":false",
26+
"profile_url":""
27+
}
28+
}

0 commit comments

Comments
 (0)