Created a mock Sonarr container for the beta release

This commit is contained in:
2024-12-13 19:39:43 -07:00
parent 89f8a64b51
commit ea4cfeb42d
651 changed files with 134021 additions and 3267 deletions
+10 -6
View File
@@ -7,6 +7,7 @@ type: public
encoding: UTF-8
links:
- https://seedoff.zannn.top/
legacylinks:
- https://forum.zannn.top/
caps:
@@ -189,24 +190,24 @@ download:
- name: validfilename
search:
headers:
cookie: ["gophp=gop; trololofm=test; bookcontent=0"]
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
- path: search
# 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: index.php
inputs:
page: ajax
search: "{{ .Keywords }}"
# 0 all, 1 active, 2 dead
active: 0
category: 0
# 0 name, 1 name & desc
options: 0
recommend: 0
have_quality: 0
# 0 whole word, 1 partial word
types_search: 0
sticky: 0
period: 0
order: "{{ .Config.sort }}"
by: "{{ .Config.type }}"
pages: 1
keywordsfilters:
- name: re_replace # S01 to сезон 1
@@ -216,6 +217,9 @@ search:
- name: re_replace # S01E02 to сезон 1 сери 2
args: ["(?i)\\bS0*(\\d+)E0*(\\d+)\\b", "сезон $1 сери $2"]
error:
- selector: td.lista:contains("Поиск временно не работает")
rows:
selector: table.lista tbody tr:has(a[href^="/torrent/"])