mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
remove skytorrents-to. resolves #3103
This commit is contained in:
@@ -125,7 +125,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* ShizaProject
|
* ShizaProject
|
||||||
* shokweb
|
* shokweb
|
||||||
* ShowRSS
|
* ShowRSS
|
||||||
* SkyTorrents.to
|
|
||||||
* Solid Torrents
|
* Solid Torrents
|
||||||
* sosulki
|
* sosulki
|
||||||
* SubsPlease
|
* SubsPlease
|
||||||
|
@@ -1,106 +0,0 @@
|
|||||||
---
|
|
||||||
id: skytorrents-to
|
|
||||||
name: SkyTorrents.to
|
|
||||||
description: "SkyTorrents.to is a Public SkyTorrents clone for TV / MOVIES / GENERAL"
|
|
||||||
language: en-us
|
|
||||||
type: public
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://www.skytorrents.to/
|
|
||||||
- https://skytorrents.org/
|
|
||||||
- https://skytorrents.net/
|
|
||||||
legacylinks:
|
|
||||||
- https://skytorrents.black-mirror.xyz/
|
|
||||||
- https://skytorrents.unblocked.casa/
|
|
||||||
- https://skytorrents.proxyportal.fun/
|
|
||||||
- https://skytorrents.uk-unblock.xyz/
|
|
||||||
- https://skytorrents.ind-unblock.xyz/
|
|
||||||
- https://skytorrents.unblocked.bar/ # Jackett search fails 'Returning Redirect' & 'Relogin required' loop
|
|
||||||
- https://skytorrents.proxyportal.pw/ # Jackett search fails 'Returning Redirect' & 'Relogin required' loop
|
|
||||||
- https://skytorrents.uk-unblock.pro/ # Jackett search fails 'Returning Redirect' & 'Relogin required' loop
|
|
||||||
- https://www.skytorrents.lol/ # redirects to skytorrents.to
|
|
||||||
- https://skytorrents.to/ # redirects to www.*
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: other, cat: Other, desc: Other}
|
|
||||||
# category=
|
|
||||||
- {id: album, cat: Audio, desc: Album}
|
|
||||||
- {id: ebook, cat: Books, desc: Ebook}
|
|
||||||
- {id: movie, cat: Movies, desc: Movie}
|
|
||||||
- {id: show, cat: TV, desc: Show}
|
|
||||||
# type=
|
|
||||||
- {id: audio, cat: Audio, desc: Audio}
|
|
||||||
- {id: doc, cat: Books, desc: Doc}
|
|
||||||
- {id: games, cat: PC/Games, desc: Games}
|
|
||||||
- {id: software, cat: PC, desc: Software}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
movie-search: [q]
|
|
||||||
music-search: [q]
|
|
||||||
book-search: [q]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: sort
|
|
||||||
type: select
|
|
||||||
label: Sort requested from site
|
|
||||||
default: created
|
|
||||||
options:
|
|
||||||
created: created
|
|
||||||
seeders: seeders
|
|
||||||
- name: flaresolverr
|
|
||||||
type: info
|
|
||||||
label: FlareSolverr
|
|
||||||
default: This site may use Cloudflare DDoS Protection, therefore Jackett requires <a href="https://github.com/Jackett/Jackett#configuring-flaresolverr" target="_blank">FlareSolver</a> to access it.
|
|
||||||
|
|
||||||
search:
|
|
||||||
# https://skytorrents.to/?search=mr+mercedes+s02e05&sort=created
|
|
||||||
# https://skytorrents.to/top100?sort=created
|
|
||||||
paths:
|
|
||||||
- path: "{{ if .Keywords }}?search={{ .Keywords }}&sort={{ .Config.sort }}{{ else }}top100?sort={{ .Config.sort }}{{ end }}"
|
|
||||||
- path: "{{ if .Keywords }}?search={{ .Keywords }}&sort={{ .Config.sort }}&page=2{{ else }}{{ end }}"
|
|
||||||
- path: "{{ if .Keywords }}?search={{ .Keywords }}&sort={{ .Config.sort }}&page=3{{ else }}{{ end }}"
|
|
||||||
- path: "{{ if .Keywords }}?search={{ .Keywords }}&sort={{ .Config.sort }}&page=4{{ else }}{{ end }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: tr.result
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
text: other
|
|
||||||
category|noappend:
|
|
||||||
# try category=
|
|
||||||
selector: a.label[href*="category="]
|
|
||||||
optional: true
|
|
||||||
category|noappend:
|
|
||||||
# try type=
|
|
||||||
selector: a.label[href*="type="]
|
|
||||||
optional: true
|
|
||||||
title:
|
|
||||||
selector: td a
|
|
||||||
details:
|
|
||||||
selector: td a
|
|
||||||
attribute: href
|
|
||||||
magnet:
|
|
||||||
selector: a[href^="magnet:?"]
|
|
||||||
attribute: href
|
|
||||||
size:
|
|
||||||
selector: td:nth-child(2)
|
|
||||||
files:
|
|
||||||
selector: td:nth-child(3)
|
|
||||||
date:
|
|
||||||
# 20 Minutes ago
|
|
||||||
selector: td:nth-child(4)
|
|
||||||
filters:
|
|
||||||
- name: timeago
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-child(5)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(6)
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: 0
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
# engine n/a
|
|
@@ -414,6 +414,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/shellife.yml",
|
"Definitions/shellife.yml",
|
||||||
"Definitions/skytorrents.yml",
|
"Definitions/skytorrents.yml",
|
||||||
"Definitions/skytorrents-lol.yml",
|
"Definitions/skytorrents-lol.yml",
|
||||||
|
"Definitions/skytorrents-to.yml",
|
||||||
"Definitions/skytorrentsclone.yml", // renamed to skytorrents-lol
|
"Definitions/skytorrentsclone.yml", // renamed to skytorrents-lol
|
||||||
"Definitions/skytorrentsclone2.yml", // renamed to skytorrents-to
|
"Definitions/skytorrentsclone2.yml", // renamed to skytorrents-to
|
||||||
"Definitions/solidtorrents.yml", // migrated to C#
|
"Definitions/solidtorrents.yml", // migrated to C#
|
||||||
|
Reference in New Issue
Block a user