Add LimeTorrents tracker

This commit is contained in:
kaso17 2017-01-24 15:57:03 +01:00
parent 55b5064e28
commit 342b80e714
3 changed files with 69 additions and 1 deletions

View File

@ -79,10 +79,11 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
* Immortalseed
* Infinity-T
* IPTorrents
* LimeTorrents
* LinkoManija
* M-Team - TP
* Magico
* Mononoké-BT
* Mononoké-BT
* MoreThanTV
* MyAnonamouse
* myAmity

View File

@ -0,0 +1,64 @@
---
site: limetorrents
name: LimeTorrents
language: en-us
encoding: UTF-8
links:
- https://www.limetorrents.cc/
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]
download:
selector: a.csprite_dltorrent
search:
path: "{{if .Query.Keywords}}search/all/{{ .Query.Keywords}}/{{else}}/index.php?page=latest100{{end}}"
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:
selector: td:nth-child(2)
filters:
- name: split
args: ["-", 1]
- name: replace
args: [" in ", ""]
downloadvolumefactor:
text: "0"
uploadvolumefactor:
text: "1"

View File

@ -555,6 +555,9 @@
<Content Include="Definitions\bluebird.yml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Definitions\limetorrents.yml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>