mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
TNTVillage: Change reported size based on category (#1207)
The size reported from the plugin will be defined by category matching. This is needed for applications like Sonarr/Couchpotato/Headphone to work.
This commit is contained in:
@@ -61,4 +61,9 @@
|
|||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: "1"
|
text: "1"
|
||||||
size:
|
size:
|
||||||
text: "5G"
|
selector: td:nth-child(3) a
|
||||||
|
case:
|
||||||
|
a[href*="&cat=4"]: "5GB"
|
||||||
|
a[href*="&cat=2"]: "100MB"
|
||||||
|
a[href*="&cat=30"]: "100MB"
|
||||||
|
"*": "2GB"
|
||||||
|
Reference in New Issue
Block a user