mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
engine tags. #6822
This commit is contained in:
parent
dc0e37f3dc
commit
ad24dd4600
12 changed files with 32 additions and 23 deletions
|
@ -130,4 +130,5 @@
|
|||
"img[src$=\"/free.jpg\"]": 0
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
text: 1
|
||||
# TBDEV,U232,and Btdev (customised)
|
||||
|
|
|
@ -149,5 +149,5 @@
|
|||
"i.fg-gold": 0
|
||||
"*": 1
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
"*": 1
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
|
@ -59,12 +59,14 @@
|
|||
paths:
|
||||
- path: download-torrents
|
||||
inputs:
|
||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
||||
search: "{{ .Keywords }}"
|
||||
# 0 active 1 incldead 2 onlydead 3 freeleech
|
||||
incldead: 1
|
||||
|
||||
rows:
|
||||
selector: tr.browse
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: a[href^="torrents.php?cat="]
|
||||
|
@ -127,5 +129,5 @@
|
|||
"img[src=\"./pic/freeleech.png\"]": 0
|
||||
"*": "1"
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
"*": "1"
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
|
@ -27,9 +27,11 @@
|
|||
# https://seedpeer.me/today
|
||||
# https://seedpeer.me/search/Harry%20Potter
|
||||
paths:
|
||||
- path: "{{if .Keywords}}search/{{ .Keywords}}{{else}}today{{end}}"
|
||||
- path: "{{ if .Keywords }}search/{{ .Keywords }}{{else}}today{{end}}"
|
||||
|
||||
rows:
|
||||
selector: table.table > tbody > tr:has(a[href^="/details/"])
|
||||
|
||||
fields:
|
||||
category:
|
||||
text: other
|
||||
|
@ -55,3 +57,4 @@
|
|||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
paths:
|
||||
# https://shokweb.com/ (latest)
|
||||
# https://shokweb.com/search/supergirl%20s04e01 (search)
|
||||
- path: "{{if .Keywords}}/search/{{.Keywords}}{{else}}{{end}}"
|
||||
- path: "{{ if .Keywords }}/search/{{ .Keywords }}{{else}}{{end}}"
|
||||
|
||||
rows:
|
||||
selector: div:has(a[href^="magnet:?"])
|
||||
|
@ -74,3 +74,4 @@
|
|||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
|
@ -191,3 +191,4 @@
|
|||
"td:nth-child(4):contains(\"x8\")": 8
|
||||
"td:nth-child(4):contains(\"x9\")": 9
|
||||
"*": 1
|
||||
# engine n/a
|
||||
|
|
|
@ -65,13 +65,15 @@
|
|||
- path: torrent/torrents.php
|
||||
inputs:
|
||||
search: "{{ .Keywords }}"
|
||||
category: "{{range .Categories}}{{.}};{{end}}"
|
||||
active: "1"
|
||||
category: "{{ range .Categories }}{{.}};{{end}}"
|
||||
active: 1
|
||||
keywordsfilters:
|
||||
- name: diacritics
|
||||
args: replace
|
||||
|
||||
rows:
|
||||
selector: table.lista > tbody > tr > td > table.lista > tbody > tr:has(a[href^="details.php?id="])
|
||||
|
||||
fields:
|
||||
title:
|
||||
selector: td.lista a[href^="details.php?id="]
|
||||
|
@ -129,8 +131,7 @@
|
|||
- name: replace
|
||||
args: ["---", "0"]
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
"*": "1"
|
||||
text: 1
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
"*": "1"
|
||||
text: 1
|
||||
# BtiTracker 1.4.8
|
|
@ -83,3 +83,4 @@
|
|||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
rows:
|
||||
# first selector is for the music page (recent uploads) and the second selector is for the search page
|
||||
selector: div[itemscope] > table.browse_albums, div.div-rellist
|
||||
|
||||
fields:
|
||||
title:
|
||||
selector: tr:nth-child(1) td:nth-child(1) h2 a, div h3 a
|
||||
|
@ -134,3 +135,4 @@
|
|||
text: 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
|
@ -83,12 +83,12 @@
|
|||
size:
|
||||
selector: td:nth-child(5)
|
||||
seeders:
|
||||
text: "0"
|
||||
text: 0
|
||||
seeders:
|
||||
optional: true
|
||||
selector: td:nth-child(6)
|
||||
leechers:
|
||||
text: "0"
|
||||
text: 0
|
||||
leechers:
|
||||
optional: true
|
||||
selector: td:nth-child(7)
|
||||
|
@ -97,5 +97,5 @@
|
|||
"i.fa-star": "0"
|
||||
"*": "1"
|
||||
uploadvolumefactor:
|
||||
case:
|
||||
"*": "1"
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
#,==========,
|
||||
#| | | |
|
||||
#`-./ \.-' - Config'd by Quatroking (05-05-2017), updated by AeonLucid (26-05-2017) -
|
||||
# `.__.'
|
||||
|
||||
---
|
||||
site: sukebei-pantsu
|
||||
name: Sukebei-pantsu
|
||||
|
@ -124,3 +119,4 @@
|
|||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
|
@ -111,3 +111,4 @@
|
|||
text: 0
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
# engine n/a
|
||||
|
|
Loading…
Reference in a new issue