mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
tenyardtracker: removed. #795
This commit is contained in:
@@ -494,7 +494,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* TeamOS
|
* TeamOS
|
||||||
* TEKNO3D [![(invite needed)][inviteneeded]](#)
|
* TEKNO3D [![(invite needed)][inviteneeded]](#)
|
||||||
* TellyTorrent
|
* TellyTorrent
|
||||||
* TenYardTorrents (TYT) [![(invite needed)][inviteneeded]](#)
|
|
||||||
* The Falling Angels (TFA)
|
* The Falling Angels (TFA)
|
||||||
* The Geeks [![(invite needed)][inviteneeded]](#)
|
* The Geeks [![(invite needed)][inviteneeded]](#)
|
||||||
* The Horror Charnel (THC)
|
* The Horror Charnel (THC)
|
||||||
|
@@ -1,74 +0,0 @@
|
|||||||
---
|
|
||||||
id: tenyardtracker
|
|
||||||
name: TenYardTracker
|
|
||||||
description: "TenYardTorrents (TYT) is a Private Torrent Tracker for AMERICAN FOOTBALL"
|
|
||||||
language: en-us
|
|
||||||
type: private
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://talk.tenyardtracker.com/
|
|
||||||
legacylinks:
|
|
||||||
- http://tenyardtracker.com/
|
|
||||||
- https://tenyardtracker.com/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categories:
|
|
||||||
1: TV/Sport
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: members.php?action=takelogin
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
error:
|
|
||||||
- selector: div:contains("Login Failed")
|
|
||||||
test:
|
|
||||||
path: my.php
|
|
||||||
# error:
|
|
||||||
# - path: members.php?action=takelogin
|
|
||||||
test:
|
|
||||||
path: my.php
|
|
||||||
# selector: a[href="members.php?action=logout"]
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: browse.php
|
|
||||||
inputs:
|
|
||||||
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
|
|
||||||
search: "{{ .Keywords }}"
|
|
||||||
rows:
|
|
||||||
selector: table[border="1"] tr:not(:first-child)
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
text: 1
|
|
||||||
title:
|
|
||||||
selector: td:nth-child(2)
|
|
||||||
download:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["details.php?id=", "download.php?torrent="]
|
|
||||||
details:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
files:
|
|
||||||
selector: td:nth-child(3)
|
|
||||||
date:
|
|
||||||
selector: td:nth-child(5)
|
|
||||||
size:
|
|
||||||
selector: td:nth-child(6)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-child(8)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(9)
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
# engine tbd
|
|
@@ -382,6 +382,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/t411v2.yml",
|
"Definitions/t411v2.yml",
|
||||||
"Definitions/takeabyte.yml",
|
"Definitions/takeabyte.yml",
|
||||||
"Definitions/tazmaniaden.yml",
|
"Definitions/tazmaniaden.yml",
|
||||||
|
"Definitions/tenyardtracker.yml", // to be migrated to c#, #795
|
||||||
"Definitions/tbplus.yml",
|
"Definitions/tbplus.yml",
|
||||||
"Definitions/tehconnection.yml",
|
"Definitions/tehconnection.yml",
|
||||||
"Definitions/tfile.yml",
|
"Definitions/tfile.yml",
|
||||||
|
Reference in New Issue
Block a user