Garfield69 2018-02-22 07:11:48 +13:00
parent 4b3adbcb2f
commit 1f47546846
3 changed files with 1 additions and 65 deletions

View File

@ -50,7 +50,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* RARBG
* RuTor
* ShowRSS
* Sky torrents
* The Pirate Bay
* TNTVillage <!-- maintained by bonny1992 -->
* Tokyo Toshokan

View File

@ -1,64 +0,0 @@
---
site: skytorrents
name: Sky torrents
description: "SkyTorrents is a Public privacy-focused torrent search engine with no adverts or tracking"
language: en-us
type: public
encoding: UTF-8
links:
- https://www.skytorrents.in/
caps:
categories:
TV: TV
Movies: Movies
modes:
search: [q]
tv-search: [q, season, ep]
settings: []
search:
paths:
- path: "search/all/{{if .Query.Keywords}}ed{{else}}ad{{end}}/1/{{ .Query.Keywords}}"
rows:
selector: "table > tbody > tr"
filters:
- name: andmatch
fields:
title:
selector: td:nth-child(1) > a:first-child[title]
attribute: title
details:
selector: td:nth-child(1) > a:first-child
attribute: href
size:
selector: td:nth-child(2)
files:
selector: td:nth-child(3)
seeders:
selector: td:nth-child(5)
leechers:
selector: td:nth-child(6)
description:
selector: td:nth-child(1)
case:
img[title="Verified and marked"]: "Verified and marked"
"*": ""
date:
selector: td:nth-child(4):contains("ago")
optional: true
date:
selector: td:nth-child(4):not(:contains("ago"))
optional: true
filters:
- name: dateparse
args: "01-02-2006"
download:
selector: td > a[href^="magnet"]
attribute: href
downloadvolumefactor:
text: "0"
uploadvolumefactor:
text: "1"

View File

@ -203,6 +203,7 @@ namespace Jackett.Updater
"Definitions/infinityt.yml",
"Definitions/hachede-c.yml",
"Definitions/hd4Free.yml",
"Definitions/skytorrents.yml",
};
foreach (var oldFIle in oldFiles)