Jackett/src/Jackett.Common/Definitions/limetorrents.yml

133 lines
3.4 KiB
YAML
Raw Normal View History

2017-01-24 14:57:03 +00:00
---
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/
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/
- 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/
2017-01-24 14:57:03 +00:00
caps:
categories:
"TV shows": TV
2020-10-23 19:34:02 +00:00
Movies: Movies
Music: Audio
Games: Console
Applications: PC/0day
Other: Other/Misc
Anime: TV/Anime
2017-01-24 14:57:03 +00:00
modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]
music-search: [q]
2017-01-24 14:57:03 +00:00
settings:
- name: downloadlink
type: select
label: Download link
default: "magnet:"
options:
2020-05-12 22:08:30 +00:00
"http://itorrents.org/": "iTorrents.org"
"magnet:": "magnet"
- name: sort
type: select
label: Sort requested from site
2020-10-23 19:02:25 +00:00
default: date
options:
2020-10-23 19:02:25 +00:00
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
2017-01-24 14:57:03 +00:00
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
2019-12-17 17:10:41 +00:00
rows:
selector: ".table2 > tbody > tr[bgcolor]"
2019-12-17 17:10:41 +00:00
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
2020-01-18 21:05:52 +00:00
# engine n/a