skytorrents-lol: removed, down for 30 days. resolves #3103 (#11050)

This commit is contained in:
ilike2burnthing 2021-02-10 17:07:45 +00:00 committed by GitHub
parent 4aba428373
commit 707400add0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 108 deletions

View File

@ -72,7 +72,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* Internet Archive (archive.org)
* Isohunt2
* iTorrent
* kickasstorrents (kickass.ws)
* kickasstorrents.ws
* kickasstorrents.to
* Legit Torrents
* LePorno.info
@ -118,8 +118,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* ShizaProject
* shokweb
* ShowRSS
* SkyTorrentsClone (*.lol)
* SkyTorrentsClone2 (*.to)
* SkyTorrents.to
* Solid Torrents
* sosulki
* SubsPlease
@ -135,7 +134,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* torrent-pirat
* Torrent4You
* Torrent9
* Torrent9Clone
* Torrent9 clone
* TorrentDownload
* TorrentFunk
* TorrentGalaxy (TGx)
@ -225,6 +224,7 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* 52PT
* 720pier
* Abnormal [![(invite needed)][inviteneeded]](#)
* ABtorrents (ABT + RNS)
* Acid Lounge (A-L) [![(invite needed)][inviteneeded]](#)
* Aftershock
* Aidoru!Online
@ -241,7 +241,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
* AsianCinema
* Asylum Share
* AudioNews (AN)
* Audiobook Torrents (ABT + RNS)
* AvistaZ (AsiaTorrents)
* Awesome-HD (AHD)
* Borgzelle

View File

@ -1,102 +0,0 @@
---
id: skytorrents-lol
name: SkyTorrents.lol
description: "SkyTorrents.lol is a Public SkyTorrents clone for TV / MOVIES / GENERAL"
language: en-us
type: public
encoding: UTF-8
links:
- https://www.skytorrents.lol/
legacylinks:
- https://www.skytorrents.to/
- 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://skytorrents.to/ # skytorrents-to #10000
- https://skytorrents.org/ # skytorrents-to #10000
- https://skytorrents.net/ # skytorrents-to #10000
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
search:
# https://www.skytorrents.lol/?query=mr+mercedes+s02e05&sort=created
# https://www.skytorrents.lol/top100?sort=created
paths:
- path: "{{ if .Keywords }}?query={{ .Keywords }}&sort={{ .Config.sort }}{{ else }}top100?sort={{ .Config.sort }}{{ end }}"
- path: "{{ if .Keywords }}?query={{ .Keywords }}&sort={{ .Config.sort }}&page=2{{ else }}{{ end }}"
- path: "{{ if .Keywords }}?query={{ .Keywords }}&sort={{ .Config.sort }}&page=3{{ else }}{{ end }}"
- path: "{{ if .Keywords }}?query={{ .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

View File

@ -50,7 +50,6 @@ namespace Jackett.Common.Services
{"puntorrent", "puntotorrent"},
{"rstorrent", "redstartorrent"},
{"scenefz", "speedapp"},
{"skytorrentsclone", "skytorrents-lol"},
{"skytorrentsclone2", "skytorrents-to"},
{"tehconnectionme", "anthelion"},
{"torrentgalaxyorg", "torrentgalaxy"},

View File

@ -390,6 +390,7 @@ namespace Jackett.Updater
"Definitions/sharingue.yml",
"Definitions/shareuniversity.yml",
"Definitions/skytorrents.yml",
"Definitions/skytorrents-lol.yml",
"Definitions/skytorrentsclone.yml", // renamed to skytorrents-lol
"Definitions/skytorrentsclone2.yml", // renamed to skytorrents-to
"Definitions/solidtorrents.yml", // migrated to C#