mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
seedfile: removed. resolves #5551
This commit is contained in:
@@ -504,7 +504,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* SceneTime
|
* SceneTime
|
||||||
* SDBits [![(invite needed)][inviteneeded]](#)
|
* SDBits [![(invite needed)][inviteneeded]](#)
|
||||||
* Secret Cinema
|
* Secret Cinema
|
||||||
* SeedFile (SF)
|
|
||||||
* Shareisland
|
* Shareisland
|
||||||
* Shazbat [![(invite needed)][inviteneeded]](#)
|
* Shazbat [![(invite needed)][inviteneeded]](#)
|
||||||
* SiamBIT
|
* SiamBIT
|
||||||
|
@@ -1,161 +0,0 @@
|
|||||||
---
|
|
||||||
id: seedfile
|
|
||||||
name: SeedFile
|
|
||||||
description: "SeedFile (SF) is a ROMANIAN Private Torrent Tracker for 0DAY / GENERAL"
|
|
||||||
language: ro-RO
|
|
||||||
type: private
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- https://www.seedfile.io/
|
|
||||||
legacylinks:
|
|
||||||
- https://www.seedfile.ro/
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: 1, cat: Books/Mags, desc: "Cărți/Reviste"}
|
|
||||||
- {id: 2, cat: Other, desc: "Desene SD"}
|
|
||||||
- {id: 3, cat: Other, desc: "Diverse n/a"}
|
|
||||||
- {id: 5, cat: Movies/BluRay, desc: "Filme Blu-Ray"}
|
|
||||||
- {id: 6, cat: Movies/DVD, desc: "Filme DVD"}
|
|
||||||
- {id: 7, cat: Movies/DVD, desc: "Filme DVD-RO"}
|
|
||||||
- {id: 8, cat: Movies/HD, desc: "Filme HD"}
|
|
||||||
- {id: 9, cat: Movies/HD, desc: "Filme HD-RO"}
|
|
||||||
- {id: 10, cat: Movies/SD, desc: "Filme SD"}
|
|
||||||
- {id: 11, cat: Movies/SD, desc: "Filme SD-RO"}
|
|
||||||
- {id: 12, cat: Other, desc: "Imagini"}
|
|
||||||
- {id: 13, cat: Console, desc: "Jocuri Console"}
|
|
||||||
- {id: 14, cat: PC/Games, desc: "Jocuri PC"}
|
|
||||||
- {id: 15, cat: Audio, desc: "Muzică"}
|
|
||||||
- {id: 16, cat: PC/Mobile-Other, desc: "Mobile"}
|
|
||||||
- {id: 17, cat: PC, desc: "Programe"}
|
|
||||||
- {id: 18, cat: TV/HD, desc: "Seriale HD"}
|
|
||||||
- {id: 19, cat: TV/HD, desc: "Seriale HD-RO"}
|
|
||||||
- {id: 20, cat: TV/SD, desc: "Seriale TV"}
|
|
||||||
- {id: 21, cat: TV/SD, desc: "Seriale TV-RO"}
|
|
||||||
- {id: 22, cat: TV/Sport, desc: "Sport"}
|
|
||||||
- {id: 23, cat: Audio/Video, desc: "Video Clip"}
|
|
||||||
- {id: 24, cat: XXX, desc: "Adult 18+"}
|
|
||||||
- {id: 36, cat: Movies/3D, desc: "Video 3D"}
|
|
||||||
- {id: 37, cat: Movies/HD, desc: "Animație HD"}
|
|
||||||
|
|
||||||
modes:
|
|
||||||
search: [q]
|
|
||||||
tv-search: [q, season, ep]
|
|
||||||
movie-search: [q]
|
|
||||||
music-search: [q]
|
|
||||||
book-search: [q]
|
|
||||||
|
|
||||||
settings:
|
|
||||||
- name: username
|
|
||||||
type: text
|
|
||||||
label: Username
|
|
||||||
- name: password
|
|
||||||
type: password
|
|
||||||
label: Password
|
|
||||||
- name: freeleech
|
|
||||||
type: checkbox
|
|
||||||
label: Search freeleech only
|
|
||||||
default: false
|
|
||||||
|
|
||||||
login:
|
|
||||||
path: takelogin.php
|
|
||||||
method: post
|
|
||||||
inputs:
|
|
||||||
username: "{{ .Config.username }}"
|
|
||||||
password: "{{ .Config.password }}"
|
|
||||||
error:
|
|
||||||
- selector: div.recover-error2
|
|
||||||
test:
|
|
||||||
path: profile.php
|
|
||||||
|
|
||||||
download:
|
|
||||||
selectors:
|
|
||||||
- selector: a[href^="download.php/"]
|
|
||||||
attribute: href
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
- path: download-torrents
|
|
||||||
inputs:
|
|
||||||
$raw: "{{ range .Categories }}c{{.}}=1&{{end}}"
|
|
||||||
search: "{{ .Keywords }}"
|
|
||||||
# 0 active, 1 incldead, 2 onlydead, 3 freeleech
|
|
||||||
incldead: "{{ if .Config.freeleech }}3{{ else }}1{{ end }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: tr.browse
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
selector: a[href^="torrents.php?cat="]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: querystring
|
|
||||||
args: cat
|
|
||||||
title:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
details:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: a[href^="details.php?id="]
|
|
||||||
attribute: href
|
|
||||||
files:
|
|
||||||
selector: td:nth-last-child(7)
|
|
||||||
date:
|
|
||||||
selector: td:nth-last-child(5)
|
|
||||||
filters:
|
|
||||||
# translations for Turkish|Estonian|Danish|Italian|Polish|Norwegian|Portuguese|Czech|Russian|Romanian|Spanish|French|German|Bulgarian|Dutch|Chinese|Japanese|Swedish
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(önce|tagasi|geleden|fa|temu|siden|há|atrás|nazpět|назад|acum|în urmă|hace|il y a|vor|преди|前|sedan)", " ago"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(saniye|sekundit|sekunder|secondi|sekund|segundos|sekundami|секунд|secunde|secondes|Sekunden|секунди|seconden|秒前)", "seconds"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(minutit|minutter|minuti|minuty|minutos|минуты|минут|Minuten|минути|minuten|minuter)", "minutes"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(dakika|minut|minuto|minuta|minutt|минута|Minute|minuut|分钟|分)", " minute"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(tundi|timer|ore|godziny|horas|hodiny|hoden|часа|часов|ore|heures|Stunden|timmar)", "hours"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(saat|tund|time|ora|godzina|hora|hodina|час|oră|heure|Stunde|uur|小时|時間|timme)", " hour"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(päeva|dage|giorni|dni|dias|dny|дня|дней|zile|días|jours|Tagen|дни|dagen|dagar)", "days"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(gün|päev|dag|giorno|dzień|dia|den|день|zi|día|jour|Tag|ден|天|日)", " day"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(nädalat|uger|settimane|tygodnie|uker|semanas|týdny|недели|недель|săptămâni|semaines|Wochen|седмици|weken|veckor)", "weeks"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(hafta|nädal|uge|settimana|tydzień|uke|semana|týden|неделю|săptămână|semaine|Woche|седмица|周|週間|vecka)", " week"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i) (ay)", "month"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(kuud|måneder|mesi|miesiące|meses|měsíce|месяца|месяцев|luni|meses|mois|Monaten|месеца|maanden|månader)", "months"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(kuu|måned|mese|miesiąc|mês|měsíc|месяц|lună|mes|Monat|месец|maand|个月|ヶ月|månad)", " month"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(aastat|anni|lata|anos|roky|года|ani|años|ans|Jahren|години)", " years"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(yil|aasta|år|anno|rok|ano|год|año|Jahr|година|jaar|年)", " year"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i) (an)", "year"]
|
|
||||||
- name: re_replace
|
|
||||||
args: ["(?i)(För |und)", ""] # Misc removals
|
|
||||||
- name: timeago
|
|
||||||
size:
|
|
||||||
selector: td:nth-last-child(4)
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-last-child(3)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-last-child(2)
|
|
||||||
downloadvolumefactor:
|
|
||||||
case:
|
|
||||||
"img[src=\"./pic/freeleech.png\"]": 0
|
|
||||||
"*": 1
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
minimumratio:
|
|
||||||
text: 1.0
|
|
||||||
minimumseedtime:
|
|
||||||
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
|
||||||
text: 259200
|
|
||||||
# engine n/a
|
|
@@ -460,6 +460,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/scenexpress.yml",
|
"Definitions/scenexpress.yml",
|
||||||
"Definitions/sdkino.yml",
|
"Definitions/sdkino.yml",
|
||||||
"Definitions/secretcinema.yml", // migrated to C# gazelle base tracker
|
"Definitions/secretcinema.yml", // migrated to C# gazelle base tracker
|
||||||
|
"Definitions/seedfile.yml",
|
||||||
"Definitions/seedpeer.yml",
|
"Definitions/seedpeer.yml",
|
||||||
"Definitions/sexxi.yml",
|
"Definitions/sexxi.yml",
|
||||||
"Definitions/sharefiles.yml",
|
"Definitions/sharefiles.yml",
|
||||||
|
Reference in New Issue
Block a user