Skip to content

Commit

Permalink
Merge pull request #1177 from fzlins/dev
Browse files Browse the repository at this point in the history
feat:添加对HUNO的支持;修复部分新版UNIT3D站点在搜索结果中不能正确获取种子大小的问题
  • Loading branch information
ted423 committed Nov 27, 2022
2 parents 551dc8b + 68c2ae4 commit 3141fa8
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 3141fa8

Please sign in to comment.