mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Blutopia: add global freeleech support
This commit is contained in:
@@ -56,10 +56,8 @@
|
|||||||
selector: a[href*="/categories/"]
|
selector: a[href*="/categories/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: strdump
|
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: "/categories/.*?\\.(\\d+)"
|
args: "/categories/.*?\\.(\\d+)"
|
||||||
- name: strdump
|
|
||||||
title:
|
title:
|
||||||
selector: a.view-torrent
|
selector: a.view-torrent
|
||||||
download:
|
download:
|
||||||
@@ -97,6 +95,7 @@
|
|||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"i[data-original-title=\"100% Free\"]": "0"
|
"i[data-original-title=\"100% Free\"]": "0"
|
||||||
|
"i[data-original-title=\"Global FreeLeech\"]": "0"
|
||||||
"*": "1"
|
"*": "1"
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
|
Reference in New Issue
Block a user