mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -83,7 +83,6 @@ A third-party Golang SDK for Jackett is available from [webtor-io/go-jackett](ht
|
|||||||
* kickasstorrents.to
|
* kickasstorrents.to
|
||||||
* kickasstorrents.ws
|
* kickasstorrents.ws
|
||||||
* Knaben
|
* Knaben
|
||||||
* Legit Torrents
|
|
||||||
* LePorno.info
|
* LePorno.info
|
||||||
* LimeTorrents
|
* LimeTorrents
|
||||||
* LimeTorrents clone
|
* LimeTorrents clone
|
||||||
|
@@ -1,99 +0,0 @@
|
|||||||
---
|
|
||||||
id: legittorrents
|
|
||||||
name: Legit Torrents
|
|
||||||
description: "Legit Torrents is a Public site for free and legal torrents"
|
|
||||||
language: en-US
|
|
||||||
type: public
|
|
||||||
encoding: UTF-8
|
|
||||||
links:
|
|
||||||
- http://www.legittorrents.info/ # site does not support https ERR_CONNECTION_REFUSED
|
|
||||||
|
|
||||||
caps:
|
|
||||||
categorymappings:
|
|
||||||
- {id: 1, cat: Movies, desc: "Movies"}
|
|
||||||
- {id: 2, cat: Audio, desc: "Music"}
|
|
||||||
- {id: 3, cat: PC/Games, desc: "Games"}
|
|
||||||
- {id: 4, cat: Other, desc: "Other"}
|
|
||||||
- {id: 5, cat: TV/Anime, desc: "Anime"}
|
|
||||||
- {id: 6, cat: Books, desc: "Books"}
|
|
||||||
- {id: 7, cat: PC/0day, desc: "Apps Win"}
|
|
||||||
- {id: 8, cat: PC, desc: "Apps Linux"}
|
|
||||||
- {id: 9, cat: PC/Mac, desc: "Apps Mac"}
|
|
||||||
- {id: 13, cat: TV, desc: "TV"}
|
|
||||||
- {id: 14, cat: PC, desc: "Linux Distributions"}
|
|
||||||
|
|
||||||
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: 3
|
|
||||||
options:
|
|
||||||
3: created
|
|
||||||
5: seeders
|
|
||||||
4: size
|
|
||||||
2: title
|
|
||||||
- name: type
|
|
||||||
type: select
|
|
||||||
label: Order requested from site
|
|
||||||
default: 2
|
|
||||||
options:
|
|
||||||
2: desc
|
|
||||||
1: asc
|
|
||||||
|
|
||||||
search:
|
|
||||||
paths:
|
|
||||||
# http://www.legittorrents.info/index.php?page=torrents&search=windows&category=0&active=0
|
|
||||||
- path: index.php
|
|
||||||
inputs:
|
|
||||||
page: torrents
|
|
||||||
search: "{{ .Keywords }}"
|
|
||||||
category: "{{ range .Categories }}{{.}};{{end}}"
|
|
||||||
# 0 all 1 active 2 deadonly
|
|
||||||
active: 0
|
|
||||||
order: "{{ .Config.sort }}"
|
|
||||||
by: "{{ .Config.type }}"
|
|
||||||
|
|
||||||
rows:
|
|
||||||
selector: table table table.lista > tbody > tr:has(a[href^="download.php?id="])
|
|
||||||
|
|
||||||
fields:
|
|
||||||
category:
|
|
||||||
selector: a[href^="index.php?page=torrents&category="]
|
|
||||||
attribute: href
|
|
||||||
filters:
|
|
||||||
- name: querystring
|
|
||||||
args: category
|
|
||||||
title:
|
|
||||||
selector: a[title][href^="index.php?page=torrent-details&id="]
|
|
||||||
details:
|
|
||||||
selector: a[title][href^="index.php?page=torrent-details&id="]
|
|
||||||
attribute: href
|
|
||||||
download:
|
|
||||||
selector: a[href^="download.php?id="]
|
|
||||||
attribute: href
|
|
||||||
date:
|
|
||||||
selector: td time
|
|
||||||
attribute: datetime
|
|
||||||
filters:
|
|
||||||
- name: append
|
|
||||||
args: " -07:00" # PDT
|
|
||||||
- name: dateparse
|
|
||||||
args: "2006-01-02 -07:00"
|
|
||||||
seeders:
|
|
||||||
selector: td:nth-of-type(5)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-of-type(6)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-of-type(7)
|
|
||||||
downloadvolumefactor:
|
|
||||||
text: 0
|
|
||||||
uploadvolumefactor:
|
|
||||||
text: 1
|
|
||||||
# xbtit
|
|
@@ -428,6 +428,7 @@ namespace Jackett.Updater
|
|||||||
"Definitions/leaguehd.yml", // renamed to lemonhd
|
"Definitions/leaguehd.yml", // renamed to lemonhd
|
||||||
"Definitions/lechaudron.yml",
|
"Definitions/lechaudron.yml",
|
||||||
"Definitions/legacyhd.yml", // renamed realflix
|
"Definitions/legacyhd.yml", // renamed realflix
|
||||||
|
"Definitions/legittorrents.yml",
|
||||||
"Definitions/lemencili.yml",
|
"Definitions/lemencili.yml",
|
||||||
"Definitions/leparadisdunet.yml",
|
"Definitions/leparadisdunet.yml",
|
||||||
"Definitions/leporno.yml",
|
"Definitions/leporno.yml",
|
||||||
|
Reference in New Issue
Block a user