Skip to content

Commit

Permalink
fix: u2、hdf、ao禁用imdb搜索
Browse files Browse the repository at this point in the history
  • Loading branch information
ted423 committed May 16, 2022
1 parent 7e3c860 commit e4cb350
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions resource/sites/aidoru-online.me/config.json
Expand Up @@ -17,6 +17,7 @@
}],
"host": "aidoru-online.me",
"searchEntryConfig": {
"skipIMDbId": true,
"page": "/get_ttable.php?pcat=Show+All&subbed=&fl=&resd=&p=0&searchstr=$key$&deadlive=1&sortcol=id&sortorder=desc&startdt=&enddt=",
"loggedRegex": "class=\"ttable_headinner\"",
"resultType": "html",
Expand Down
1 change: 1 addition & 0 deletions resource/sites/hdf.world/config.json
Expand Up @@ -15,6 +15,7 @@
}],
"securityKeyFields": ["authkey", "torrent_pass"],
"searchEntryConfig": {
"skipIMDbId": true,
"page": "/ajax.php",
"resultType": "json",
"parseScriptFile": "getSearchResult.js",
Expand Down
1 change: 1 addition & 0 deletions resource/sites/u2.dmhy.org/config.json
Expand Up @@ -12,6 +12,7 @@
"host": "u2.dmhy.org",
"searchEntryConfig": {
"merge": true,
"skipIMDbId": true,
"fieldSelector": {
"progress": {
"selector": ["td[class*='seedhlc_']", "td[class*='leechhlc_']", ""],
Expand Down

0 comments on commit e4cb350

Please sign in to comment.