mirror of https://github.com/Jackett/Jackett
93 lines
2.3 KiB
YAML
93 lines
2.3 KiB
YAML
---
|
|
site: limetorrents
|
|
name: LimeTorrents
|
|
description: "LimeTorrents is a Public general torrent index with mostly verified torrents"
|
|
language: en-us
|
|
type: public
|
|
encoding: UTF-8
|
|
links:
|
|
- https://www.limetorrents.info/
|
|
- https://www.limetorrents.asia/
|
|
- https://www.limetorrents.co/
|
|
- https://www.limetorrents.zone/
|
|
- https://limetor.com/
|
|
legacylinks:
|
|
- https://www.limetorrents.io/
|
|
- https://www.limetorrents.cc/
|
|
- https://www.limetorrents.me/
|
|
|
|
caps:
|
|
categories:
|
|
"TV shows": TV
|
|
"Movies": Movies
|
|
"Music": Audio
|
|
"Games": Console
|
|
"Applications": PC/0day
|
|
"Other": Other/Misc
|
|
"Anime": TV/Anime
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep]
|
|
movie-search: [q]
|
|
|
|
settings:
|
|
- name: downloadlink
|
|
type: select
|
|
label: Download link
|
|
default: "magnet:"
|
|
options:
|
|
"http://itorrents.org/" : "iTorrents.org"
|
|
"magnet:": "magnet"
|
|
|
|
download:
|
|
# the .torrent url is on the on the details page
|
|
selector: a.csprite_dltorrent[href^="{{ .Config.downloadlink }}"]
|
|
|
|
search:
|
|
paths:
|
|
- path: "{{if .Keywords}}search/all/{{ .Keywords}}/date/1/{{else}}/index.php?page=latest100{{end}}"
|
|
keywordsfilters:
|
|
- name: re_replace
|
|
args: ["S[0-9]{2}([^E]|$)", ""] #remove season tag without episode
|
|
rows:
|
|
selector: ".table2 > tbody > tr[bgcolor]"
|
|
fields:
|
|
title:
|
|
selector: div.tt-name > a[href^="/"]
|
|
details:
|
|
selector: div.tt-name > a[href^="/"]
|
|
attribute: href
|
|
size:
|
|
selector: td:nth-child(3)
|
|
seeders:
|
|
selector: .tdseed
|
|
leechers:
|
|
selector: .tdleech
|
|
date:
|
|
selector: td:nth-child(2)
|
|
filters:
|
|
- name: split
|
|
args: ["-", 0]
|
|
- name: replace
|
|
args: ["Last Month", "1 month ago"]
|
|
- name: replace
|
|
args: ["+", " ago"]
|
|
download:
|
|
selector: div.tt-name > a[href^="/"]
|
|
attribute: href
|
|
category:
|
|
optional: true
|
|
selector: td:nth-child(2)
|
|
filters:
|
|
- name: split
|
|
args: ["-", 1]
|
|
- name: replace
|
|
args: [" in ", ""]
|
|
- name: replace
|
|
args: [".", ""]
|
|
downloadvolumefactor:
|
|
text: "0"
|
|
uploadvolumefactor:
|
|
text: "1"
|