2017-01-24 14:57:03 +00:00
---
2020-05-11 19:59:28 +00:00
id : limetorrents
2020-05-10 20:05:19 +00:00
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/
2021-04-07 21:31:08 +00:00
- https://limetorrents.unblockit.club/
2020-11-17 18:06:18 +00:00
- https://limetorrents.unblockninja.com/
2021-04-20 19:22:59 +00:00
- https://limetorrents.nocensor.space/
2020-05-10 20:05:19 +00:00
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/
2020-05-12 19:15:11 +00:00
- https://limetorrents.black-mirror.xyz/
- https://limetorrents.unblocked.casa/
- https://limetorrents.proxyportal.fun/
- https://limetorrents.uk-unblock.xyz/
- https://limetorrents.ind-unblock.xyz/
2020-11-17 18:06:18 +00:00
- https://limetorrents.unblocked.bar/
- https://limetorrents.proxyportal.pw/
- https://limetorrents.uk-unblock.pro/
2020-06-10 03:54:08 +00:00
- https://limetorrents.unblockit.me/
2020-06-25 19:17:40 +00:00
- https://limetorrents.unblockit.pw/
2020-07-29 03:51:24 +00:00
- https://limetorrents.unblockit.id/
2020-08-21 22:54:23 +00:00
- https://limetorrents.unblockit.win/
2020-10-10 19:51:49 +00:00
- https://limetorrents.unblockit.top/
2020-11-03 09:40:30 +00:00
- https://limetorrents.unblockit.lat/
2020-12-10 21:15:48 +00:00
- https://limetorrents.unblockit.app/
2021-01-12 12:58:34 +00:00
- https://limetorrents.unblockit.dev/
2021-02-10 04:23:32 +00:00
- https://limetorrents.unblockit.ltd/
2021-03-09 19:49:53 +00:00
- https://limetorrents.unblockit.link/
2021-04-07 21:31:08 +00:00
- https://limetorrents.unblockit.buzz/
2017-01-24 14:57:03 +00:00
2020-05-10 20:05:19 +00:00
caps :
2020-11-03 00:42:43 +00:00
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}
2017-01-24 14:57:03 +00:00
2020-05-10 20:05:19 +00:00
modes :
search : [ q]
tv-search : [ q, season, ep]
movie-search : [ q]
music-search : [ q]
2017-01-24 14:57:03 +00:00
2020-05-10 20:05:19 +00:00
settings :
- name : downloadlink
type : select
label : Download link
default : "magnet:"
options :
2020-11-03 00:42:43 +00:00
"http://itorrents.org/": iTorrents.org
"magnet:": magnet
2020-05-10 20:05:19 +00:00
- name : sort
type : select
label : Sort requested from site
2020-10-23 19:02:25 +00:00
default : date
2020-05-10 20:05:19 +00:00
options :
2020-10-23 19:02:25 +00:00
date : created
seeds : seeders
size : size
2020-11-03 00:42:43 +00:00
- 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.
2017-01-28 06:40:51 +00:00
2020-05-10 20:05:19 +00:00
download :
# the .torrent url is on the on the details page
selector : a.csprite_dltorrent[href^="{{ .Config.downloadlink }}"]
attribute : href
2017-01-24 14:57:03 +00:00
2020-05-10 20:05:19 +00:00
search :
paths :
2020-11-03 00:42:43 +00:00
- path : "{{ if .Keywords }}search/all/{{ .Keywords }}/{{ .Config.sort }}/1/{{ else }}/latest100{{ end }}"
2020-05-10 20:05:19 +00:00
keywordsfilters :
- name : re_replace
2020-05-13 22:01:00 +00:00
args : [ "S[0-9]{2}([^E]|$)" , "" ] # remove season tag without episode
2019-12-17 17:10:41 +00:00
2020-05-10 20:05:19 +00:00
rows :
2020-11-03 00:42:43 +00:00
selector : .table2 > tbody > tr[bgcolor]
2019-12-17 17:10:41 +00:00
2020-05-10 20:05:19 +00:00
fields :
2020-11-03 00:42:43 +00:00
category :
text : Other
category|noappend :
optional : true
selector : td:nth-child(2)
filters :
- name : split
args : [ "-" , 1 ]
- name : replace
args : [ " in " , "" ]
- name : replace
args : [ "." , "" ]
2020-05-10 20:05:19 +00:00
title :
selector : div.tt-name > a[href^="/"]
2020-05-19 08:15:35 +00:00
attribute : href
filters :
- name : regexp
args : "/(.+?)-torrent-\\d+\\.html"
- name : re_replace
args : [ "-" , " " ]
2020-05-10 20:05:19 +00:00
details :
selector : div.tt-name > a[href^="/"]
attribute : href
2020-11-03 00:42:43 +00:00
download :
selector : div.tt-name > a[href^="/"]
attribute : href
2020-05-10 20:05:19 +00:00
date :
selector : td:nth-child(2)
filters :
- name : split
args : [ "-" , 0 ]
- name : replace
args : [ "Last Month" , "1 month ago" ]
- name : replace
args : [ "+" , " ago" ]
2020-11-03 00:42:43 +00:00
size :
selector : td:nth-child(3)
seeders :
selector : .tdseed
leechers :
selector : .tdleech
2020-05-10 20:05:19 +00:00
downloadvolumefactor :
text : 0
uploadvolumefactor :
text : 1
2020-01-18 21:05:52 +00:00
# engine n/a