Blutopia: add global freeleech support

This commit is contained in:
kaso17
2017-10-24 12:24:36 +02:00
parent 6200eba45d
commit 0ada1871ba

View File

@@ -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: