engine tags. #6822

This commit is contained in:
Garfield69
2020-01-16 17:33:16 +13:00
parent 8402275093
commit c25726dcd0
12 changed files with 21 additions and 17 deletions

View File

@@ -150,6 +150,7 @@
rows: rows:
selector: table.tableinborder > tbody > tr:has(a[href^="details.php"]) selector: table.tableinborder > tbody > tr:has(a[href^="details.php"])
fields: fields:
title: title:
selector: a[href^="details.php"] selector: a[href^="details.php"]
@@ -225,3 +226,4 @@
case: case:
img[alt="2xU"]: 2 img[alt="2xU"]: 2
"*": 1 "*": 1
# engine n/a

View File

@@ -148,3 +148,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

@@ -62,8 +62,6 @@
modes: modes:
search: [q] search: [q]
# seems that site does not support season/episode searching
# tv-search: [q, season, ep]
movie-search: [q] movie-search: [q]
settings: settings:
@@ -93,17 +91,7 @@
# #
paths: paths:
- path: browse.php - path: browse.php
# cant get season/episode search working on this site
# keywordsfilters:
# - name: diacritics
# args: replace
# - name: re_replace # S01 to Сезон 1
# args: ["(?i)\\bS0*(\\d+)\\b", ", Сезон $1"]
# - name: re_replace # S01E01 to Сезон 1 Серия 1
# args: ["(?i)\\bS0*(\\d+)E0*(\\d+)\\b", ", Сезон $1, Серия $2"]
inputs: inputs:
# multi category filters not supported
# $raw: "{{range .Categories}}c{{.}}=1&{{end}}"
search: "{{ .Keywords }}" search: "{{ .Keywords }}"
cat: 0 cat: 0
# 0 active 1 incldead 2 onlydead 3 gold 4 noseed 5 silver 7 BFG # 0 active 1 incldead 2 onlydead 3 gold 4 noseed 5 silver 7 BFG
@@ -202,3 +190,4 @@
"*": 1 "*": 1
uploadvolumefactor: uploadvolumefactor:
text: 1 text: 1
# engine n/a

View File

@@ -133,10 +133,11 @@
selector: "a[style=\"font-size: 8pt;cursor: pointer;\"][title]" selector: "a[style=\"font-size: 8pt;cursor: pointer;\"][title]"
downloadvolumefactor: downloadvolumefactor:
case: case:
img[title="Ingyenes letöltés"]: "0" img[title="Ingyenes letöltés"]: 0
"*": "1" "*": 1
uploadvolumefactor: uploadvolumefactor:
selector: span:contains("Feltöltési szorzó") selector: span:contains("Feltöltési szorzó")
filters: filters:
- name: replace - name: replace
args: ["Feltöltési szorzó × ", ""] args: ["Feltöltési szorzó × ", ""]
# engine n/a

View File

@@ -51,6 +51,7 @@
rows: rows:
selector: table.browse-list > tbody > tr selector: table.browse-list > tbody > tr
fields: fields:
category: category:
selector: td:nth-child(1) a selector: td:nth-child(1) a
@@ -154,3 +155,4 @@
text: 0 text: 0
uploadvolumefactor: uploadvolumefactor:
text: 1 text: 1
# engine n/a

View File

@@ -45,7 +45,7 @@
search: search:
paths: paths:
- path: "{{if .Keywords}}search.php?kwds={{ .Keywords}}&ord={{ .Config.sort }}&cat=100{{else}}/{{end}}" - path: "{{ if .Keywords }}search.php?kwds={{ .Keywords }}&ord={{ .Config.sort }}&cat=100{{else}}/{{end}}"
rows: rows:
selector: table.torrentsTable:has(tr.r) tbody tr.r selector: table.torrentsTable:has(tr.r) tbody tr.r
fields: fields:
@@ -80,3 +80,4 @@
text: 0 text: 0
uploadvolumefactor: uploadvolumefactor:
text: 1 text: 1
# engine n/a

View File

@@ -96,3 +96,4 @@
text: 1 text: 1
uploadvolumefactor: uploadvolumefactor:
text: 1 text: 1
# TorrentPier

View File

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

View File

@@ -38,8 +38,10 @@
search: search:
paths: paths:
- path: "{{ if .Keywords }}?s={{ .Keywords }}&sort={{ .Config.sort }}{{else}}recent?sort={{ .Config.sort }}{{end}}" - path: "{{ if .Keywords }}?s={{ .Keywords }}&sort={{ .Config.sort }}{{else}}recent?sort={{ .Config.sort }}{{end}}"
rows: rows:
selector: li[class$="item"] selector: li[class$="item"]
fields: fields:
title: title:
selector: h2[class$="title"] a[href*="/torrent/"] selector: h2[class$="title"] a[href*="/torrent/"]
@@ -68,3 +70,4 @@
text: 0 text: 0
uploadvolumefactor: uploadvolumefactor:
text: 1 text: 1
# engine n/a

View File

@@ -75,3 +75,4 @@
text: 0 text: 0
uploadvolumefactor: uploadvolumefactor:
text: 1 text: 1
# dhtcrawler2

View File

@@ -76,3 +76,4 @@
text: 0 text: 0
uploadvolumefactor: uploadvolumefactor:
text: 1 text: 1
# engine n/a

View File

@@ -25,7 +25,7 @@
search: search:
paths: paths:
- path: "search/{{if .Keywords}}{{ .Keywords}}{{else}}2019{{end}}" - path: "search/{{ if .Keywords }}{{ .Keywords }}{{else}}2019{{end}}"
rows: rows:
selector: div.row:has(a[href*="/detail/hash/"]) selector: div.row:has(a[href*="/detail/hash/"])
fields: fields:
@@ -55,3 +55,4 @@
text: 0 text: 0
uploadvolumefactor: uploadvolumefactor:
text: 1 text: 1
# engine n/a