mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -482,7 +482,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* SeedFile (SF)
|
* SeedFile (SF)
|
||||||
* Shareisland
|
* Shareisland
|
||||||
* Shazbat
|
* Shazbat
|
||||||
* Shellife (SL) [![(invite needed)][inviteneeded]](#)
|
|
||||||
* SiamBIT
|
* SiamBIT
|
||||||
* SnowPT (SSPT)
|
* SnowPT (SSPT)
|
||||||
* SoulVoice [![(invite needed)][inviteneeded]](#)
|
* SoulVoice [![(invite needed)][inviteneeded]](#)
|
||||||
|
@@ -1,82 +0,0 @@
|
|||||||
---
|
|
||||||
id: shellife
|
|
||||||
name: Shellife
|
|
||||||
description: "Shellife (SL) is a Private Torrent Tracker for NON MAINSTREAM MUSIC"
|
|
||||||
language: en-us
|
|
||||||
type: private
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://shellife.eu/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categories:
|
|
||||||
1: Audio
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
music-search: [q, artist]
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: takelogin.php
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
error:
|
|
||||||
- selector: td:has(h2:contains("failed"))
|
|
||||||
test:
|
|
||||||
path: browse.php
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: browse.php
|
|
||||||
inputs:
|
|
||||||
search: "{{ if .Query.Artist }}{{ .Query.Artist }}{{ else }}{{ .Keywords }}{{ end }}"
|
|
||||||
incldead: 1
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: table#ct > tbody > tr.torrent_row
|
|
||||||
filters:
|
|
||||||
- name: andmatch
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
text: 1
|
|
||||||
title:
|
|
||||||
selector: a.altlink
|
|
||||||
title|append|1:
|
|
||||||
text: " - "
|
|
||||||
title|append|2:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
details:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: a[href^="download.php?id="]
|
|
||||||
attribute: href
|
|
||||||
date:
|
|
||||||
text: now
|
|
||||||
size:
|
|
||||||
selector: td:nth-child(5)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-child(6)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-child(7)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(8)
|
|
||||||
downloadvolumefactor:
|
|
||||||
case:
|
|
||||||
img[alt="Freeleech"]: 0
|
|
||||||
img[alt="Free"]: 0
|
|
||||||
"*": 1
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
description:
|
|
||||||
selector: td:nth-child(2)
|
|
||||||
remove: a.altlink, a[href^="details.php?id="], div[id^="news"]
|
|
||||||
filters:
|
|
||||||
- name: trim
|
|
||||||
args: "-"
|
|
||||||
- name: trim
|
|
||||||
args: " "
|
|
||||||
# engine n/a
|
|
@@ -396,6 +396,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/sharespacedb.yml",
|
"Definitions/sharespacedb.yml",
|
||||||
"Definitions/shareuniversity.yml",
|
"Definitions/shareuniversity.yml",
|
||||||
"Definitions/sharingue.yml",
|
"Definitions/sharingue.yml",
|
||||||
|
"Definitions/shellife.yml",
|
||||||
"Definitions/skytorrents.yml",
|
"Definitions/skytorrents.yml",
|
||||||
"Definitions/skytorrents-lol.yml",
|
"Definitions/skytorrents-lol.yml",
|
||||||
"Definitions/skytorrentsclone.yml", // renamed to skytorrents-lol
|
"Definitions/skytorrentsclone.yml", // renamed to skytorrents-lol
|
||||||
|
Reference in New Issue
Block a user