mirror of
https://github.com/Jackett/Jackett.git
synced 2026-08-29 06:51:25 +08:00
@@ -10,11 +10,15 @@ requestDelay: 2
|
||||
links:
|
||||
- https://magnetcatcat.com/
|
||||
- https://clmclm.com/
|
||||
- https://ybn047zx.8800591.xyz/
|
||||
- https://ey6scihw.8800592.xyz/
|
||||
- https://taz20hww.8800593.xyz/
|
||||
- https://yhz95dan.8800594.xyz/
|
||||
- https://d53epkxe.8800591.xyz/
|
||||
- https://iqknbg8x.8800592.xyz/
|
||||
- https://s0ehr3ed.8800593.xyz/
|
||||
- https://zgt38z1t.8800594.xyz/
|
||||
legacylinks:
|
||||
- https://g9u2pm8t.8800591.xyz/
|
||||
- https://ghtzsn85.8800592.xyz/
|
||||
- https://m3hto8t0.8800593.xyz/
|
||||
- https://bgsewc83.8800594.xyz/
|
||||
- https://qypps6pv.8800591.xyz/
|
||||
- https://ex63q204.8800592.xyz/
|
||||
- https://keazk8jq.8800593.xyz/
|
||||
@@ -27,10 +31,6 @@ legacylinks:
|
||||
- https://dlo8pm0s.8800592.xyz/
|
||||
- https://medgyfpk.8800593.xyz/
|
||||
- https://1a7o4z6n.8800594.xyz/
|
||||
- https://d53epkxe.8800591.xyz/
|
||||
- https://iqknbg8x.8800592.xyz/
|
||||
- https://s0ehr3ed.8800593.xyz/
|
||||
- https://zgt38z1t.8800594.xyz/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
|
||||
@@ -1,148 +0,0 @@
|
||||
---
|
||||
id: periodical
|
||||
name: Periodical
|
||||
description: "Periodical (PER) is a Private Torrent Tracker for MAGAZINE"
|
||||
language: en-US
|
||||
type: private
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://periodical.me/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: "Adult", cat: Books/Mags, desc: "Adult"}
|
||||
- {id: "Automotive & Motorsports", cat: Books/Mags, desc: "Automotive & Motorsports"}
|
||||
- {id: "Aviation & Military", cat: Books/Mags, desc: "Aviation & Military"}
|
||||
- {id: "Business & Finance", cat: Books/Mags, desc: "Business & Finance"}
|
||||
- {id: "Computers & Technology", cat: Books/Mags, desc: "Computers & Technology"}
|
||||
- {id: "Entertainment & Gaming", cat: Books/Mags, desc: "Entertainment & Gaming"}
|
||||
- {id: "Food & Cooking", cat: Books/Mags, desc: "Food & Cooking"}
|
||||
- {id: "Hobbies & Crafts", cat: Books/Mags, desc: "Hobbies & Crafts"}
|
||||
- {id: "Home & Garden", cat: Books/Mags, desc: "Home & Garden"}
|
||||
- {id: "Lifestyle & Fashion", cat: Books/Mags, desc: "Lifestyle & Fashion"}
|
||||
- {id: "Music & Audio", cat: Books/Mags, desc: "Music & Audio"}
|
||||
- {id: "News & Politics", cat: Books/Mags, desc: "News & Politics"}
|
||||
- {id: "Science & Nature", cat: Books/Mags, desc: "Science & Nature"}
|
||||
- {id: "Sports & Outdoors", cat: Books/Mags, desc: "Sports & Outdoors"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
||||
settings:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: format
|
||||
type: select
|
||||
label: Search Format
|
||||
default: "_"
|
||||
options:
|
||||
"_": All Formats
|
||||
PDF: PDF
|
||||
CBZ: CBZ
|
||||
CBR: CBR
|
||||
EPUB: EPUB
|
||||
- name: sort
|
||||
type: select
|
||||
label: Sort requested from site
|
||||
default: added
|
||||
options:
|
||||
added: created
|
||||
size: size
|
||||
seeders: seeders
|
||||
name: title
|
||||
- name: type
|
||||
type: select
|
||||
label: Order requested from site
|
||||
default: desc
|
||||
options:
|
||||
desc: desc
|
||||
asc: asc
|
||||
- name: info
|
||||
type: info
|
||||
label: Results Per Page
|
||||
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
|
||||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "If you do not log in for 50 days, your account will be disabled for inactivity. If you are VIP you won't be disabled until the VIP period is over."
|
||||
- name: info_flaresolverr
|
||||
type: info_flaresolverr
|
||||
|
||||
login:
|
||||
path: login
|
||||
method: form
|
||||
form: form
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
remember: on
|
||||
error:
|
||||
- selector: div > div[color="#ff6b6b"]
|
||||
test:
|
||||
path: /
|
||||
selector: a[href$="/logout"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: torrents
|
||||
inputs:
|
||||
$raw: "{{ range .Categories }}category[]={{.}}&{{end}}"
|
||||
search: "{{ .Keywords }}"
|
||||
filter: 1
|
||||
format: "{{ re_replace .Config.format \"_\" \"\" }}"
|
||||
# sfw, nsfw
|
||||
nsfw: nsfw
|
||||
order: "{{ .Config.sort }}"
|
||||
dir: "{{ .Config.type }}"
|
||||
|
||||
rows:
|
||||
selector: table.torrent_table > tbody > tr:has(a[href$="/download"]), table.torrent_table > tbody > tr:has(div.cat-icon)
|
||||
after: 1
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: td:nth-child(2) span
|
||||
filters:
|
||||
- name: regexp
|
||||
args: \[(.*?)\]
|
||||
title_group:
|
||||
selector: td:nth-child(2) a
|
||||
title_torrent_p1:
|
||||
selector: td:nth-child(4) strong
|
||||
title_torrent_p2:
|
||||
selector: td:nth-child(4) a
|
||||
title_format:
|
||||
selector: td:nth-child(4) span
|
||||
title: "{{ .Result.title_group }} » {{ .Result.title_torrent_p1 }} - {{ .Result.title_torrent_p2 }}{{ .Result.title_format }}"
|
||||
details:
|
||||
selector: td.actions-cell a[title="View magazine details page"]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href$="/download"]
|
||||
attribute: href
|
||||
date:
|
||||
# auto adjusted by site account profile
|
||||
selector: td:nth-child(7)
|
||||
filters:
|
||||
- name: dateparse
|
||||
args: "HH:mm:ss dd/MM/yyyy"
|
||||
size:
|
||||
selector: td:nth-child(6)
|
||||
seeders:
|
||||
selector: td.seeders
|
||||
leechers:
|
||||
selector: td.leechers
|
||||
grabs:
|
||||
selector: td.grabs
|
||||
downloadvolumefactor:
|
||||
text: 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
minimumseedtime:
|
||||
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||
text: 259200
|
||||
# engine n/a
|
||||
Reference in New Issue
Block a user