divteam: Add language flags taking VOSE into account (#8147)

This commit is contained in:
Ruben Pahino
2020-04-13 21:11:25 +01:00
committed by GitHub
parent 0d40dc4d7d
commit 257c799977

View File

@@ -116,7 +116,17 @@
selector: a[href^="download.php?id="]
attribute: href
title:
selector: a[href^="index.php?page=torrent-details"]
selector: a[href^="index.php?page=torrent-details"][onmouseover]:contains("VOSE")
optional: true
filters:
- name: append
args: " [English]"
title:
selector: a[href^="index.php?page=torrent-details"][onmouseover]:not(:contains("VOSE"))
optional: true
filters:
- name: append
args: " [Spanish] [English]"
banner:
selector: a[onmouseover][href^="index.php?page=torrent-details"]
attribute: onmouseover
@@ -147,6 +157,7 @@
selector: td:nth-last-child(2)
downloadvolumefactor:
case:
img[src="images/freeleech.gif"]: 0
img[src="images/gold.png"]: 0
img[src="images/silver.png"]: 0.5
"*": 1