Skip to content

Commit

Permalink
add kimivod
Browse files Browse the repository at this point in the history
  • Loading branch information
NieR4ever committed Dec 25, 2024
1 parent 7fee2a7 commit 3d0e654
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions css.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,66 @@
}
}
},
{
"factoryId": "web-selector",
"version": 2,
"arguments": {
"name": "kimivod",
"description": "",
"iconUrl": "https://kimivod.com/apple-touch-icon.png",
"searchConfig": {
"searchUrl": "https://cn.kimivod.com/search.php?searchword={keyword}",
"searchUseOnlyFirstWord": true,
"searchRemoveSpecial": true,
"rawBaseUrl": "",
"subjectFormatId": "a",
"selectorSubjectFormatA": {
"selectLists": "#searchList > li > div.detail > h4 > a",
"preferShorterName": true
},
"selectorSubjectFormatIndexed": {
"selectNames": ".play_some",
"selectLinks": "#some_drama > div > a",
"preferShorterName": true
},
"selectorSubjectFormatJsonPathIndexed": {
"selectLinks": "$[*]['url', 'link']",
"selectNames": "$[*]['title','name']",
"preferShorterName": true
},
"channelFormatId": "index-grouped",
"selectorChannelFormatFlattened": {
"selectChannelNames": "body > main > div.tabs > a",
"matchChannelName": "^(?<ch>.+?)(\\d+)?$",
"selectEpisodeLists": ".playno",
"selectEpisodesFromList": "a",
"selectEpisodeLinksFromList": "",
"matchEpisodeSortFromName": "\\s*(?<ep>.+)\\s*[话集]"
},
"selectorChannelFormatNoChannel": {
"selectEpisodes": ".anthology a",
"selectEpisodeLinks": "",
"matchEpisodeSortFromName": "\\s*(?<ep>.+)\\s*[话集]"
},
"filterByEpisodeSort": true,
"filterBySubjectName": true,
"selectMedia": {
"distinguishSubjectName": true,
"distinguishChannelName": true
},
"matchVideo": {
"enableNestedUrl": true,
"matchNestedUrl": "^.+(m3u8|vip|xigua\\.php).+\\?",
"matchVideoUrl": "(^http(s)?:\\/\\/(?!.*http(s)?:\\/\\/).+((\\.mp4)|(\\.mkv)|(m3u8)).*(\\?.+)?)|(akamaized)|(bilivideo.com)",
"cookies": "quality=1080",
"addHeadersToVideo": {
"referer": "",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
}
}
}
}
},
{
"factoryId": "web-selector",
"version": 2,
Expand Down

0 comments on commit 3d0e654

Please sign in to comment.