mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
woot: gone. removed. resolves #9828
This commit is contained in:
parent
127471233f
commit
294e500087
3 changed files with 1 additions and 139 deletions
|
@ -576,7 +576,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||
* UnleashTheCartoons
|
||||
* UnlimitZ
|
||||
* White Angel
|
||||
* wOOt [![(invite needed)][inviteneeded]](#)
|
||||
* World-In-HD [![(invite needed)][inviteneeded]](#)
|
||||
* World-of-Tomorrow
|
||||
* x-ite.me (XM)
|
||||
|
|
|
@ -1,138 +0,0 @@
|
|||
---
|
||||
id: woot
|
||||
name: wOOt
|
||||
description: "wOOt is a Private GERMAN site for TV / MOVIES / GENERAL"
|
||||
language: de-DE
|
||||
type: private
|
||||
encoding: iso-8859-1
|
||||
requestDelay: 2
|
||||
links:
|
||||
- https://mywoot.biz/
|
||||
|
||||
caps:
|
||||
categorymappings:
|
||||
- {id: 73, cat: Audio/Audiobook, desc: "Misc/Abooks"}
|
||||
- {id: 74, cat: Other, desc: "Misc/All"}
|
||||
- {id: 72, cat: Books/EBook, desc: "Misc/Ebooks"}
|
||||
- {id: 71, cat: PC/Games, desc: "Misc/Games"}
|
||||
- {id: 70, cat: PC/0day, desc: "Misc/Software"}
|
||||
- {id: 60, cat: Movies/HD, desc: "Movies/HD"}
|
||||
- {id: 63, cat: Movies/Other, desc: "Movies/Misc"}
|
||||
- {id: 61, cat: Movies/SD, desc: "Movies/SD"}
|
||||
- {id: 62, cat: Movies, desc: "Movies/Untouched"}
|
||||
- {id: 66, cat: TV/Documentary, desc: "TV/Doku HD"}
|
||||
- {id: 67, cat: TV/Documentary, desc: "TV/Doku SD"}
|
||||
- {id: 69, cat: TV/Other, desc: "TV/Misc"}
|
||||
- {id: 64, cat: TV/HD, desc: "TV/Serien HD"}
|
||||
- {id: 65, cat: TV/SD, desc: "TV/Serien SD"}
|
||||
- {id: 68, cat: TV/Sport, desc: "TV/Sport"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
tv-search: [q, season, ep, imdbid]
|
||||
movie-search: [q, imdbid]
|
||||
music-search: [q]
|
||||
book-search: [q]
|
||||
|
||||
settings:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
|
||||
login:
|
||||
path: kokosnuss/kscripts/process/login.php
|
||||
method: post
|
||||
inputs:
|
||||
login: "{{ .Config.username }}"
|
||||
pw: "{{ .Config.password }}"
|
||||
selectorinputs:
|
||||
__csrf_magic:
|
||||
selector: input[name="__csrf_magic"]
|
||||
attribute: value
|
||||
tstamp:
|
||||
selector: input[name="tstamp"]
|
||||
attribute: value
|
||||
error:
|
||||
- selector: div.error
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href="/logout.php"]
|
||||
|
||||
search:
|
||||
# 25 results pe page, lets at least try to 50
|
||||
paths:
|
||||
# https://mywoot.biz/list.php?q=wake+bluray&in=name&imdb=
|
||||
# https://mywoot.biz/list.php?q=&in=name&imdb=tt0367478
|
||||
- path: list.php
|
||||
- path: list.php
|
||||
inputs:
|
||||
page: 1
|
||||
inputs:
|
||||
q: "{{ if .Query.IMDBID }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||
# site does not support multi cats queries, defaulting to all
|
||||
cat: 0
|
||||
# name, descr, both
|
||||
in: name
|
||||
imdb: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{ else }}{{ end }}"
|
||||
|
||||
rows:
|
||||
selector: div.tbList table tbody tr:has(a[href^="download.php?torrent="])
|
||||
|
||||
fields:
|
||||
category:
|
||||
selector: a[href^="/list.php?cat="]
|
||||
attribute: href
|
||||
filters:
|
||||
- name: querystring
|
||||
args: cat
|
||||
title:
|
||||
selector: a[href^="item.php?id="]
|
||||
details:
|
||||
selector: a[href^="item.php?id="]
|
||||
attribute: href
|
||||
download:
|
||||
selector: a[href^="download.php?torrent="]
|
||||
attribute: href
|
||||
poster:
|
||||
selector: a[href^="item.php?id="]
|
||||
attribute: onmouseover
|
||||
filters:
|
||||
- name: regexp
|
||||
args: src="(.+?)"
|
||||
imdbid:
|
||||
selector: a[href*="imdb.com/title/tt"]
|
||||
attribute: href
|
||||
size:
|
||||
selector: td:last-child
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "/ (.+? [T|G|M|K]*B)"
|
||||
date:
|
||||
selector: td:last-child
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "(\\d{2}\\.\\d{2}\\.\\d{4} \\d{2}:\\d{2}:\\d{2})"
|
||||
- name: append
|
||||
args: " +01:00" # CET
|
||||
- name: dateparse
|
||||
args: "dd.MM.yyyy HH:mm:ss zzz"
|
||||
seeders:
|
||||
selector: td:last-child
|
||||
filters:
|
||||
- name: regexp
|
||||
args: "(\\d+) Peers"
|
||||
leechers:
|
||||
text: 0
|
||||
downloadvolumefactor:
|
||||
text: 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
minimumratio:
|
||||
text: 0.7
|
||||
minimumseedtime:
|
||||
# 2 days (as seconds = 2 x 24 x 60 x 60)
|
||||
text: 172800 # rules say you must seed but not for how long
|
||||
# engine n/a
|
|
@ -613,6 +613,7 @@ namespace Jackett.Updater
|
|||
"Definitions/witchhunter.yml",
|
||||
"Definitions/worldofp2p.yml",
|
||||
"Definitions/worldwidetorrents.yml",
|
||||
"Definitions/woot.yml",
|
||||
"Definitions/xbit.yml",
|
||||
"Definitions/xfsub.yml",
|
||||
"Definitions/xktorrent.yml",
|
||||
|
|
Loading…
Add table
Reference in a new issue