mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
bitcityreloaded: fix occasional size selector miss
This commit is contained in:
@@ -136,7 +136,7 @@ search:
|
|||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02.01.2006 15:04:05 -07:00"
|
args: "02.01.2006 15:04:05 -07:00"
|
||||||
size:
|
size:
|
||||||
selector: table tbody tr:nth-of-type(2) td b
|
selector: table tbody tr:nth-of-type(2) > td > b
|
||||||
files:
|
files:
|
||||||
selector: td:has(a[href*="&filelist=1"])> b:nth-child(2)
|
selector: td:has(a[href*="&filelist=1"])> b:nth-child(2)
|
||||||
grabs:
|
grabs:
|
||||||
|
Reference in New Issue
Block a user