mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
engine tags. #6822
This commit is contained in:
@@ -267,9 +267,6 @@
|
|||||||
path: /
|
path: /
|
||||||
selector: :has(a[href^="./ucp.php?mode=logout&sid="])
|
selector: :has(a[href^="./ucp.php?mode=logout&sid="])
|
||||||
|
|
||||||
# download:
|
|
||||||
# selector: a[href^="./download/file.php?id="]:not(img)
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
#https://casstudio.tv/search.php?tracker_search=torrent&keywords=star&terms=all&author=&sc=1&sf=titleonly&sr=topics&sk=t&sd=d&st=0&ch=300&t=0&submit=Search
|
#https://casstudio.tv/search.php?tracker_search=torrent&keywords=star&terms=all&author=&sc=1&sf=titleonly&sr=topics&sk=t&sd=d&st=0&ch=300&t=0&submit=Search
|
||||||
@@ -362,3 +359,4 @@
|
|||||||
text: 1
|
text: 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
# phpBB
|
||||||
|
@@ -75,11 +75,13 @@
|
|||||||
paths:
|
paths:
|
||||||
- path: browse.php
|
- path: browse.php
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
incldead: 1
|
incldead: 1
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: div.ncls > table > tbody > tr:has(a.tname)
|
selector: div.ncls > table > tbody > tr:has(a.tname)
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
title:
|
title:
|
||||||
selector: a.tname
|
selector: a.tname
|
||||||
@@ -123,8 +125,8 @@
|
|||||||
selector: td:nth-last-child(2)
|
selector: td:nth-last-child(2)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"a#free-btn": "0"
|
"a#free-btn": 0
|
||||||
"*": "1"
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
text: 1
|
||||||
"*": "1"
|
# engine n/a
|
||||||
|
@@ -103,7 +103,7 @@
|
|||||||
selector: td:nth-child(8)
|
selector: td:nth-child(8)
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: ([\d,]+)
|
args: (\d+)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-child(9)
|
selector: td:nth-child(9)
|
||||||
leechers:
|
leechers:
|
||||||
@@ -117,3 +117,4 @@
|
|||||||
text: 1
|
text: 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
# engine n/a
|
||||||
|
@@ -350,3 +350,4 @@
|
|||||||
text: 0
|
text: 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
# engine n/a
|
||||||
|
@@ -75,6 +75,7 @@
|
|||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-child(8)
|
selector: td:nth-child(8)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: "0"
|
text: 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: "1"
|
text: 1
|
||||||
|
# tedmind 1.8.1
|
||||||
|
@@ -135,6 +135,7 @@
|
|||||||
selector: table.ttable_headinner tr.t-row
|
selector: table.ttable_headinner tr.t-row
|
||||||
filters:
|
filters:
|
||||||
- name: andmatch
|
- name: andmatch
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
download:
|
download:
|
||||||
selector: a[href^="download.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
@@ -164,5 +165,5 @@
|
|||||||
img[src="images/freeleech_star.gif"]: 0
|
img[src="images/freeleech_star.gif"]: 0
|
||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
case:
|
text: 1
|
||||||
"*": 1
|
# TorrentTrader v2-svn
|
||||||
|
@@ -136,3 +136,4 @@
|
|||||||
"*": 0
|
"*": 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
# engine n/a
|
||||||
|
@@ -140,3 +140,4 @@
|
|||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
# engine n/a
|
||||||
|
@@ -182,3 +182,4 @@
|
|||||||
text: 1
|
text: 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
# TorrentPier
|
||||||
|
@@ -145,3 +145,4 @@
|
|||||||
description:
|
description:
|
||||||
selector: div:nth-child(2)
|
selector: div:nth-child(2)
|
||||||
remove: a
|
remove: a
|
||||||
|
# engine n/a
|
||||||
|
@@ -85,3 +85,4 @@
|
|||||||
text: 0
|
text: 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
# engine n/a
|
||||||
|
@@ -152,3 +152,4 @@
|
|||||||
text: 0
|
text: 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
# engine n/a
|
||||||
|
@@ -79,3 +79,4 @@
|
|||||||
text: 0
|
text: 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
# engine n/a
|
||||||
|
Reference in New Issue
Block a user