mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-25 10:58:28 +01:00
Removed Indexers: definitions/v10/jptv-api.yml Modified Indexers: definitions/v10/52bt.yml definitions/v10/Bittorrentfiles.yml definitions/v10/abnormal.yml definitions/v10/aidoruonline.yml definitions/v10/amigosshare.yml definitions/v10/anthelion-api.yml definitions/v10/arabafenice.yml definitions/v10/aussierules.yml definitions/v10/azusa.yml definitions/v10/bestcore.yml definitions/v10/bibliotik.yml definitions/v10/bithumen.yml definitions/v10/bitporn.yml definitions/v10/btschool.yml definitions/v10/danishbytes-api.yml definitions/v10/dark-shadow.yml definitions/v10/deildu.yml definitions/v10/diablotorrent.yml definitions/v10/docspedia.yml definitions/v10/explosiv-world.yml definitions/v10/fuzer.yml definitions/v10/gigatorrents.yml definitions/v10/gimmepeers.yml definitions/v10/girotorrent.yml definitions/v10/happyfappy.yml definitions/v10/happyfappy2fa.yml definitions/v10/hd-club.yml definitions/v10/hdarea.yml definitions/v10/hdcztorrent.yml definitions/v10/hdolimpo-api.yml definitions/v10/hdtorrentsit.yml definitions/v10/ilcorsaroblu.yml definitions/v10/ilcorsaronero.yml definitions/v10/itatorrents.yml definitions/v10/kickasstorrents-to.yml definitions/v10/kickasstorrents-ws.yml definitions/v10/linkomanija.yml definitions/v10/matrix.yml definitions/v10/noname-club.yml definitions/v10/nortorrent.yml definitions/v10/oxtorrent-co.yml definitions/v10/oxtorrent-vip.yml definitions/v10/pandahd.yml definitions/v10/ptfiles.yml definitions/v10/rudub.yml definitions/v10/rustorka.yml definitions/v10/thefallingangels.yml definitions/v10/therarbg.yml definitions/v10/torrent9.yml definitions/v10/trezzor.yml definitions/v10/trezzorcookie.yml definitions/v10/x-ite.me.yml definitions/v10/xthor-api.yml definitions/v10/zktorrent.yml definitions/v11/cpabien.yml definitions/v11/cpasbienclone.yml
93 lines
1.9 KiB
YAML
93 lines
1.9 KiB
YAML
---
|
|
id: aussierules
|
|
name: Aussierul.es
|
|
description: "AussieRul.es is a Private Torrent Tracker for AUSTRALIAN RULES FOOTBALL"
|
|
language: en-AU
|
|
type: private
|
|
encoding: UTF-8
|
|
links:
|
|
- https://aussierul.es/
|
|
|
|
caps:
|
|
categories:
|
|
1: TV/Sport
|
|
|
|
modes:
|
|
search: [q]
|
|
|
|
settings:
|
|
- name: username
|
|
type: text
|
|
label: Username
|
|
- name: password
|
|
type: password
|
|
label: Password
|
|
- name: type
|
|
label: Search Type
|
|
type: select
|
|
default: t_name
|
|
options:
|
|
t_name: Torrent Name
|
|
t_description: Torrent Description
|
|
t_both: Name & Description
|
|
t_uploader: Uploader
|
|
t_genre: IMDB Genre
|
|
- name: dead
|
|
label: Include Dead Torrents
|
|
type: select
|
|
default: no
|
|
options:
|
|
yes: Yes
|
|
no: No
|
|
|
|
login:
|
|
method: form
|
|
form: form
|
|
path: login.php
|
|
inputs:
|
|
username: "{{ .Config.username }}"
|
|
password: "{{ .Config.password }}"
|
|
error:
|
|
- selector: table:contains("An error has occured!")
|
|
test:
|
|
path: browse.php
|
|
selector: a[href*="logout.php"]
|
|
|
|
search:
|
|
paths:
|
|
- path: browse.php
|
|
inputs:
|
|
search_type: "{{ .Config.type }}"
|
|
include_dead_torrents: "{{ .Config.dead }}"
|
|
keywords: "{{ .Keywords }}"
|
|
|
|
rows:
|
|
selector: table#sortabletable > tbody > tr:not(:first-child)
|
|
|
|
fields:
|
|
category:
|
|
text: 1
|
|
title:
|
|
selector: td:nth-child(2) > div:nth-child(1) > a > strong
|
|
details:
|
|
selector: td:nth-child(2) > div:nth-child(1) > a
|
|
attribute: href
|
|
download:
|
|
selector: a[href*="download.php?id="]
|
|
attribute: href
|
|
date:
|
|
# 27-03-2021 18:34
|
|
selector: td:nth-child(2) > div:nth-child(2)
|
|
filters:
|
|
- name: dateparse
|
|
args: "d-MM-yyyy HH:mm"
|
|
size:
|
|
selector: td:nth-child(5)
|
|
grabs:
|
|
selector: td:nth-child(6)
|
|
seeders:
|
|
selector: td:nth-child(7)
|
|
leechers:
|
|
selector: td:nth-child(8)
|
|
# TS Special Edition v.7.4
|