mirror of
https://github.com/Jackett/Jackett
synced 2025-02-01 12:21:35 +00:00
ptfiles: detect freeleech crazyhour
This commit is contained in:
parent
3fdd3cd64c
commit
442122cd6e
1 changed files with 4 additions and 1 deletions
|
@ -156,10 +156,13 @@ search:
|
|||
args: ["Uploaded: ", ""]
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
":root:has(div.rounded_colhead2:contains(\"w00t It's Crazyhour!\"))": 0 # Freeleech hour
|
||||
"span.tool:contains(\"[FREE]\")": 0
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
case:
|
||||
":root:has(div.rounded_colhead2:contains(\"w00t It's Crazyhour!\"))": 3 # Freeleech hour
|
||||
"*": 1
|
||||
genre:
|
||||
selector: td:nth-child(2) > span:has(span > small)
|
||||
remove: span:nth-child(1), span.tool, a[title^="Search all"], br ~ b > small
|
||||
|
|
Loading…
Reference in a new issue