1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-05-02 06:11:42 +01:00
Files
Indexers/definitions/v1/tasmanit.yml
bakerboy448 b19e21dc2a jackett indexers as of d68f47316da503d0b16bbd2f2abebac90d4daa25
jackett indexers as of  27b850c829e5de6a7ce87dda28cccfc41e0e57c3

jackett indexers as of  951e01f35fc2a2d3630a0000ae04253ec9a796b7

jackett indexers as of  585b5359b562f978f88b887343716805875b2d99

jackett indexers as of  72be4c3b0062c5668461007f43a5796b928db267

jackett indexers as of  8e6bd9c9bc530df2d2a7f3874d04da9ec31d4865

jackett indexers as of  6dd1c0f187164ba3c28aedbb0229f757daa2c23a

jackett indexers as of  5193ebb40196c4e975b9275577d2e72f011e45e6

jackett indexers as of  866ee8b0dd86ec1fa843b3106845638daae1ee49

jackett indexers as of  e08774001a877e380a11069d532e6cb07565baae

jackett indexers as of  11edf4e8bd831c5e57ea5ae19c4ddf3bb9e5c3d1

jackett indexers as of  4bbb2f6aadc609d5440a1dcd7345e41b449262c3

jackett indexers as of  1e44e0de569174d8b4b254633558e95f66916d26

jackett indexers as of  659c5c81129a1d519eac595afc727fd3f3d100b0

jackett indexers as of  9357350a636071bb277f65fe4fe481d7b9dd69f8

jackett indexers as of  e964c7278b60247520e0c2f7661adee4fdae4003

jackett indexers as of  01e64d5053da94e6ba709277135f3f2f560bbdc7

jackett indexers as of  b8735f2d7ef54bcc1ddaf8a1e0efea9be00af34a

jackett indexers as of  5f100b21116787c8da4423a951c85c22572d6224

jackett indexers as of  c98fd0e76746ce6fd4651ee1aaa175e37d557f36

jackett indexers as of  47823fb937f6f733d845fe990cccd74e16f66e2b
2021-09-15 21:55:14 -05:00

120 lines
3.6 KiB
YAML

---
id: tasmanit
name: Tasmanit
description: "Tasmanit.es is a AUSTRALIAN / NEW ZEALAND Private Torrent Tracker for AUS / NZ TV"
language: en-AU
type: private
encoding: UTF-8
links:
- https://tasmanit.es/
caps:
categorymappings:
- {id: 72, cat: TV, desc: "All Australian TV"}
- {id: 23, cat: TV, desc: "AU-AUTOGEN"}
- {id: 8, cat: TV, desc: "Australian Comedy"}
- {id: 18, cat: TV, desc: "Australian Crime Shows"}
- {id: 14, cat: TV, desc: "Australian Documentaries"}
- {id: 9, cat: TV, desc: "Australian Dramas"}
- {id: 10, cat: TV, desc: "Australian Game/Quiz Shows"}
- {id: 12, cat: TV, desc: "Australian Kids Shows"}
- {id: 21, cat: TV, desc: "Australian Lifestyle TV"}
- {id: 11, cat: TV, desc: "Aussie News and Current Affairs"}
- {id: 76, cat: TV/Other, desc: "Australian TV Other"}
- {id: 15, cat: TV, desc: "Australian Real Crime"}
- {id: 13, cat: TV, desc: "Australian Reality TV"}
- {id: 17, cat: TV, desc: "Australian Science Shows"}
- {id: 80, cat: TV, desc: "Australian Soaps"}
- {id: 16, cat: TV, desc: "Australian Talkshows"}
- {id: 22, cat: TV, desc: "Australian Movies"}
- {id: 73, cat: TV, desc: "New Zealand TV"}
- {id: 61, cat: TV, desc: "NZ-AUTOGEN"}
- {id: 47, cat: TV, desc: "New Zealand Comedy"}
- {id: 58, cat: TV, desc: "New Zealand Crime Shows"}
- {id: 53, cat: TV, desc: "New Zealand Documentaries"}
- {id: 48, cat: TV, desc: "New Zealand Dramas"}
- {id: 49, cat: TV, desc: "New Zealand Game/Quiz Shows"}
- {id: 51, cat: TV, desc: "New Zealand Kids Shows"}
- {id: 56, cat: TV, desc: "New Zealand Lifestyle TV"}
- {id: 50, cat: TV, desc: "New Zealand News and Current Affairs"}
- {id: 60, cat: TV, desc: "New Zealand Real Crime"}
- {id: 52, cat: TV, desc: "New Zealand Reality TV"}
- {id: 54, cat: TV, desc: "New Zealand Science Shows"}
- {id: 81, cat: TV, desc: "New Zealand Soaps"}
- {id: 57, cat: TV, desc: "New Zealand Talkshows"}
- {id: 59, cat: TV, desc: "New Zealand Movies"}
- {id: 36, cat: TV, desc: "New Zealand TV"}
- {id: 55, cat: TV, desc: "SATV - All"}
- {id: 55, cat: TV, desc: "South African TV"}
- {id: 7, cat: TV/Other, desc: "New Zealand TV Other"}
modes:
search: [q]
tv-search: [q, season, ep]
login:
path: takelogin.php
method: post
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
error:
- selector: div#content:has(h2:contains("Login Failed"))
test:
path: browse.php
search:
paths:
- path: browse.php
method: post
inputs:
do: search
keywords: "{{ .Keywords }}"
search_type: t_name
include_dead_torrents: yes
keywordsfilters:
- name: re_replace
args: ["[^a-zA-Z0-9]+", "%"]
rows:
selector: table#sortabletable > tbody > tr:has(a[href])
fields:
title:
selector: td:nth-child(2) a
title:
optional: true
selector: div.tooltip-content > div
category:
selector: a[href*="/browse.php?category="]
attribute: href
filters:
- name: querystring
args: category
details:
selector: a[href*="/details.php?id="]
attribute: href
download:
selector: a[href*="/details.php?id="]
attribute: href
filters:
- name: replace
args: ["details.php", "download.php"]
size:
selector: td:nth-child(5)
grabs:
selector: td:nth-child(6)
seeders:
selector: td:nth-child(7)
leechers:
selector: td:nth-child(8)
date:
selector: td:nth-child(2)
downloadvolumefactor:
case:
"*": 1
uploadvolumefactor:
case:
"*": 1
# TS Special Edition