mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted luminance: add verified/unverified to descr
also add doubleseed ULVF and drop rows without DL (these would have a torrent-has-issues warning)
This commit is contained in:
@@ -125,8 +125,12 @@ search:
|
|||||||
filters:
|
filters:
|
||||||
- name: validate
|
- name: validate
|
||||||
args: "Action, Adventure, Animation, Comedy, Crime, Documentary, Drama, Family, Fantasy, History, Horror, Kids, Music, Mystery, News, Reality, Romance, SciFi, Soap, Talk, Thriller, War, Western"
|
args: "Action, Adventure, Animation, Comedy, Crime, Documentary, Drama, Family, Fantasy, History, Horror, Kids, Music, Mystery, News, Reality, Romance, SciFi, Soap, Talk, Thriller, War, Western"
|
||||||
description:
|
description_tags:
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span.icon_okay: "Verified: {{ .Result.description_tags }}"
|
||||||
|
"*": "Unverified: {{ .Result.description_tags }}"
|
||||||
poster:
|
poster:
|
||||||
selector: td:nth-child(2) > script
|
selector: td:nth-child(2) > script
|
||||||
filters:
|
filters:
|
||||||
|
@@ -115,8 +115,12 @@ search:
|
|||||||
filters:
|
filters:
|
||||||
- name: validate
|
- name: validate
|
||||||
args: "Action, Adventure, Animation, Comedy, Crime, Documentary, Drama, Family, Fantasy, History, Horror, Kids, Music, Mystery, News, Reality, Romance, SciFi, Soap, Talk, Thriller, War, Western"
|
args: "Action, Adventure, Animation, Comedy, Crime, Documentary, Drama, Family, Fantasy, History, Horror, Kids, Music, Mystery, News, Reality, Romance, SciFi, Soap, Talk, Thriller, War, Western"
|
||||||
description:
|
description_tags:
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span.icon_okay: "Verified: {{ .Result.description_tags }}"
|
||||||
|
"*": "Unverified: {{ .Result.description_tags }}"
|
||||||
poster:
|
poster:
|
||||||
selector: td:nth-child(2) > script
|
selector: td:nth-child(2) > script
|
||||||
filters:
|
filters:
|
||||||
|
@@ -106,15 +106,18 @@ search:
|
|||||||
taglist: ""
|
taglist: ""
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
# exclude redbar torrents
|
selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"])
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent row"]
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="/torrents.php?action=download&id="]
|
selector: a[href^="/torrents.php?action=download&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description_tags:
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span.icon_okay: "Verified: {{ .Result.description_tags }}"
|
||||||
|
"*": "Unverified: {{ .Result.description_tags }}"
|
||||||
title:
|
title:
|
||||||
selector: a[href^="/torrents.php?id="]
|
selector: a[href^="/torrents.php?id="]
|
||||||
category:
|
category:
|
||||||
@@ -158,7 +161,10 @@ search:
|
|||||||
"img[alt=\"Freeleech\"]": 0
|
"img[alt=\"Freeleech\"]": 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
case:
|
||||||
|
span.icon[title*="DoubleSeed"]: 2
|
||||||
|
"img[alt=\"DoubleSeed\"]": 2
|
||||||
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.5
|
text: 0.5
|
||||||
# Luminance
|
# Luminance
|
||||||
|
@@ -101,15 +101,18 @@ search:
|
|||||||
taglist: ""
|
taglist: ""
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
# exclude redbar torrents
|
selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"])
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent row"]
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="/torrents.php?action=download&id="]
|
selector: a[href^="/torrents.php?action=download&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description_tags:
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span.icon_okay: "Verified: {{ .Result.description_tags }}"
|
||||||
|
"*": "Unverified: {{ .Result.description_tags }}"
|
||||||
title:
|
title:
|
||||||
selector: a[href^="/torrents.php?id="]
|
selector: a[href^="/torrents.php?id="]
|
||||||
category:
|
category:
|
||||||
@@ -153,7 +156,10 @@ search:
|
|||||||
"img[alt=\"Freeleech\"]": 0
|
"img[alt=\"Freeleech\"]": 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
case:
|
||||||
|
span.icon[title*="DoubleSeed"]: 2
|
||||||
|
"img[alt=\"DoubleSeed\"]": 2
|
||||||
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.5
|
text: 0.5
|
||||||
# Luminance
|
# Luminance
|
||||||
|
@@ -76,7 +76,7 @@ search:
|
|||||||
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent row"]
|
selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
@@ -93,6 +93,12 @@ search:
|
|||||||
download:
|
download:
|
||||||
selector: a[href^="/torrents.php?action=download&id="]
|
selector: a[href^="/torrents.php?action=download&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
description_tags:
|
||||||
|
selector: div.tags
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span.icon_okay: "Verified: {{ .Result.description_tags }}"
|
||||||
|
"*": "Unverified: {{ .Result.description_tags }}"
|
||||||
poster:
|
poster:
|
||||||
selector: td:nth-child(2) > script
|
selector: td:nth-child(2) > script
|
||||||
filters:
|
filters:
|
||||||
@@ -125,7 +131,10 @@ search:
|
|||||||
"img[alt=\"Freeleech\"]": 0
|
"img[alt=\"Freeleech\"]": 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
case:
|
||||||
|
span.icon[title*="DoubleSeed"]: 2
|
||||||
|
"img[alt=\"DoubleSeed\"]": 2
|
||||||
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.5
|
text: 0.5
|
||||||
description:
|
description:
|
||||||
|
@@ -71,7 +71,7 @@ search:
|
|||||||
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent row"]
|
selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
@@ -88,6 +88,12 @@ search:
|
|||||||
download:
|
download:
|
||||||
selector: a[href^="/torrents.php?action=download&id="]
|
selector: a[href^="/torrents.php?action=download&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
|
description_tags:
|
||||||
|
selector: div.tags
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span.icon_okay: "Verified: {{ .Result.description_tags }}"
|
||||||
|
"*": "Unverified: {{ .Result.description_tags }}"
|
||||||
poster:
|
poster:
|
||||||
selector: td:nth-child(2) > script
|
selector: td:nth-child(2) > script
|
||||||
filters:
|
filters:
|
||||||
@@ -120,7 +126,10 @@ search:
|
|||||||
"img[alt=\"Freeleech\"]": 0
|
"img[alt=\"Freeleech\"]": 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
case:
|
||||||
|
span.icon[title*="DoubleSeed"]: 2
|
||||||
|
"img[alt=\"DoubleSeed\"]": 2
|
||||||
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.5
|
text: 0.5
|
||||||
description:
|
description:
|
||||||
|
@@ -90,8 +90,7 @@ search:
|
|||||||
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
# exclude redbar torrents
|
selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"])
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent row"]
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
download:
|
download:
|
||||||
@@ -147,7 +146,10 @@ search:
|
|||||||
"img[alt=\"Freeleech\"]": 0
|
"img[alt=\"Freeleech\"]": 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
case:
|
||||||
|
span.icon[title*="DoubleSeed"]: 2
|
||||||
|
"img[alt=\"DoubleSeed\"]": 2
|
||||||
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.5
|
text: 0.5
|
||||||
# MR is reduced but not removed if MST is met
|
# MR is reduced but not removed if MST is met
|
||||||
|
@@ -83,7 +83,7 @@ search:
|
|||||||
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
filter_freeleech: "{{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent row"]
|
selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
@@ -100,8 +100,12 @@ search:
|
|||||||
download:
|
download:
|
||||||
selector: a[href^="torrents.php?action=download&id="]
|
selector: a[href^="torrents.php?action=download&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description_tags:
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span.icon_okay: "Verified: {{ .Result.description_tags }}"
|
||||||
|
"*": "Unverified: {{ .Result.description_tags }}"
|
||||||
poster:
|
poster:
|
||||||
selector: td:nth-child(2) > script
|
selector: td:nth-child(2) > script
|
||||||
filters:
|
filters:
|
||||||
@@ -134,7 +138,10 @@ search:
|
|||||||
"img[alt=\"Freeleech\"]": 0
|
"img[alt=\"Freeleech\"]": 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
case:
|
||||||
|
span.icon[title*="DoubleSeed"]: 2
|
||||||
|
"img[alt=\"DoubleSeed\"]": 2
|
||||||
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.5
|
text: 0.5
|
||||||
minimumseedtime:
|
minimumseedtime:
|
||||||
|
@@ -131,7 +131,7 @@ search:
|
|||||||
autocomplete_toggle: ""
|
autocomplete_toggle: ""
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent row"]
|
selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
@@ -148,8 +148,12 @@ search:
|
|||||||
download:
|
download:
|
||||||
selector: a[href^="torrents.php?action=download&id="]
|
selector: a[href^="torrents.php?action=download&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description_tags:
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span.icon_okay: "Verified: {{ .Result.description_tags }}"
|
||||||
|
"*": "Unverified: {{ .Result.description_tags }}"
|
||||||
poster:
|
poster:
|
||||||
selector: td:nth-child(2) > script
|
selector: td:nth-child(2) > script
|
||||||
filters:
|
filters:
|
||||||
@@ -182,7 +186,10 @@ search:
|
|||||||
"img[alt=\"Freeleech\"]": 0
|
"img[alt=\"Freeleech\"]": 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
case:
|
||||||
|
span.icon[title*="DoubleSeed"]: 2
|
||||||
|
"img[alt=\"DoubleSeed\"]": 2
|
||||||
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.5
|
text: 0.5
|
||||||
# Luminance
|
# Luminance
|
||||||
|
@@ -121,14 +121,18 @@ search:
|
|||||||
|
|
||||||
rows:
|
rows:
|
||||||
# exclude redbar torrents
|
# exclude redbar torrents
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent row"]
|
selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="torrents.php?action=download&id="]
|
selector: a[href^="torrents.php?action=download&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description_tags:
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span.icon_okay: "Verified: {{ .Result.description_tags }}"
|
||||||
|
"*": "Unverified: {{ .Result.description_tags }}"
|
||||||
title:
|
title:
|
||||||
selector: a[href^="/torrents.php?id="]
|
selector: a[href^="/torrents.php?id="]
|
||||||
category:
|
category:
|
||||||
@@ -183,7 +187,10 @@ search:
|
|||||||
img[src$="/freedownload.gif"]: 0
|
img[src$="/freedownload.gif"]: 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
case:
|
||||||
|
span.icon[title*="DoubleSeed"]: 2
|
||||||
|
"img[alt=\"DoubleSeed\"]": 2
|
||||||
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.5
|
text: 0.5
|
||||||
# luminance
|
# luminance
|
||||||
|
@@ -115,15 +115,18 @@ search:
|
|||||||
taglist: ""
|
taglist: ""
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
# exclude redbar torrents
|
selector: table#torrent_table > tbody > tr[class^="torrent row"]:has(a[href*="action=download"])
|
||||||
selector: table#torrent_table > tbody > tr[class^="torrent row"]
|
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="torrents.php?action=download&id="]
|
selector: a[href^="torrents.php?action=download&id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
description:
|
description_tags:
|
||||||
selector: div.tags
|
selector: div.tags
|
||||||
|
description:
|
||||||
|
case:
|
||||||
|
span.icon_okay: "Verified: {{ .Result.description_tags }}"
|
||||||
|
"*": "Unverified: {{ .Result.description_tags }}"
|
||||||
title:
|
title:
|
||||||
selector: a[href^="/torrents.php?id="]
|
selector: a[href^="/torrents.php?id="]
|
||||||
category:
|
category:
|
||||||
@@ -178,7 +181,10 @@ search:
|
|||||||
img[src$="/freedownload.gif"]: 0
|
img[src$="/freedownload.gif"]: 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
case:
|
||||||
|
span.icon[title*="DoubleSeed"]: 2
|
||||||
|
"img[alt=\"DoubleSeed\"]": 2
|
||||||
|
"*": 1
|
||||||
minimumratio:
|
minimumratio:
|
||||||
text: 0.5
|
text: 0.5
|
||||||
# luminance
|
# luminance
|
||||||
|
Reference in New Issue
Block a user