Private GIT

Skip to content
Snippets Groups Projects
Commit c7fc7e0a authored by Garfield69's avatar Garfield69 Committed by vlbox
Browse files
parent f2d0a7e8
Branches master
No related tags found
No related merge requests found
......@@ -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
......
---
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"
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment