mirror of https://github.com/Jackett/Jackett
167 lines
4.9 KiB
YAML
167 lines
4.9 KiB
YAML
---
|
|
id: limetorrents
|
|
name: LimeTorrents
|
|
description: "LimeTorrents is a Public general torrent index with mostly verified torrents"
|
|
language: en-US
|
|
type: public
|
|
encoding: UTF-8
|
|
followredirect: true
|
|
links:
|
|
- https://www.limetorrents.pro/
|
|
- https://limetorrents.unblockit.kim/
|
|
- https://limetorrents.unblockninja.com/
|
|
- https://limetorrents.nocensor.biz/
|
|
legacylinks:
|
|
- https://www.limetorrents.io/
|
|
- https://www.limetorrents.cc/
|
|
- https://www.limetorrents.me/
|
|
- https://www.limetorrents.zone/ # redirects to .info
|
|
- https://limetorrents.unblockit.pro/
|
|
- https://limetorrents.unblockit.one/
|
|
- https://limetorrents.black-mirror.xyz/
|
|
- https://limetorrents.unblocked.casa/
|
|
- https://limetorrents.proxyportal.fun/
|
|
- https://limetorrents.uk-unblock.xyz/
|
|
- https://limetorrents.ind-unblock.xyz/
|
|
- https://limetorrents.unblocked.bar/
|
|
- https://limetorrents.proxyportal.pw/
|
|
- https://limetorrents.uk-unblock.pro/
|
|
- https://limetorrents.unblockit.me/
|
|
- https://limetorrents.unblockit.pw/
|
|
- https://limetorrents.unblockit.id/
|
|
- https://limetorrents.unblockit.win/
|
|
- https://limetorrents.unblockit.top/
|
|
- https://limetorrents.unblockit.lat/
|
|
- https://limetorrents.unblockit.app/
|
|
- https://limetorrents.unblockit.dev/
|
|
- https://limetorrents.unblockit.ltd/
|
|
- https://limetorrents.unblockit.link/
|
|
- https://limetorrents.unblockit.buzz/
|
|
- https://limetorrents.unblockit.club/
|
|
- https://limetorrents.unblockit.onl/
|
|
- https://www.limetorrents.info/
|
|
- https://www.limetorrents.asia/
|
|
- https://www.limetorrents.co/
|
|
- https://limetor.com/
|
|
- https://www.limetor.pro/
|
|
- https://limetorrents.unblockit.li/
|
|
- https://limetorrents.unblockit.uno/
|
|
- https://limetorrents.unblockit.ch/
|
|
- https://limetorrents.nocensor.space/
|
|
- https://limetorrents.unblockit.ws/
|
|
- https://limetorrents.nocensor.work/
|
|
|
|
caps:
|
|
categorymappings:
|
|
- {id: "TV shows", cat: TV, desc: "TV shows"}
|
|
- {id: Movies, cat: Movies, desc: Movies}
|
|
- {id: Music, cat: Audio, desc: Music}
|
|
- {id: Games, cat: Console, desc: Games}
|
|
- {id: Applications, cat: PC/0day, desc: Applications}
|
|
- {id: Other, cat: Other, desc: Other}
|
|
- {id: Anime, cat: TV/Anime, desc: Anime}
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep]
|
|
movie-search: [q]
|
|
music-search: [q]
|
|
|
|
settings:
|
|
- name: downloadlink
|
|
type: select
|
|
label: Download link
|
|
default: "magnet:"
|
|
options:
|
|
"http://itorrents.org/": iTorrents.org
|
|
"magnet:": magnet
|
|
- name: downloadlink2
|
|
type: select
|
|
label: Download link (fallback)
|
|
default: "http://itorrents.org/"
|
|
options:
|
|
"http://itorrents.org/": iTorrents.org
|
|
"magnet:": magnet
|
|
- name: info_download
|
|
type: info
|
|
label: About the Download links
|
|
default: As the .torrent download links on this site are known to fail from time to time, you can optionally set as a fallback an automatic alternate link.
|
|
- name: sort
|
|
type: select
|
|
label: Sort requested from site
|
|
default: date
|
|
options:
|
|
date: created
|
|
seeds: seeders
|
|
size: size
|
|
- name: info_8000
|
|
type: info
|
|
label: About LimeTorrents Categories
|
|
default: LimeTorrents only returns category <b>Other</b> in its <i>Keywordless</i> search results page.</br>To pass your apps' indexer TEST you will need to include the 8000(Other) category.
|
|
|
|
download:
|
|
# the .torrent url is on the on the details page
|
|
selectors:
|
|
- selector: a.csprite_dltorrent[href^="{{ .Config.downloadlink }}"]
|
|
attribute: href
|
|
- selector: a.csprite_dltorrent[href^="{{ .Config.downloadlink2 }}"]
|
|
attribute: href
|
|
|
|
search:
|
|
paths:
|
|
- path: "{{ if .Keywords }}search/all/{{ .Keywords }}/{{ .Config.sort }}/1/{{ else }}/latest100{{ end }}"
|
|
keywordsfilters:
|
|
- name: re_replace
|
|
args: ["S[0-9]{2}([^E]|$)", ""] # remove season tag without episode
|
|
|
|
rows:
|
|
selector: .table2 > tbody > tr[bgcolor]
|
|
|
|
fields:
|
|
category:
|
|
text: Other
|
|
category|noappend:
|
|
optional: true
|
|
selector: td:nth-child(2)
|
|
filters:
|
|
- name: split
|
|
args: ["-", 1]
|
|
- name: replace
|
|
args: [" in ", ""]
|
|
- name: replace
|
|
args: [".", ""]
|
|
title:
|
|
selector: div.tt-name > a[href^="/"]
|
|
attribute: href
|
|
filters:
|
|
- name: regexp
|
|
args: "/(.+?)-torrent-\\d+\\.html"
|
|
- name: re_replace
|
|
args: ["-", " "]
|
|
details:
|
|
selector: div.tt-name > a[href^="/"]
|
|
attribute: href
|
|
download:
|
|
selector: div.tt-name > a[href^="/"]
|
|
attribute: href
|
|
date:
|
|
selector: td:nth-child(2)
|
|
filters:
|
|
- name: split
|
|
args: ["-", 0]
|
|
- name: replace
|
|
args: ["Last Month", "1 month ago"]
|
|
- name: replace
|
|
args: ["+", " ago"]
|
|
size:
|
|
selector: td:nth-child(3)
|
|
seeders:
|
|
selector: .tdseed
|
|
leechers:
|
|
selector: .tdleech
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|