mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
gdf76: prevent log errors
This commit is contained in:
parent
5ef6b8601a
commit
b1c25d4c5b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
active: 0
|
||||
|
||||
rows:
|
||||
selector: tr:has(a[href^="index.php?page=torrent-details"])
|
||||
selector: tr > td > table > tbody tr:has(a[href^="index.php?page=torrent-details"])
|
||||
fields:
|
||||
title:
|
||||
selector: td a[href^="index.php?page=torrent-details"]
|
||||
|
|
Loading…
Reference in a new issue