nexusphp tags. #6822

This commit is contained in:
Garfield69
2020-01-16 08:26:44 +13:00
parent a092a931a5
commit 837656ce3d
14 changed files with 167 additions and 139 deletions

View File

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

View File

@@ -167,3 +167,4 @@
uploadvolumefactor: uploadvolumefactor:
case: case:
"*": 1 "*": 1
# engine n/a

View File

@@ -49,8 +49,8 @@
paths: paths:
- path: torrents.php - path: torrents.php
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}}"
# 0 incldead 1 active 2 justdead # 0 incldead 1 active 2 justdead
incldead: 0 incldead: 0
# promotion: 0 all 1 normal 2 free 3 2x 4 2xfree 5 50% 6 2x 50% 7 30% # promotion: 0 all 1 normal 2 free 3 2x 4 2xfree 5 50% 6 2x 50% 7 30%
@@ -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

View File

@@ -52,8 +52,8 @@
paths: paths:
- path: torrents.php - path: torrents.php
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}}"
# 0=including dead 1=active 2=dead # 0=including dead 1=active 2=dead
incldead: 0 incldead: 0
# show promotions: 0=all 1=normal 2=free 3=2x 4=2xFree 5=50% 6=2x50% 7=30% # show promotions: 0=all 1=normal 2=free 3=2x 4=2xFree 5=50% 6=2x50% 7=30%
@@ -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

View File

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

View File

@@ -64,15 +64,17 @@
paths: paths:
- path: torrents.php - path: torrents.php
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

View File

@@ -54,8 +54,8 @@
paths: paths:
- path: torrents.php - path: torrents.php
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}}"
# 0=including dead 1=active 2=dead # 0=including dead 1=active 2=dead
incldead: 0 incldead: 0
# show promotions: 0=all 1=normal 2=free 3=2x 4=2xFree 5=50% 6=2x50% 7=30% # show promotions: 0=all 1=normal 2=free 3=2x 4=2xFree 5=50% 6=2x50% 7=30%
@@ -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

View File

@@ -88,15 +88,17 @@
paths: paths:
- path: torrents.php - path: torrents.php
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

View File

@@ -41,8 +41,8 @@
# http://hdroute.org/browse.php?s=&dp=0&add=0&action=s&c1=1&c3=1&or=1&imdb= # http://hdroute.org/browse.php?s=&dp=0&add=0&action=s&c1=1&c3=1&or=1&imdb=
- path: browse.php - path: browse.php
inputs: inputs:
$raw: "{{range .Categories}}c{{.}}=1&{{end}}" $raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
s: "{{if .Query.IMDBID}}{{else}}{{ .Keywords }}{{end}}" s: "{{ if .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
# discount 0 all 1 none 2 30% 3 50% 4 70% 5 free 6 tempo free # discount 0 all 1 none 2 30% 3 50% 4 70% 5 free 6 tempo free
dp: 0 dp: 0
# dates 0 all 1 thes week 2 this month 3 this season 4 this year # dates 0 all 1 thes week 2 this month 3 this season 4 this year
@@ -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

View File

@@ -56,8 +56,8 @@
paths: paths:
- path: torrents.php - path: torrents.php
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}}"
# 0=including dead 1=active 2=dead # 0=including dead 1=active 2=dead
incldead: 0 incldead: 0
# show promotions 0=all 1=normal 2=free 3=2x 4=2x free 5=50% 6=2x50% 7=30% # show promotions 0=all 1=normal 2=free 3=2x 4=2x free 5=50% 6=2x50% 7=30%
@@ -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

View File

@@ -57,8 +57,8 @@
paths: paths:
- path: torrents.php - path: torrents.php
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}}"
# 0=including dead 1=active 2=dead # 0=including dead 1=active 2=dead
incldead: 0 incldead: 0
# show promotions: 0=all 1=normal 2=free 3=2x 4=2xFree 5=50% 6=2x50% 7=30% 8 free forever # show promotions: 0=all 1=normal 2=free 3=2x 4=2xFree 5=50% 6=2x50% 7=30% 8 free forever
@@ -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

View File

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

View File

@@ -54,8 +54,8 @@
paths: paths:
- path: torrents.php - path: torrents.php
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}}"
# 0=including dead 1=active 2=dead # 0=including dead 1=active 2=dead
incldead: 0 incldead: 0
# show promotions: 0=all 1=normal 2=free 3=2x 4=2xFree 5=50% 6=2x50% 7=30% # show promotions: 0=all 1=normal 2=free 3=2x 4=2xFree 5=50% 6=2x50% 7=30%
@@ -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

View File

@@ -59,8 +59,8 @@
paths: paths:
- path: torrents.php - path: torrents.php
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}}"
# 0=including dead 1=active 2=dead # 0=including dead 1=active 2=dead
incldead: 0 incldead: 0
# show promotions: 0=all 1=normal 2=free 3=2x 4=2xFree 5=50% 6=2x50% 7=30% # show promotions: 0=all 1=normal 2=free 3=2x 4=2xFree 5=50% 6=2x50% 7=30%
@@ -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