Skip to content

Commit

Permalink
jackett indexers as of 2c159ccf9bb423115883a5ee089850604dbe5b8d [2024…
Browse files Browse the repository at this point in the history
…-11-19T20:53:06Z]
  • Loading branch information
bakerboy448 committed Nov 19, 2024
1 parent d3956a4 commit 7a0e447
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 22 deletions.
1 change: 1 addition & 0 deletions definitions/v10/bitmagnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ type: semi-private
encoding: UTF-8
links:
- http://127.0.0.1:3333/
- http://bitmagnet:3333/

caps:
categorymappings:
Expand Down
4 changes: 2 additions & 2 deletions definitions/v10/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://19november.rudub.online/
- https://20november.rudub.online/
legacylinks:
- https://19october.rudub.online/
- https://20october.rudub.online/
- https://21october.rudub.online/
- https://22october.rudub.online/
Expand Down Expand Up @@ -42,6 +41,7 @@ legacylinks:
- https://16november.rudub.online/
- https://17november.rudub.online/
- https://18november.rudub.online/
- https://19november.rudub.online/

caps:
categorymappings:
Expand Down
21 changes: 7 additions & 14 deletions definitions/v10/rustorka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Rustorka
description: "Rustorka is a RUSSIAN Semi-Private Torrent Tracker for TV / MOVIES / GENERAL"
language: ru-RU
type: semi-private
encoding: windows-1251
encoding: UTF-8
links:
- https://rustorka.com/
legacylinks:
Expand Down Expand Up @@ -779,12 +779,11 @@ caps:
book-search: [q]

settings:
- name: username
- name: cookie
type: text
label: Username
- name: password
type: password
label: Password
label: Cookie
- name: info_cookie
type: info_cookie
- name: stripcyrillic
type: checkbox
label: Strip Cyrillic Letters
Expand Down Expand Up @@ -815,15 +814,9 @@ settings:
1: asc

login:
path: forum/login.php
method: post
method: cookie
inputs:
login_username: "{{ .Config.username }}"
login_password: "{{ .Config.password }}"
autologin: 1
login: Вход
error:
- selector: h4.warnColor1.mrg_16
cookie: "{{ .Config.cookie }}"
test:
path: forum/index.php
selector: a[href="./login.php?logout=1"]
Expand Down
13 changes: 7 additions & 6 deletions definitions/v10/seedoff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ type: public
encoding: UTF-8
links:
- https://seedoff.zannn.top/
legacylinks:
- https://forum.zannn.top/

caps:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7a0e447

Please sign in to comment.