mirror of https://github.com/Jackett/Jackett
103 lines
3.0 KiB
YAML
103 lines
3.0 KiB
YAML
---
|
|
id: skytorrentsclone
|
|
name: SkyTorrentsClone
|
|
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/ # skytorrentsclone2 #10000
|
|
- https://skytorrents.org/ # skytorrentsclone2 #10000
|
|
- https://skytorrents.net/ # skytorrentsclone2 #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
|