Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ixff authored and fzlins committed Sep 13, 2024
1 parent ca431f8 commit 28f6dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/sites/hhanclub.top/getSearchResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
link,
url,
size: row.find('.torrent-info-text-size').text() || 0,
time: row.find('.torrent-info-text-added > span').attr('title') || "",
time: row.find('.torrent-info-text-added > span').attr('title') || row.find('.torrent-info-text-added').text() || "",
author: row.find('.torrent-info-text-author').text() || "",
seeders: row.find('.torrent-info-text-seeders').text().trim() || 0,
leechers: row.find('.torrent-info-text-leechers').text().trim() || 0,
Expand Down

0 comments on commit 28f6dc3

Please sign in to comment.