mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
removed obscure. resolves #11911
This commit is contained in:
@@ -424,7 +424,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* NorBits
|
* NorBits
|
||||||
* Nordic+
|
* Nordic+
|
||||||
* Oasis
|
* Oasis
|
||||||
* Obscure
|
|
||||||
* oMg[WtF]trackr
|
* oMg[WtF]trackr
|
||||||
* OpenCD
|
* OpenCD
|
||||||
* Oppaitime [![(invite needed)][inviteneeded]](#)
|
* Oppaitime [![(invite needed)][inviteneeded]](#)
|
||||||
|
@@ -1,96 +0,0 @@
|
|||||||
---
|
|
||||||
id: obscure
|
|
||||||
name: Obscure
|
|
||||||
description: "Obscure is a Private Torrent Tracker for Obscure Stuff."
|
|
||||||
language: en-us
|
|
||||||
type: private
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://www.obscure.wtf/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: movies, cat: Movies, desc: "Movies"}
|
|
||||||
- {id: tv, cat: TV, desc: "TV Shows"}
|
|
||||||
- {id: music, cat: Audio, desc: "Music"}
|
|
||||||
- {id: books, cat: Books, desc: "Books"}
|
|
||||||
- {id: miscellaneous, cat: Other, desc: "Misc"}
|
|
||||||
- {id: packs, cat: Movies/Other, desc: "Packs"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
movie-search: [q]
|
|
||||||
music-search: [q]
|
|
||||||
book-search: [q]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: username
|
|
||||||
type: text
|
|
||||||
label: Username
|
|
||||||
- name: password
|
|
||||||
type: password
|
|
||||||
label: Password
|
|
||||||
- name: freeleech
|
|
||||||
type: checkbox
|
|
||||||
label: Search freeleech only
|
|
||||||
default: false
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: login/login
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
login: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
remember: 1
|
|
||||||
error:
|
|
||||||
- selector: div.blockMessage--error
|
|
||||||
test:
|
|
||||||
path: /
|
|
||||||
selector: a[href^="/logout/?t="]
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
# 20 results per page
|
|
||||||
- path: "tracker/?filename={{ .Keywords }}&freeleech={{ if .Config.freeleech }}1{{ else }}{{ end }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: tr.dataList-row:has(td.download)
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
selector: a[href^="/forums/"]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: "\\/(\\w+)\\/$"
|
|
||||||
title:
|
|
||||||
selector: a[href^="/threads/"]
|
|
||||||
details:
|
|
||||||
selector: a[href^="/threads/"]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: td.download a
|
|
||||||
attribute: href
|
|
||||||
poster:
|
|
||||||
selector: td:nth-child(2) img
|
|
||||||
attribute: src
|
|
||||||
date:
|
|
||||||
text: now
|
|
||||||
size:
|
|
||||||
selector: td:nth-last-child(4)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-last-child(3)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-last-child(2)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-last-child(1)
|
|
||||||
downloadvolumefactor:
|
|
||||||
case:
|
|
||||||
i.fa-star: 0
|
|
||||||
"*": 1
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
minimumratio:
|
|
||||||
text: 1.0
|
|
||||||
# engine n/a
|
|
@@ -388,6 +388,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/nyoo.yml",
|
"Definitions/nyoo.yml",
|
||||||
"Definitions/onlineselfeducation.yml",
|
"Definitions/onlineselfeducation.yml",
|
||||||
"Definitions/onlyscene.yml",
|
"Definitions/onlyscene.yml",
|
||||||
|
"Definitions/obscure.yml",
|
||||||
"Definitions/passionetorrent.yml",
|
"Definitions/passionetorrent.yml",
|
||||||
"Definitions/polishtracker.yml",
|
"Definitions/polishtracker.yml",
|
||||||
"Definitions/pt99.yml",
|
"Definitions/pt99.yml",
|
||||||
|
Reference in New Issue
Block a user