mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
seedoff: prevent forbidden
This commit is contained in:
@@ -7,6 +7,7 @@ type: public
|
|||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
- https://seedoff.zannn.top/
|
- https://seedoff.zannn.top/
|
||||||
|
legacylinks:
|
||||||
- https://forum.zannn.top/
|
- https://forum.zannn.top/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
@@ -189,24 +190,24 @@ download:
|
|||||||
- name: validfilename
|
- name: validfilename
|
||||||
|
|
||||||
search:
|
search:
|
||||||
|
headers:
|
||||||
|
cookie: ["gophp=gop; trololofm=test; bookcontent=0"]
|
||||||
paths:
|
paths:
|
||||||
# https://seedoff.zannn.top/search?page=ajax&search=&active=0&category=0&options=0&recommend=0&have_quality=0&types_search=0&period=0&genres=&order=3&by=2
|
# https://seedoff.zannn.top/index.php?page=ajax&active=0&options=0&recommend=0&sticky=0&period=0&options=0&order=3&by=2&pages=1
|
||||||
- path: search
|
- path: index.php
|
||||||
inputs:
|
inputs:
|
||||||
page: ajax
|
page: ajax
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
# 0 all, 1 active, 2 dead
|
# 0 all, 1 active, 2 dead
|
||||||
active: 0
|
active: 0
|
||||||
category: 0
|
|
||||||
# 0 name, 1 name & desc
|
# 0 name, 1 name & desc
|
||||||
options: 0
|
options: 0
|
||||||
recommend: 0
|
recommend: 0
|
||||||
have_quality: 0
|
sticky: 0
|
||||||
# 0 whole word, 1 partial word
|
|
||||||
types_search: 0
|
|
||||||
period: 0
|
period: 0
|
||||||
order: "{{ .Config.sort }}"
|
order: "{{ .Config.sort }}"
|
||||||
by: "{{ .Config.type }}"
|
by: "{{ .Config.type }}"
|
||||||
|
pages: 1
|
||||||
|
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
- name: re_replace # S01 to сезон 1
|
- name: re_replace # S01 to сезон 1
|
||||||
|
Reference in New Issue
Block a user