mirror of
https://github.com/Jackett/Jackett
synced 2025-02-21 22:07:10 +00:00
yggtorrent: fix category selector. resolves #4725
This commit is contained in:
parent
aef7b34ec3
commit
9538adcc30
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@
|
|||
attribute: href
|
||||
category:
|
||||
# changed the catid into and hidden div as of last tracker problem
|
||||
selector: ":nth-child(1) > div#hidden"
|
||||
selector: ":nth-child(1) > div.hidden"
|
||||
|
||||
comments:
|
||||
optional: true
|
||||
|
|
Loading…
Reference in a new issue