mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 11:47:28 +00:00
Underverse : Make public (#6161)
This commit is contained in:
parent
8b723a3cea
commit
1fa421884d
2 changed files with 3 additions and 31 deletions
|
@ -91,6 +91,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* Torrent9
|
||||
* Torrent9Clone
|
||||
* Torrentz2
|
||||
* Underverse
|
||||
* YourBittorrent
|
||||
* YTS.ag
|
||||
* Zooqle
|
||||
|
@ -126,7 +127,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||
* SoundPark
|
||||
* Toloka.to
|
||||
* Torrents-Local
|
||||
* Underverse
|
||||
* Union Fansub
|
||||
* Vanila
|
||||
* YggTorrent (YGG)
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
---
|
||||
site: underverse
|
||||
name: Underverse
|
||||
description: "Underverse is a RUSSIAN Semi-Private Torrent Tracker for 0DAY / GENERAL"
|
||||
description: "Underverse is a RUSSIAN Public Torrent Tracker for MOVIES / TV / MUSIC / GENERAL"
|
||||
language: ru-ru
|
||||
type: semi-private
|
||||
encoding: windows-1251
|
||||
links:
|
||||
- https://underver.se/
|
||||
- https://underverse.su/
|
||||
|
||||
caps:
|
||||
|
@ -632,10 +633,6 @@
|
|||
# Cart???
|
||||
- {id: 614, cat: Other, desc: "Отстойник"}
|
||||
- {id: 615, cat: Other, desc: "Для поглощенных раздач"}
|
||||
# Приватные форумы
|
||||
# Private forums
|
||||
- {id: 603, cat: Other, desc: "Релизерская каптерка"}
|
||||
- {id: 604, cat: TV, desc: " |- Черновики"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
|
@ -643,36 +640,11 @@
|
|||
movie-search: [q]
|
||||
|
||||
settings:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: striprussian
|
||||
type: checkbox
|
||||
label: Strip Russian Letters
|
||||
default: false
|
||||
|
||||
login:
|
||||
path: login.php
|
||||
method: form
|
||||
form: form[action$="/login.php"]
|
||||
inputs:
|
||||
login_username: "{{ .Config.username }}"
|
||||
login_password: "{{ .Config.password }}"
|
||||
redirect: "index.php"
|
||||
autologin: 1
|
||||
selectorinputs:
|
||||
cookie_test:
|
||||
selector: input[name="cookie_test"]
|
||||
attribute: value
|
||||
error:
|
||||
- selector: h4.warnColor1
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href="./login.php?logout=1"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: tracker.php
|
||||
|
|
Loading…
Reference in a new issue