diff --git a/README.md b/README.md index a659276e2..678239ee3 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht * SeedFile (SF) * Shareisland * Shazbat - * Shellife (SL) [![(invite needed)][inviteneeded]](#) * SiamBIT * SnowPT (SSPT) * SoulVoice [![(invite needed)][inviteneeded]](#) diff --git a/src/Jackett.Common/Definitions/shellife.yml b/src/Jackett.Common/Definitions/shellife.yml deleted file mode 100644 index e1285da6e..000000000 --- a/src/Jackett.Common/Definitions/shellife.yml +++ /dev/null @@ -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 diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 790348315..8a0a3bd2b 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -396,6 +396,7 @@ namespace Jackett.Updater "Definitions/sharespacedb.yml", "Definitions/shareuniversity.yml", "Definitions/sharingue.yml", + "Definitions/shellife.yml", "Definitions/skytorrents.yml", "Definitions/skytorrents-lol.yml", "Definitions/skytorrentsclone.yml", // renamed to skytorrents-lol