新增 [豆瓣 - 人物图片/人物作品] 支持

This commit is contained in:
xiu2
2024-12-30 13:37:27 +08:00
parent 8954dc9611
commit 77baeb29c9
+3 -3
View File
@@ -363,12 +363,12 @@
"loadTime": 1000
}
},
"豆瓣 - 片单/标签/小组讨论精选/广播/日记": {
"豆瓣 - 片单/标签/人物图片/人物作品/小组讨论精选/广播/日记": {
"host": "www.douban.com",
"url": "return (fun.indexOF(/^\\/(doulist|tag)\\//) || fun.lp() == '/group/explore' || ((fun.indexOF(/^\\/people\\/.+\\/status/) && fun.indexOF('tab=','s') && !fun.indexOF('tab=collect','s'))) || (fun.indexOF(/^\\/note\\/\\d+\\//) && fun.indexOF('type=','s')))",
"url": "return (fun.indexOF(/^\\/(doulist|tag)\\//) || fun.indexOF(/^\\/personage\\/\\d+\\/(photos|creations)/) || fun.lp() == '/group/explore' || ((fun.indexOF(/^\\/people\\/.+\\/status/) && fun.indexOF('tab=','s') && !fun.indexOF('tab=collect','s'))) || (fun.indexOF(/^\\/note\\/\\d+\\//) && fun.indexOF('type=','s')))",
"pager": {
"nextL": "link[rel='next']",
"pageE": ".doulist-item,.article>.mod:not([id='doulist-info']),.channel-item,.list",
"pageE": ".doulist-item,.article>.mod:not([id='doulist-info']),ul.pics>li,ul.creations>li.creation,.channel-item,.list",
"replaceE": ".paginator"
}
},