mirror of https://github.com/Jackett/Jackett
133 lines
3.4 KiB
YAML
133 lines
3.4 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.info/
|
|
- https://www.limetorrents.asia/
|
|
- https://www.limetorrents.co/
|
|
- https://limetor.com/
|
|
- https://www.limetor.pro/
|
|
- https://limetorrents.unblockit.lat/
|
|
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/ # search fails in Jackett and browser
|
|
- https://limetorrents.proxyportal.pw/ # search fails in Jackett and browser
|
|
- https://limetorrents.uk-unblock.pro/ # search fails in Jackett and browser
|
|
- https://limetorrents.unblockninja.com/ # search fails in Jackett and browser
|
|
- https://limetorrents.unblockit.me/
|
|
- https://limetorrents.unblockit.pw/
|
|
- https://limetorrents.unblockit.id/
|
|
- https://limetorrents.unblockit.win/
|
|
- https://limetorrents.unblockit.top/
|
|
|
|
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]
|
|
music-search: [q]
|
|
|
|
settings:
|
|
- name: downloadlink
|
|
type: select
|
|
label: Download link
|
|
default: "magnet:"
|
|
options:
|
|
"http://itorrents.org/": "iTorrents.org"
|
|
"magnet:": "magnet"
|
|
- name: sort
|
|
type: select
|
|
label: Sort requested from site
|
|
default: date
|
|
options:
|
|
date: created
|
|
seeds: seeders
|
|
size: size
|
|
|
|
download:
|
|
# the .torrent url is on the on the details page
|
|
selector: a.csprite_dltorrent[href^="{{ .Config.downloadlink }}"]
|
|
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:
|
|
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
|
|
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:
|
|
text: Other
|
|
category|noappend:
|
|
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
|
|
# engine n/a
|