mirror of
https://github.com/Jackett/Jackett
synced 2025-03-01 01:15:47 +00:00
This commit is contained in:
parent
ddf4480adb
commit
010ebc7b58
4 changed files with 2 additions and 341 deletions
|
@ -162,7 +162,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||||
* BaibaKo
|
* BaibaKo
|
||||||
* BookTracker
|
* BookTracker
|
||||||
* CasStudioTV
|
* CasStudioTV
|
||||||
* Crazy's Corner
|
|
||||||
* CzTorrent
|
* CzTorrent
|
||||||
* DXP (Deaf Experts)
|
* DXP (Deaf Experts)
|
||||||
* Deildu
|
* Deildu
|
||||||
|
@ -493,7 +492,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||||
* The Shinning (TsH)
|
* The Shinning (TsH)
|
||||||
* The Show
|
* The Show
|
||||||
* The Vault
|
* The Vault
|
||||||
* The-Madhouse
|
|
||||||
* TheAudioScene
|
* TheAudioScene
|
||||||
* TheEmpire (TE)
|
* TheEmpire (TE)
|
||||||
* ToTheGlory
|
* ToTheGlory
|
||||||
|
|
|
@ -1,163 +0,0 @@
|
||||||
---
|
|
||||||
id: crazyscorner
|
|
||||||
name: Crazy's Corner
|
|
||||||
description: "Crazy's Corner is a Private Torrent Tracker for MUSIC"
|
|
||||||
language: en-us
|
|
||||||
type: private
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- http://crazys-corner.info/ # site does not support https ERR_CONNECTION_REFUSED
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: 1, cat: Audio, desc: "Alternative"}
|
|
||||||
- {id: 2, cat: Audio, desc: " |-- "}
|
|
||||||
- {id: 3, cat: Audio, desc: "Blues"}
|
|
||||||
- {id: 35, cat: Audio, desc: "Christmas Music"}
|
|
||||||
- {id: 4, cat: Audio, desc: "Classic Rock"}
|
|
||||||
- {id: 6, cat: Audio, desc: "Country"}
|
|
||||||
- {id: 7, cat: Audio, desc: "Dance"}
|
|
||||||
- {id: 8, cat: Audio, desc: "Disco"}
|
|
||||||
- {id: 9, cat: Audio, desc: "Electronic"}
|
|
||||||
- {id: 10, cat: Audio, desc: "Folk"}
|
|
||||||
- {id: 11, cat: Audio, desc: "Gospel"}
|
|
||||||
- {id: 37, cat: Audio, desc: "HardCore"}
|
|
||||||
- {id: 12, cat: Audio, desc: "Heavy-Metal"}
|
|
||||||
- {id: 13, cat: Audio, desc: "Hip-Hop"}
|
|
||||||
- {id: 14, cat: Audio, desc: "Jazz"}
|
|
||||||
- {id: 15, cat: Audio, desc: "Karaoke"}
|
|
||||||
- {id: 16, cat: Audio, desc: "Metal"}
|
|
||||||
- {id: 34, cat: Audio, desc: "Misc Compilation Albums Packs"}
|
|
||||||
- {id: 17, cat: Audio, desc: "Music Apps"}
|
|
||||||
- {id: 18, cat: Audio, desc: "Music Video"}
|
|
||||||
- {id: 19, cat: Audio, desc: "Opera"}
|
|
||||||
- {id: 20, cat: Audio, desc: "Pop"}
|
|
||||||
- {id: 21, cat: Audio, desc: "Punk"}
|
|
||||||
- {id: 22, cat: Audio, desc: "Punk Pop"}
|
|
||||||
- {id: 24, cat: Audio, desc: "R & B"}
|
|
||||||
- {id: 23, cat: Audio, desc: "Rap"}
|
|
||||||
- {id: 25, cat: Audio, desc: "Reggae"}
|
|
||||||
- {id: 26, cat: Audio, desc: "Rock"}
|
|
||||||
- {id: 27, cat: Audio, desc: "Rock-70s"}
|
|
||||||
- {id: 28, cat: Audio, desc: "Rock-80s"}
|
|
||||||
- {id: 29, cat: Audio, desc: "Soul"}
|
|
||||||
- {id: 30, cat: Audio, desc: "Sound Tracks"}
|
|
||||||
- {id: 31, cat: Audio, desc: "Techno"}
|
|
||||||
- {id: 32, cat: Audio, desc: "Teen-Pop"}
|
|
||||||
- {id: 33, cat: Audio, desc: "Trance"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
music-search: [q, album, artist, label, year]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: username
|
|
||||||
type: text
|
|
||||||
label: Username
|
|
||||||
- name: password
|
|
||||||
type: password
|
|
||||||
label: Password
|
|
||||||
- name: sort
|
|
||||||
type: select
|
|
||||||
label: Sort requested from site
|
|
||||||
default: "added"
|
|
||||||
options:
|
|
||||||
"added": "created"
|
|
||||||
"seeders": "seeders"
|
|
||||||
"size": "size"
|
|
||||||
"name": "title"
|
|
||||||
- name: type
|
|
||||||
type: select
|
|
||||||
label: Order requested from site
|
|
||||||
default: "desc"
|
|
||||||
options:
|
|
||||||
"desc": "desc"
|
|
||||||
"asc": "asc"
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: takelogin.php
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
submit: LOGIN
|
|
||||||
error:
|
|
||||||
- selector: table:contains("ERROR")
|
|
||||||
test:
|
|
||||||
path: index.php
|
|
||||||
selector: a[href*="/logout.php?logouthash="]
|
|
||||||
|
|
||||||
download:
|
|
||||||
before:
|
|
||||||
path: takethanks.php
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
torrentid: "{{ .DownloadUri.Query.id }}"
|
|
||||||
selector: a[href*="/download.php?id="]
|
|
||||||
attribute: href
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: browse.php
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
do: search
|
|
||||||
keywords: "{{if or (.Query.Album) (.Query.Artist) }}{{ or (.Query.Album) (.Query.Artist) }}{{else}}{{ .Keywords }}{{end}}"
|
|
||||||
category: "{{ if .Categories }}{{ range .Categories }}{{.}};{{end}}{{else}}0{{end}}"
|
|
||||||
# t_name t_description t_both t_uploader t_genre
|
|
||||||
search_type: t_name
|
|
||||||
include_dead_torrents: yes
|
|
||||||
sort: "{{ .Config.sort }}"
|
|
||||||
order: "{{ .Config.type }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: table.sortable tr:has(a[href*="/download.php?id="])
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
selector: a[href*="/browse.php?category="]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: querystring
|
|
||||||
args: category
|
|
||||||
title:
|
|
||||||
# abbreviated title
|
|
||||||
selector: a[href*="/details.php?id="]
|
|
||||||
title:
|
|
||||||
selector: div.tooltip-content > div
|
|
||||||
optional: true
|
|
||||||
details:
|
|
||||||
selector: a[href*="/details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
# rows have download but site requires thanks so we use dl from details
|
|
||||||
download:
|
|
||||||
selector: a[href*="/details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
banner:
|
|
||||||
selector: img[src*="/torrents/images/"]
|
|
||||||
attribute: src
|
|
||||||
date:
|
|
||||||
selector: td:nth-child(2)
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: "(\\d{2}-\\d{2}-\\d{4} \\d{2}:\\d{2})"
|
|
||||||
- name: dateparse
|
|
||||||
args: "02-01-2006 15:04"
|
|
||||||
size:
|
|
||||||
selector: td:nth-last-child(5)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-last-child(4)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-last-child(3)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-last-child(2)
|
|
||||||
downloadvolumefactor:
|
|
||||||
case:
|
|
||||||
img[src$="_flags/freedownload.gif"]: 0
|
|
||||||
img[src$="_flags/silverdownload.gif"]: 0.5
|
|
||||||
"*": 1
|
|
||||||
uploadvolumefactor:
|
|
||||||
case:
|
|
||||||
img[src$="_flags/x2.gif"]: 2
|
|
||||||
"*": 1
|
|
||||||
# TS Special Edition v.7.5
|
|
|
@ -1,176 +0,0 @@
|
||||||
---
|
|
||||||
id: the-madhouse
|
|
||||||
name: The-Madhouse
|
|
||||||
description: "The-Madhouse is a Private Torrent Tracker"
|
|
||||||
language: en-us
|
|
||||||
type: private
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- http://the-madhouse.info/ # site does not support https ERR_CONNECTION_REFUSED
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: 6, cat: PC/Mac, desc: "Apps Mac"}
|
|
||||||
- {id: 5, cat: PC, desc: "Apps Linux"}
|
|
||||||
- {id: 8, cat: PC, desc: "Apps Misc"}
|
|
||||||
- {id: 9, cat: PC/Phone-Other, desc: "Apps Phone"}
|
|
||||||
- {id: 7, cat: PC/0day, desc: "Apps Win"}
|
|
||||||
- {id: 10, cat: Books/Ebook, desc: "E Books"}
|
|
||||||
- {id: 11, cat: Books/Ebook, desc: "E Books Packs"}
|
|
||||||
- {id: 13, cat: Console, desc: "Games Console"}
|
|
||||||
- {id: 14, cat: PC/Games, desc: "Games Misc"}
|
|
||||||
- {id: 12, cat: PC/Games, desc: "Games PC"}
|
|
||||||
- {id: 15, cat: Books/Magazines, desc: "Books Magazines"}
|
|
||||||
- {id: 48, cat: Movies, desc: "MOVIES Packs"}
|
|
||||||
- {id: 25, cat: Movies, desc: "MOVIES itunes"}
|
|
||||||
- {id: 17, cat: Movies/3D, desc: "MOVIES 3D"}
|
|
||||||
- {id: 18, cat: Movies/UHD, desc: "MOVIES 4K Ratio Free"}
|
|
||||||
- {id: 46, cat: Movies/UHD, desc: "MOVIES 4K Packs Ratio Free"}
|
|
||||||
- {id: 20, cat: Movies/BluRay, desc: "MOVIES Blu-Ray"}
|
|
||||||
- {id: 19, cat: Movies, desc: "MOVIES Cam/DVDScr Ratio Free"}
|
|
||||||
- {id: 21, cat: Movies, desc: "MOVIES Classic pre-1990"}
|
|
||||||
- {id: 22, cat: Movies/DVD, desc: "MOVIES DVD-R"}
|
|
||||||
- {id: 23, cat: Movies/DVD, desc: "MOVIES DVD-Rip"}
|
|
||||||
- {id: 24, cat: Movies/HD, desc: "MOVIES HD RIPS"}
|
|
||||||
- {id: 26, cat: Movies, desc: "MOVIES Kids Classic Pre-1990"}
|
|
||||||
- {id: 33, cat: Movies, desc: "MOVIES Kids Pack"}
|
|
||||||
- {id: 28, cat: Movies, desc: "MOVIES Pack"}
|
|
||||||
- {id: 44, cat: Movies/WEBDL, desc: "MOVIES WEB-DL"}
|
|
||||||
- {id: 30, cat: Movies, desc: "MOVIES Xmas"}
|
|
||||||
- {id: 29, cat: Movies, desc: "MOVIES Xmas Packs"}
|
|
||||||
- {id: 31, cat: Movies/SD, desc: "MOVIES XVID"}
|
|
||||||
- {id: 34, cat: Audio/Other, desc: "RADIO MISC"}
|
|
||||||
- {id: 35, cat: Audio/Other, desc: "RADIO OMNIBUS-EDITIONS"}
|
|
||||||
- {id: 36, cat: Audio/Other, desc: "RADIO SHOWS"}
|
|
||||||
- {id: 47, cat: TV, desc: "TV Episodes"}
|
|
||||||
- {id: 40, cat: TV/HD, desc: "TV HD"}
|
|
||||||
- {id: 41, cat: TV, desc: "TV Kids"}
|
|
||||||
- {id: 38, cat: TV, desc: "TV Kids Classic"}
|
|
||||||
- {id: 45, cat: TV, desc: "TV NF"}
|
|
||||||
- {id: 42, cat: TV, desc: "TV Packs"}
|
|
||||||
- {id: 39, cat: TV, desc: "TV Packs Classic Pre-1990"}
|
|
||||||
- {id: 43, cat: TV, desc: "TV Soaps"}
|
|
||||||
- {id: 37, cat: TV/Sport, desc: "TV Sports"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q, imdbid]
|
|
||||||
tv-search: [q, season, ep, imdbid]
|
|
||||||
movie-search: [q, imdbid]
|
|
||||||
music-search: [q]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: username
|
|
||||||
type: text
|
|
||||||
label: Username
|
|
||||||
- name: password
|
|
||||||
type: password
|
|
||||||
label: Password
|
|
||||||
- name: sort
|
|
||||||
type: select
|
|
||||||
label: Sort requested from site
|
|
||||||
default: "added"
|
|
||||||
options:
|
|
||||||
"added": "created"
|
|
||||||
"seeders": "seeders"
|
|
||||||
"size": "size"
|
|
||||||
"name": "title"
|
|
||||||
- name: type
|
|
||||||
type: select
|
|
||||||
label: Order requested from site
|
|
||||||
default: "desc"
|
|
||||||
options:
|
|
||||||
"desc": "desc"
|
|
||||||
"asc": "asc"
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: login.php
|
|
||||||
method: form
|
|
||||||
form: form[action="takelogin.php"]
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
logout: ""
|
|
||||||
submit: LOGIN
|
|
||||||
error:
|
|
||||||
- selector: table:contains("ERROR:")
|
|
||||||
test:
|
|
||||||
path: index.php
|
|
||||||
selector: a[href*="/logout.php?logouthash="]
|
|
||||||
|
|
||||||
download:
|
|
||||||
before:
|
|
||||||
path: takethanks.php
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
torrentid: "{{ .DownloadUri.Query.id }}"
|
|
||||||
selector: a[href*="/download.php?id="]
|
|
||||||
attribute: href
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: browse.php
|
|
||||||
inputs:
|
|
||||||
do: search
|
|
||||||
keywords: "{{ if .Query.IMDBID }}{{ .Query.IMDBID }}{{else}}{{ .Keywords }}{{end}}"
|
|
||||||
# t_name t_description t_both t_uploader t_genre
|
|
||||||
search_type: "{{ if .Query.IMDBID }}t_description{{else}}t_name{{end}}"
|
|
||||||
category: "{{ if .Categories }}{{ range .Categories }}{{.}};{{end}}{{else}}0{{end}}"
|
|
||||||
include_dead_torrents: yes
|
|
||||||
sort: "{{ .Config.sort }}"
|
|
||||||
order: "{{ .Config.type }}"
|
|
||||||
# does not return imdb link in results
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: table.sortable tr:has(a[href*="/download.php?id="])
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
selector: a[href*="/browse.php?category="]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: querystring
|
|
||||||
args: category
|
|
||||||
title:
|
|
||||||
# abbreviated title
|
|
||||||
selector: a[href*="/details.php?id="]
|
|
||||||
title:
|
|
||||||
selector: div.tooltip-content > div
|
|
||||||
optional: true
|
|
||||||
details:
|
|
||||||
selector: a[href*="/details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
# rows have download but site requires thanks so we use dl from details
|
|
||||||
download:
|
|
||||||
selector: a[href*="/details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
magnet:
|
|
||||||
selector: a[href^="magnet:?xt="]
|
|
||||||
attribute: href
|
|
||||||
banner:
|
|
||||||
selector: img[src*="/torrents/images/"]
|
|
||||||
attribute: src
|
|
||||||
date:
|
|
||||||
selector: td:nth-child(2)
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: "(\\d{2}-\\d{2}-\\d{4} \\d{2}:\\d{2})"
|
|
||||||
- name: dateparse
|
|
||||||
args: "02-01-2006 15:04"
|
|
||||||
size:
|
|
||||||
selector: td:nth-last-child(5)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-last-child(4)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-last-child(3)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-last-child(2)
|
|
||||||
downloadvolumefactor:
|
|
||||||
case:
|
|
||||||
img[src$="_flags/freedownload.gif"]: 0
|
|
||||||
img[src$="_flags/silverdownload.gif"]: 0.5
|
|
||||||
"*": 1
|
|
||||||
uploadvolumefactor:
|
|
||||||
case:
|
|
||||||
img[src$="_flags/x2.gif"]: 2
|
|
||||||
"*": 1
|
|
||||||
# TS Special Edition v.7.5
|
|
|
@ -294,6 +294,7 @@ namespace Jackett.Updater
|
||||||
"Definitions/btstornet.yml",
|
"Definitions/btstornet.yml",
|
||||||
"Definitions/btxpress.yml",
|
"Definitions/btxpress.yml",
|
||||||
"Definitions/cinefilhd.yml",
|
"Definitions/cinefilhd.yml",
|
||||||
|
"Definitions/crazyscorner.yml",
|
||||||
"Definitions/czteam.yml",
|
"Definitions/czteam.yml",
|
||||||
"Definitions/digbt.yml",
|
"Definitions/digbt.yml",
|
||||||
"Definitions/dragonworld.yml",
|
"Definitions/dragonworld.yml",
|
||||||
|
@ -370,6 +371,7 @@ namespace Jackett.Updater
|
||||||
"Definitions/themoviecave.yml",
|
"Definitions/themoviecave.yml",
|
||||||
"Definitions/theresurrection.yml",
|
"Definitions/theresurrection.yml",
|
||||||
"Definitions/thetorrents.yml",
|
"Definitions/thetorrents.yml",
|
||||||
|
"Definitions/the-madhouse.yml",
|
||||||
"Definitions/tigers-dl.yml",
|
"Definitions/tigers-dl.yml",
|
||||||
"Definitions/torrentcouch.yml",
|
"Definitions/torrentcouch.yml",
|
||||||
"Definitions/torrentkim.yml",
|
"Definitions/torrentkim.yml",
|
||||||
|
|
Loading…
Reference in a new issue