mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
SkyTorrents: shutdown.
details at https://torrentfreak.com/skytorrents-dumps-massive-torrent-database-and-shuts-down180221/
This commit is contained in:
@@ -50,7 +50,6 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
* RARBG
|
* RARBG
|
||||||
* RuTor
|
* RuTor
|
||||||
* ShowRSS
|
* ShowRSS
|
||||||
* Sky torrents
|
|
||||||
* The Pirate Bay
|
* The Pirate Bay
|
||||||
* TNTVillage <!-- maintained by bonny1992 -->
|
* TNTVillage <!-- maintained by bonny1992 -->
|
||||||
* Tokyo Toshokan
|
* Tokyo Toshokan
|
||||||
|
@@ -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"
|
|
@@ -203,6 +203,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/infinityt.yml",
|
"Definitions/infinityt.yml",
|
||||||
"Definitions/hachede-c.yml",
|
"Definitions/hachede-c.yml",
|
||||||
"Definitions/hd4Free.yml",
|
"Definitions/hd4Free.yml",
|
||||||
|
"Definitions/skytorrents.yml",
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var oldFIle in oldFiles)
|
foreach (var oldFIle in oldFiles)
|
||||||
|
Reference in New Issue
Block a user