Skip to content

Commit

Permalink
add active torrent detection for frds
Browse files Browse the repository at this point in the history
  • Loading branch information
sagan committed Nov 24, 2023
1 parent 83d028b commit 2d09bc0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions site/tpl/tpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,12 @@ var (
Comment: "KamePT",
},
"keepfrds": {
Type: "nexusphp",
Aliases: []string{"frds"},
Url: "https://pt.keepfrds.com/",
SelectorTorrentNeutral: `img.pro_nl`,
Comment: "朋友、月月",
Type: "nexusphp",
Aliases: []string{"frds"},
Url: "https://pt.keepfrds.com/",
SelectorTorrentProcessBar: `div[style="width: 400px; height:16px;"] > div[style="margin-top: 2px; float: left;"]`,
SelectorTorrentNeutral: `img.pro_nl`,
Comment: "朋友、月月",
},
"kufei": {
Type: "nexusphp",
Expand Down

0 comments on commit 2d09bc0

Please sign in to comment.