mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
turknova: gone. removed. #9104
This commit is contained in:
@@ -526,7 +526,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* TranceTraffic
|
* TranceTraffic
|
||||||
* Trezzor
|
* Trezzor
|
||||||
* TurkSeed
|
* TurkSeed
|
||||||
* TurkNova
|
|
||||||
* TurkTorrent (TT)
|
* TurkTorrent (TT)
|
||||||
* Twilight Torrents
|
* Twilight Torrents
|
||||||
* Twilights Zoom
|
* Twilights Zoom
|
||||||
|
@@ -1,184 +0,0 @@
|
|||||||
---
|
|
||||||
id: turknova
|
|
||||||
name: TurkNova
|
|
||||||
description: "TurkNova is a TURKISH Private Torrent Tracker for MOVIES / TV / GENERAL"
|
|
||||||
language: tr-TR
|
|
||||||
type: private
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://www.turknova.net/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: 64, cat: Movies/UHD, desc: "4K - UHD"}
|
|
||||||
- {id: 35, cat: Movies/BluRay, desc: "BluRay 1080p"}
|
|
||||||
- {id: 37, cat: Movies/BluRay, desc: "BluRay 720p"}
|
|
||||||
- {id: 40, cat: Movies/HD, desc: "BDRip-BRRip"}
|
|
||||||
- {id: 68, cat: Movies/HD, desc: "Micro-Rip"}
|
|
||||||
- {id: 71, cat: Movies/HD, desc: "x265"}
|
|
||||||
- {id: 41, cat: Movies/SD, desc: "Cam-TS-Rip"}
|
|
||||||
- {id: 73, cat: Movies/DVD, desc: "DVD Disc"}
|
|
||||||
- {id: 39, cat: Movies, desc: "BOXSET"}
|
|
||||||
- {id: 43, cat: Movies/HD, desc: "Netflix"}
|
|
||||||
- {id: 54, cat: TV, desc: "BluTV"}
|
|
||||||
- {id: 59, cat: Movies/WEBDL, desc: "WEB-DL / WEBRip"}
|
|
||||||
- {id: 34, cat: TV/Documentary, desc: "Belgesel"}
|
|
||||||
- {id: 60, cat: TV/FOREIGN, desc: "Yabancı Dizi"}
|
|
||||||
- {id: 72, cat: TV/Anime, desc: "Animasyon"}
|
|
||||||
- {id: 48, cat: TV/HD, desc: "HDTV - Rip"}
|
|
||||||
- {id: 55, cat: TV, desc: "Türk Filmi"}
|
|
||||||
- {id: 46, cat: Other, desc: "Eğitim"}
|
|
||||||
- {id: 53, cat: Other, desc: "Resim"}
|
|
||||||
- {id: 50, cat: Audio, desc: "Müzik"}
|
|
||||||
- {id: 51, cat: PC/Games, desc: "Oyun"}
|
|
||||||
- {id: 52, cat: PC, desc: "Program"}
|
|
||||||
- {id: 62, cat: PC, desc: "İşletim Sistemi"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
movie-search: [q]
|
|
||||||
music-search: [q]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: username
|
|
||||||
type: text
|
|
||||||
label: Username
|
|
||||||
- name: password
|
|
||||||
type: password
|
|
||||||
label: Password
|
|
||||||
- name: info
|
|
||||||
type: info
|
|
||||||
label: Layout
|
|
||||||
default: "<ol><li>Only the English Classic profile is supported.<li>Make sure to set the <b>Torrent Listing (Listeleme Biçimi)</b> option in your profile to <b>Classic (Klasik)</b><li>And set the <b>Language (Dil)</b> to <b>English</b><li>Using the <i>Modern</i> theme will prevent results, and using <i>Turkish</i> will prevent upload dates.</ol>"
|
|
||||||
- name: sort
|
|
||||||
type: select
|
|
||||||
label: Sort requested from site
|
|
||||||
default: "added"
|
|
||||||
options:
|
|
||||||
"added": "created"
|
|
||||||
"seeders": "seeders"
|
|
||||||
"size": "size"
|
|
||||||
- name: type
|
|
||||||
type: select
|
|
||||||
label: Order requested from site
|
|
||||||
default: "desc"
|
|
||||||
options:
|
|
||||||
"desc": "desc"
|
|
||||||
"asc": "asc"
|
|
||||||
- name: info_results
|
|
||||||
type: info
|
|
||||||
label: Search results
|
|
||||||
default: "If you are getting the error: <b>An error has occurred!You can't view this page unless you read all your unread messages</b>, then access the site with your browser and <b>mark as read</b> all PMs."
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: ?p=home&pid=1
|
|
||||||
method: form
|
|
||||||
form: form#sls_form
|
|
||||||
submitpath: ajax/login.php
|
|
||||||
inputs:
|
|
||||||
action: login
|
|
||||||
loginbox_membername: "{{ .Config.username }}"
|
|
||||||
loginbox_password: "{{ .Config.password }}"
|
|
||||||
loginbox_remember: 1
|
|
||||||
selectorinputs:
|
|
||||||
securitytoken:
|
|
||||||
selector: "script:contains(\"stKey: \")"
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: "stKey: \"(.+?)\","
|
|
||||||
error:
|
|
||||||
- selector: div.overlay:has(div.error)
|
|
||||||
test:
|
|
||||||
path: ?p=home&pid=1
|
|
||||||
selector: a#logout
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
keywordsfilters:
|
|
||||||
- name: re_replace
|
|
||||||
args: ["[^a-zA-Z0-9]+", "%25"]
|
|
||||||
inputs:
|
|
||||||
p: torrents
|
|
||||||
pid: 32
|
|
||||||
$raw: "{{ range .Categories }}cid[]={{.}}&{{end}}"
|
|
||||||
keywords: "{{ .Keywords }}"
|
|
||||||
# name, description, both, uploader
|
|
||||||
search_type: name
|
|
||||||
"sortOptions[sortBy]": "{{ .Config.sort }}"
|
|
||||||
"sortOptions[sortOrder]": "{{ .Config.type }}"
|
|
||||||
error:
|
|
||||||
- selector: div.error:not(:contains("Hiçbir sonuç bulunamadı.")):not(:contains("There are no results found."))
|
|
||||||
# does not support imdbid search and does not return imdb link in results.
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: table#torrents_table_classic > tbody > tr:has(td.torrent_name)
|
|
||||||
|
|
||||||
fields:
|
|
||||||
title:
|
|
||||||
selector: a[href*="?p=torrents&pid=10&action=details"]
|
|
||||||
category:
|
|
||||||
selector: div.category_image > a
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: querystring
|
|
||||||
args: cid
|
|
||||||
details:
|
|
||||||
# href="https://www.turknova.net/?p=torrents&pid=10&action=details&tid=40737"
|
|
||||||
selector: a[href*="?p=torrents&pid=10&action=details"]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
# from details page href="https://www.turknova.net/?p=torrents&pid=10&action=download&tid=40774"
|
|
||||||
selector: a[href*="?p=torrents&pid=10&action=details"]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["details", "download"]
|
|
||||||
date:
|
|
||||||
optional: true
|
|
||||||
# Uploaded 30-01-2019 15:02 by
|
|
||||||
selector: td.torrent_name:not(:contains(" at "))
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: "Uploaded (.+?) by"
|
|
||||||
- name: dateparse
|
|
||||||
args: "02-01-2006 15:04"
|
|
||||||
date:
|
|
||||||
optional: true
|
|
||||||
# Uploaded Friday at 05:11 by
|
|
||||||
# Uploaded Today at 00:48 by
|
|
||||||
# Uploaded Yesterday at 23:57 by
|
|
||||||
selector: td.torrent_name:contains(" at ")
|
|
||||||
filters:
|
|
||||||
- name: regexp
|
|
||||||
args: "Uploaded (.+?) by"
|
|
||||||
- name: replace
|
|
||||||
args: [" at ", " "]
|
|
||||||
size:
|
|
||||||
selector: a[rel="torrent_size"]
|
|
||||||
seeders:
|
|
||||||
selector: a[rel="torrent_seeders"]
|
|
||||||
leechers:
|
|
||||||
selector: a[rel="torrent_leechers"]
|
|
||||||
grabs:
|
|
||||||
selector: a[rel="times_completed"]
|
|
||||||
banner:
|
|
||||||
selector: a[rel="fancybox"]
|
|
||||||
optional: true
|
|
||||||
attribute: href
|
|
||||||
downloadvolumefactor:
|
|
||||||
case:
|
|
||||||
"img[title=\"FREE!\"]": 0
|
|
||||||
"img[title=\"Download Multiplier: 0.5\"]": 0.5
|
|
||||||
"*": 1
|
|
||||||
uploadvolumefactor:
|
|
||||||
case:
|
|
||||||
"img[title=\"Upload Multiplier: 2\"]": 2
|
|
||||||
"*": 1
|
|
||||||
minimumratio:
|
|
||||||
text: 0.5
|
|
||||||
minimumseedtime:
|
|
||||||
# 2 days (as seconds = 48 x 60 x 60)
|
|
||||||
text: 172800
|
|
||||||
# TSUE 2.2
|
|
@@ -398,6 +398,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/torrof.yml",
|
"Definitions/torrof.yml",
|
||||||
"Definitions/torviet.yml",
|
"Definitions/torviet.yml",
|
||||||
"Definitions/tspate.yml",
|
"Definitions/tspate.yml",
|
||||||
|
"Definitions/turknova.yml",
|
||||||
"Definitions/u-torrents.yml",
|
"Definitions/u-torrents.yml",
|
||||||
"Definitions/ultimategamerclub.yml",
|
"Definitions/ultimategamerclub.yml",
|
||||||
"Definitions/ultrahdclub.yml",
|
"Definitions/ultrahdclub.yml",
|
||||||
|
Reference in New Issue
Block a user