mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
nexusphp tags. #6822
This commit is contained in:
@@ -155,4 +155,4 @@
|
|||||||
description:
|
description:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
# NexusPHP
|
# NexusPHP Standard v1.5 Beta 4
|
||||||
|
@@ -167,3 +167,4 @@
|
|||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"*": 1
|
"*": 1
|
||||||
|
# engine n/a
|
||||||
|
@@ -63,8 +63,10 @@
|
|||||||
search_mode: 0
|
search_mode: 0
|
||||||
sort: 4
|
sort: 4
|
||||||
type: desc
|
type: desc
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
selector: a[href^="?cat="]
|
selector: a[href^="?cat="]
|
||||||
@@ -99,19 +101,19 @@
|
|||||||
selector: td.rowfollow:nth-child(8)
|
selector: td.rowfollow:nth-child(8)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_free: "0"
|
img.pro_free: 0
|
||||||
img.pro_free2up: "0"
|
img.pro_free2up: 0
|
||||||
img.pro_50pctdown: "0.5"
|
img.pro_50pctdown: 0.5
|
||||||
img.pro_50pctdown2up: "0.5"
|
img.pro_50pctdown2up: 0.5
|
||||||
img.pro_30pctdown: "0.3"
|
img.pro_30pctdown: 0.3
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_50pctdown2up: "2"
|
img.pro_50pctdown2up: 2
|
||||||
img.pro_free2up: "2"
|
img.pro_free2up: 2
|
||||||
img.pro_2up: "2"
|
img.pro_2up: 2
|
||||||
"*": "1"
|
"*": 1
|
||||||
description:
|
description:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
# NexusPHP
|
# NexusPHP Standard v1.5 Beta 4
|
||||||
|
@@ -62,8 +62,10 @@
|
|||||||
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
||||||
# 0=AND 1=OR 2=Exact
|
# 0=AND 1=OR 2=Exact
|
||||||
search_mode: 0
|
search_mode: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
@@ -101,18 +103,18 @@
|
|||||||
selector: td.rowfollow:nth-child(8)
|
selector: td.rowfollow:nth-child(8)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_free: "0"
|
img.pro_free: 0
|
||||||
img.pro_free2up: "0"
|
img.pro_free2up: 0
|
||||||
img.pro_50pctdown: "0.5"
|
img.pro_50pctdown: 0.5
|
||||||
img.pro_50pctdown2up: "0.5"
|
img.pro_50pctdown2up: 0.5
|
||||||
img.pro_30pctdown: "0.3"
|
img.pro_30pctdown: 0.3
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_50pctdown2up: "2"
|
img.pro_50pctdown2up: 2
|
||||||
img.pro_free2up: "2"
|
img.pro_free2up: 2
|
||||||
img.pro_2up: "2"
|
img.pro_2up: 2
|
||||||
"*": "1"
|
"*": 1
|
||||||
description:
|
description:
|
||||||
selector: td.rowfollow:nth-child(2)
|
selector: td.rowfollow:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
type: private
|
type: private
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- https://www.hdarea.co
|
- https://www.hdarea.co/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categorymappings:
|
categorymappings:
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: /takelogin.php
|
path: takelogin.php
|
||||||
method: post
|
method: post
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
@@ -42,10 +42,10 @@
|
|||||||
error:
|
error:
|
||||||
- selector: td.embedded:has(h2:contains("failed"))
|
- selector: td.embedded:has(h2:contains("failed"))
|
||||||
test:
|
test:
|
||||||
path: /torrents.php
|
path: torrents.php
|
||||||
|
|
||||||
ratio:
|
ratio:
|
||||||
path: /torrents.php
|
path: torrents.php
|
||||||
selector: table#info_block
|
selector: table#info_block
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
@@ -53,14 +53,16 @@
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: /torrents.php
|
- path: torrents.php
|
||||||
method: post
|
method: post
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
||||||
search: "{{ .Query.Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
incldead: "1"
|
incldead: 1
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
@@ -98,18 +100,19 @@
|
|||||||
args: "2006-01-02 15:04:05 -07:00"
|
args: "2006-01-02 15:04:05 -07:00"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_free: "0"
|
img.pro_free: 0
|
||||||
img.pro_free2up: "0"
|
img.pro_free2up: 0
|
||||||
img.pro_50pctdown: "0.5"
|
img.pro_50pctdown: 0.5
|
||||||
img.pro_50pctdown2up: "0.5"
|
img.pro_50pctdown2up: 0.5
|
||||||
img.pro_30pctdown: "0.3"
|
img.pro_30pctdown: 0.3
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_50pctdown2up: "2"
|
img.pro_50pctdown2up: 2
|
||||||
img.pro_free2up: "2"
|
img.pro_free2up: 2
|
||||||
img.pro_2up: "2"
|
img.pro_2up: 2
|
||||||
"*": "1"
|
"*": 1
|
||||||
description:
|
description:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
|
# NexusPHP tbc
|
||||||
|
@@ -66,13 +66,15 @@
|
|||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
||||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
||||||
incldead: "0"
|
incldead: 0
|
||||||
spstate: "0"
|
spstate: 0
|
||||||
inclbookmarked: "0"
|
inclbookmarked: 0
|
||||||
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
||||||
search_mode: "0"
|
search_mode: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrent_list > tbody > tr:has(a[href^="?cat="])
|
selector: table.torrent_list > tbody > tr:has(a[href^="?cat="])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: td:nth-child(2) a
|
selector: td:nth-child(2) a
|
||||||
@@ -113,15 +115,16 @@
|
|||||||
args: " ago"
|
args: " ago"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_free: "0"
|
img.pro_free: 0
|
||||||
img.pro_free2up: "0"
|
img.pro_free2up: 0
|
||||||
img.pro_50pctdown: "0.5"
|
img.pro_50pctdown: 0.5
|
||||||
img.pro_50pctdown2up: "0.5"
|
img.pro_50pctdown2up: 0.5
|
||||||
img.pro_30pctdown: "0.3"
|
img.pro_30pctdown: 0.3
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_50pctdown2up: "2"
|
img.pro_50pctdown2up: 2
|
||||||
img.pro_free2up: "2"
|
img.pro_free2up: 2
|
||||||
img.pro_2up: "2"
|
img.pro_2up: 2
|
||||||
"*": "1"
|
"*": 1
|
||||||
|
# NexusPHP tbc
|
||||||
|
@@ -64,8 +64,10 @@
|
|||||||
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
||||||
# 0=AND 1=OR 2=Exact
|
# 0=AND 1=OR 2=Exact
|
||||||
search_mode: 0
|
search_mode: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
@@ -103,18 +105,18 @@
|
|||||||
selector: td.rowfollow:nth-child(8)
|
selector: td.rowfollow:nth-child(8)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_free: "0"
|
img.pro_free: 0
|
||||||
img.pro_free2up: "0"
|
img.pro_free2up: 0
|
||||||
img.pro_50pctdown: "0.5"
|
img.pro_50pctdown: 0.5
|
||||||
img.pro_50pctdown2up: "0.5"
|
img.pro_50pctdown2up: 0.5
|
||||||
img.pro_30pctdown: "0.3"
|
img.pro_30pctdown: 0.3
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_50pctdown2up: "2"
|
img.pro_50pctdown2up: 2
|
||||||
img.pro_free2up: "2"
|
img.pro_free2up: 2
|
||||||
img.pro_2up: "2"
|
img.pro_2up: 2
|
||||||
"*": "1"
|
"*": 1
|
||||||
description:
|
description:
|
||||||
selector: td.rowfollow:nth-child(2)
|
selector: td.rowfollow:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
|
@@ -90,13 +90,15 @@
|
|||||||
inputs:
|
inputs:
|
||||||
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
$raw: "{{ range .Categories }}cat{{.}}=1&{{end}}"
|
||||||
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
search: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
||||||
incldead: "1"
|
incldead: 1
|
||||||
spstate: "0"
|
spstate: 0
|
||||||
inclbookmarked: "0"
|
inclbookmarked: 0
|
||||||
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
||||||
search_mode: "0"
|
search_mode: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[title][href^="details.php?id="]
|
selector: a[title][href^="details.php?id="]
|
||||||
@@ -131,18 +133,19 @@
|
|||||||
args: "2006-01-02 15:04:05 -07:00"
|
args: "2006-01-02 15:04:05 -07:00"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_free: "0"
|
img.pro_free: 0
|
||||||
img.pro_free2up: "0"
|
img.pro_free2up: 0
|
||||||
img.pro_50pctdown: "0.5"
|
img.pro_50pctdown: 0.5
|
||||||
img.pro_50pctdown2up: "0.5"
|
img.pro_50pctdown2up: 0.5
|
||||||
img.pro_30pctdown: "0.3"
|
img.pro_30pctdown: 0.3
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_50pctdown2up: "2"
|
img.pro_50pctdown2up: 2
|
||||||
img.pro_free2up: "2"
|
img.pro_free2up: 2
|
||||||
img.pro_2up: "2"
|
img.pro_2up: 2
|
||||||
"*": "1"
|
"*": 1
|
||||||
description:
|
description:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
|
# NexusPHP Standard v1.5 Beta 4
|
||||||
|
@@ -51,8 +51,10 @@
|
|||||||
or: 1
|
or: 1
|
||||||
action: s
|
action: s
|
||||||
imdb: "{{ if .Query.IMDBID }}{{ .Query.IMDBIDShort }}{{else}}{{end}}"
|
imdb: "{{ if .Query.IMDBID }}{{ .Query.IMDBIDShort }}{{else}}{{end}}"
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: div#unsticky-torrent-table dl, div#sticky-torrent-table dl
|
selector: div#unsticky-torrent-table dl, div#sticky-torrent-table dl
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
text: 9
|
text: 9
|
||||||
@@ -101,3 +103,4 @@
|
|||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"*": 1
|
"*": 1
|
||||||
|
# engine tbc
|
||||||
|
@@ -68,10 +68,12 @@
|
|||||||
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
||||||
# 0=AND 1=OR 2=exact
|
# 0=AND 1=OR 2=exact
|
||||||
search_mode: 0
|
search_mode: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
filters:
|
filters:
|
||||||
- name: andmatch
|
- name: andmatch
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[title][href^="details.php?id="]
|
selector: a[title][href^="details.php?id="]
|
||||||
@@ -109,19 +111,19 @@
|
|||||||
args: "2006-01-02 15:04:05 -07:00"
|
args: "2006-01-02 15:04:05 -07:00"
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_free: "0"
|
img.pro_free: 0
|
||||||
img.pro_free2up: "0"
|
img.pro_free2up: 0
|
||||||
img.pro_50pctdown: "0.5"
|
img.pro_50pctdown: 0.5
|
||||||
img.pro_50pctdown2up: "0.5"
|
img.pro_50pctdown2up: 0.5
|
||||||
img.pro_30pctdown: "0.3"
|
img.pro_30pctdown: 0.3
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_50pctdown2up: "2"
|
img.pro_50pctdown2up: 2
|
||||||
img.pro_free2up: "2"
|
img.pro_free2up: 2
|
||||||
img.pro_2up: "2"
|
img.pro_2up: 2
|
||||||
"*": "1"
|
"*": 1
|
||||||
description:
|
description:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
# NexusPHP
|
# NexusPHP Standard v1.5 Beta 5
|
||||||
|
@@ -67,8 +67,10 @@
|
|||||||
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
||||||
# 0=AND 1=OR 2=Exact
|
# 0=AND 1=OR 2=Exact
|
||||||
search_mode: 0
|
search_mode: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
@@ -106,18 +108,18 @@
|
|||||||
selector: td.rowfollow:nth-child(8)
|
selector: td.rowfollow:nth-child(8)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_free: "0"
|
img.pro_free: 0
|
||||||
img.pro_free2up: "0"
|
img.pro_free2up: 0
|
||||||
img.pro_50pctdown: "0.5"
|
img.pro_50pctdown: 0.5
|
||||||
img.pro_50pctdown2up: "0.5"
|
img.pro_50pctdown2up: 0.5
|
||||||
img.pro_30pctdown: "0.3"
|
img.pro_30pctdown: 0.3
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_50pctdown2up: "2"
|
img.pro_50pctdown2up: 2
|
||||||
img.pro_free2up: "2"
|
img.pro_free2up: 2
|
||||||
img.pro_2up: "2"
|
img.pro_2up: 2
|
||||||
"*": "1"
|
"*": 1
|
||||||
description:
|
description:
|
||||||
selector: td.rowfollow:nth-child(2)
|
selector: td.rowfollow:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
|
@@ -180,3 +180,4 @@
|
|||||||
description:
|
description:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
|
# NexusPHP Standard v1.5 Beta 4
|
||||||
|
@@ -64,8 +64,10 @@
|
|||||||
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
||||||
# 0=AND 1=OR 2=Exact
|
# 0=AND 1=OR 2=Exact
|
||||||
search_mode: 0
|
search_mode: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
@@ -103,18 +105,18 @@
|
|||||||
selector: td.rowfollow:nth-child(8)
|
selector: td.rowfollow:nth-child(8)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_free: "0"
|
img.pro_free: 0
|
||||||
img.pro_free2up: "0"
|
img.pro_free2up: 0
|
||||||
img.pro_50pctdown: "0.5"
|
img.pro_50pctdown: 0.5
|
||||||
img.pro_50pctdown2up: "0.5"
|
img.pro_50pctdown2up: 0.5
|
||||||
img.pro_30pctdown: "0.3"
|
img.pro_30pctdown: 0.3
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_50pctdown2up: "2"
|
img.pro_50pctdown2up: 2
|
||||||
img.pro_free2up: "2"
|
img.pro_free2up: 2
|
||||||
img.pro_2up: "2"
|
img.pro_2up: 2
|
||||||
"*": "1"
|
"*": 1
|
||||||
description:
|
description:
|
||||||
selector: td.rowfollow:nth-child(2)
|
selector: td.rowfollow:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
|
@@ -69,8 +69,10 @@
|
|||||||
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
search_area: "{{ if .Query.IMDBID }}4{{else}}0{{end}}"
|
||||||
# 0=AND 1=OR 2=Exact
|
# 0=AND 1=OR 2=Exact
|
||||||
search_mode: 0
|
search_mode: 0
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: table.torrents > tbody > tr:has(table.torrentname)
|
selector: table.torrents > tbody > tr:has(table.torrentname)
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a[href^="details.php?id="]
|
selector: a[href^="details.php?id="]
|
||||||
@@ -108,18 +110,18 @@
|
|||||||
selector: td.rowfollow:nth-child(8)
|
selector: td.rowfollow:nth-child(8)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_free: "0"
|
img.pro_free: 0
|
||||||
img.pro_free2up: "0"
|
img.pro_free2up: 0
|
||||||
img.pro_50pctdown: "0.5"
|
img.pro_50pctdown: 0.5
|
||||||
img.pro_50pctdown2up: "0.5"
|
img.pro_50pctdown2up: 0.5
|
||||||
img.pro_30pctdown: "0.3"
|
img.pro_30pctdown: 0.3
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img.pro_50pctdown2up: "2"
|
img.pro_50pctdown2up: 2
|
||||||
img.pro_free2up: "2"
|
img.pro_free2up: 2
|
||||||
img.pro_2up: "2"
|
img.pro_2up: 2
|
||||||
"*": "1"
|
"*": 1
|
||||||
description:
|
description:
|
||||||
selector: td.rowfollow:nth-child(2)
|
selector: td.rowfollow:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
|
Reference in New Issue
Block a user