Skip to content

Commit

Permalink
feat:添加对HUNO的支持;修复部分新版UNIT3D站点在搜索结果中不能正确获取种子大小的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
fzlins committed Nov 26, 2022
1 parent d1e8200 commit 68c2ae4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resource/schemas/UNIT3D/getSearchResult.js
Expand Up @@ -70,7 +70,7 @@
}

// 大小
if (cell.find("i.fa-database").length) {
if (cell.attr('class').indexOf("torrent-listings-size") > -1 || cell.find("i.fa-database").length) {
fieldIndex.size = index;
continue;
}
Expand Down
10 changes: 10 additions & 0 deletions resource/sites/hawke.uno/config.json
@@ -0,0 +1,10 @@
{
"name": "HUNO",
"timezoneOffset": "+0000",
"schema": "UNIT3D",
"url": "https://hawke.uno/",
"icon": "https://hawke.uno/favicon.ico",
"tags": ["影视"],
"host": "hawke.unoz",
"collaborator": ["fzlins"]
}

0 comments on commit 68c2ae4

Please sign in to comment.