mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +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
|
* Torrent9
|
||||||
* Torrent9Clone
|
* Torrent9Clone
|
||||||
* Torrentz2
|
* Torrentz2
|
||||||
|
* Underverse
|
||||||
* YourBittorrent
|
* YourBittorrent
|
||||||
* YTS.ag
|
* YTS.ag
|
||||||
* Zooqle
|
* Zooqle
|
||||||
|
@ -126,7 +127,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||||
* SoundPark
|
* SoundPark
|
||||||
* Toloka.to
|
* Toloka.to
|
||||||
* Torrents-Local
|
* Torrents-Local
|
||||||
* Underverse
|
|
||||||
* Union Fansub
|
* Union Fansub
|
||||||
* Vanila
|
* Vanila
|
||||||
* YggTorrent (YGG)
|
* YggTorrent (YGG)
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
---
|
---
|
||||||
site: underverse
|
site: underverse
|
||||||
name: 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
|
language: ru-ru
|
||||||
type: semi-private
|
type: semi-private
|
||||||
encoding: windows-1251
|
encoding: windows-1251
|
||||||
links:
|
links:
|
||||||
|
- https://underver.se/
|
||||||
- https://underverse.su/
|
- https://underverse.su/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
|
@ -632,10 +633,6 @@
|
||||||
# Cart???
|
# Cart???
|
||||||
- {id: 614, cat: Other, desc: "Отстойник"}
|
- {id: 614, cat: Other, desc: "Отстойник"}
|
||||||
- {id: 615, cat: Other, desc: "Для поглощенных раздач"}
|
- {id: 615, cat: Other, desc: "Для поглощенных раздач"}
|
||||||
# Приватные форумы
|
|
||||||
# Private forums
|
|
||||||
- {id: 603, cat: Other, desc: "Релизерская каптерка"}
|
|
||||||
- {id: 604, cat: TV, desc: " |- Черновики"}
|
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
|
@ -643,36 +640,11 @@
|
||||||
movie-search: [q]
|
movie-search: [q]
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
- name: username
|
|
||||||
type: text
|
|
||||||
label: Username
|
|
||||||
- name: password
|
|
||||||
type: password
|
|
||||||
label: Password
|
|
||||||
- name: striprussian
|
- name: striprussian
|
||||||
type: checkbox
|
type: checkbox
|
||||||
label: Strip Russian Letters
|
label: Strip Russian Letters
|
||||||
default: false
|
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:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: tracker.php
|
- path: tracker.php
|
||||||
|
|
Loading…
Reference in a new issue