Skip to content

Commit

Permalink
fix(MTV): add skipNonLatinCharacters
Browse files Browse the repository at this point in the history
  • Loading branch information
fzlins committed Jan 30, 2025
1 parent 83dd77f commit e430886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resource/sites/beyond-hd.me/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"scripts": ["/schemas/NexusPHP/common.js", "/schemas/UNIT3D/torrents.js"]
}],
"searchEntryConfig": {
"skipNonLatinCharacters": true,
"page": "/torrents",
"resultType": "html",
"parseScriptFile": "getSearchResult.js",
Expand Down
1 change: 1 addition & 0 deletions resource/sites/www.morethantv.me/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"enabled": true
}],
"searchEntryConfig": {
"skipNonLatinCharacters": true,
"page": "torrents/browse?searchtext=$key$",
"name": "全部",
"resultType": "html",
Expand Down

0 comments on commit e430886

Please sign in to comment.