mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
tazmania-den: gone. removed. #5713
This commit is contained in:
@@ -394,7 +394,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* TakeaByte
|
* TakeaByte
|
||||||
* Tapochek
|
* Tapochek
|
||||||
* Tasmanit
|
* Tasmanit
|
||||||
* Tazmania-Den
|
|
||||||
* TeamHD
|
* TeamHD
|
||||||
* TeamOS
|
* TeamOS
|
||||||
* TEKNO3D
|
* TEKNO3D
|
||||||
|
@@ -1,91 +0,0 @@
|
|||||||
---
|
|
||||||
site: tazmaniaden
|
|
||||||
name: Tazmania-Den
|
|
||||||
description: "Tazmania-Den is a Private tracker for MOVIES / TV / GENERAL"
|
|
||||||
language: en-us
|
|
||||||
type: private
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://tazmania-den.net/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: 1, cat: Other, desc: "Other"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: account-login.php
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
error:
|
|
||||||
- selector: div.myFrame:contains("Access Denied")
|
|
||||||
test:
|
|
||||||
path: torrents-search.php
|
|
||||||
selector: a[href="account-logout.php"]
|
|
||||||
|
|
||||||
download:
|
|
||||||
before:
|
|
||||||
path: thanks.php
|
|
||||||
method: "post"
|
|
||||||
inputs:
|
|
||||||
torrent: "{{ .DownloadUri.Query.id }}"
|
|
||||||
submit: "Thanks!"
|
|
||||||
selector: a[href^="download.php?id="]
|
|
||||||
attribute: href
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: torrents-search.php
|
|
||||||
inputs:
|
|
||||||
search: "{{ .Keywords }}"
|
|
||||||
# 0 active 1 incldead 2 onlydead
|
|
||||||
incldead: 1
|
|
||||||
# 0 all 1 notfree 2 onlyfree
|
|
||||||
freeleech: 0
|
|
||||||
# 0 all 1 english etc
|
|
||||||
lang: 0
|
|
||||||
rows:
|
|
||||||
selector: tr.t-row
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
text: 1
|
|
||||||
title:
|
|
||||||
selector: a[href^="torrents-details.php?id="]
|
|
||||||
details:
|
|
||||||
selector: a[href^="torrents-details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: a[href^="torrents-details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
banner:
|
|
||||||
selector: td:nth-child(1) img
|
|
||||||
optional: true
|
|
||||||
attribute: src
|
|
||||||
date:
|
|
||||||
selector: td:nth-child(2)
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: (\d{2}-\d{2}-\d{4})
|
|
||||||
- name: dateparse
|
|
||||||
args: "02-01-2006"
|
|
||||||
size:
|
|
||||||
selector: td:nth-child(4)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-child(5)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(6)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-child(7)
|
|
||||||
downloadvolumefactor:
|
|
||||||
case:
|
|
||||||
img[src="images/free.gif"]: "0"
|
|
||||||
img[src="images/t_extern.png"]: "0"
|
|
||||||
"*": "1"
|
|
||||||
uploadvolumefactor:
|
|
||||||
case:
|
|
||||||
img[src="images/t_extern.png"]: "0"
|
|
||||||
"*": "1"
|
|
@@ -386,6 +386,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/passionetorrent.yml",
|
"Definitions/passionetorrent.yml",
|
||||||
"Definitions/thetorrents.yml",
|
"Definitions/thetorrents.yml",
|
||||||
"Definitions/themoviecave.yml",
|
"Definitions/themoviecave.yml",
|
||||||
|
"Definitions/tazmaniaden.yml",
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var oldFile in oldFiles)
|
foreach (var oldFile in oldFiles)
|
||||||
|
Reference in New Issue
Block a user