Skip to content

Commit

Permalink
mdan: update seeders/leechers selector
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed May 19, 2023
1 parent ca35c57 commit 02a818f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Jackett.Common/Definitions/mdan.yml
Expand Up @@ -141,8 +141,12 @@ search:
selector: td:nth-child(4)
seeders:
selector: a[href$="seeders"]
optional: true
default: 0
leechers:
selector: a[href$="leechers"]
optional: true
default: 0
downloadvolumefactor:
case:
img[src="./pic/free.gif"]: 0
Expand Down

0 comments on commit 02a818f

Please sign in to comment.