mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:22:45 +00:00
add leporno a public 3x site. resolves #5709
This commit is contained in:
parent
df14e595e9
commit
af231472b2
2 changed files with 67 additions and 0 deletions
|
@ -52,6 +52,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||||
* KickAssTorrent (KATcr)
|
* KickAssTorrent (KATcr)
|
||||||
* KickAssTorrent (thekat.se clone)
|
* KickAssTorrent (thekat.se clone)
|
||||||
* KikiBT
|
* KikiBT
|
||||||
|
* LePorno
|
||||||
* LimeTorrents
|
* LimeTorrents
|
||||||
* MacTorrents
|
* MacTorrents
|
||||||
* MagnetDL
|
* MagnetDL
|
||||||
|
|
66
src/Jackett.Common/Definitions/leporno.yml
Normal file
66
src/Jackett.Common/Definitions/leporno.yml
Normal file
|
@ -0,0 +1,66 @@
|
||||||
|
---
|
||||||
|
site: leporno
|
||||||
|
name: LePorno
|
||||||
|
description: "LePorno is a Public Tracker for 3X"
|
||||||
|
language: en
|
||||||
|
type: public
|
||||||
|
encoding: UTF-8
|
||||||
|
links:
|
||||||
|
- http://leporno.org/
|
||||||
|
|
||||||
|
settings: []
|
||||||
|
|
||||||
|
caps:
|
||||||
|
categorymappings:
|
||||||
|
- {id: 1, cat: XXX, desc: "XXX"}
|
||||||
|
|
||||||
|
modes:
|
||||||
|
search: [q]
|
||||||
|
tv-search: [q, season, ep]
|
||||||
|
movie-search: [q]
|
||||||
|
|
||||||
|
download:
|
||||||
|
selector: a[href*="/dl.php?id="]
|
||||||
|
|
||||||
|
search:
|
||||||
|
paths:
|
||||||
|
- path: tracker.php#results
|
||||||
|
method: post
|
||||||
|
inputs:
|
||||||
|
"f[]": -1
|
||||||
|
o: 1
|
||||||
|
s: 2
|
||||||
|
tm: -1
|
||||||
|
sns: -1
|
||||||
|
srg: -1
|
||||||
|
df: 1
|
||||||
|
da: 1
|
||||||
|
pn: ""
|
||||||
|
nm: "{{ .Keywords }}"
|
||||||
|
allw: 1
|
||||||
|
submit: "Search"
|
||||||
|
rows:
|
||||||
|
selector: table#tor-tbl tr[id^="tor_"]
|
||||||
|
fields:
|
||||||
|
title:
|
||||||
|
selector: a[href^="./viewtopic.php?t="]
|
||||||
|
details:
|
||||||
|
selector: a[href^="./viewtopic.php?t="]
|
||||||
|
attribute: href
|
||||||
|
download:
|
||||||
|
selector: a[href^="./viewtopic.php?t="]
|
||||||
|
attribute: href
|
||||||
|
category:
|
||||||
|
text: 1
|
||||||
|
size:
|
||||||
|
selector: td:nth-child(6) u
|
||||||
|
date:
|
||||||
|
selector: td:nth-child(10) u
|
||||||
|
seeders:
|
||||||
|
selector: td.seedmed > b
|
||||||
|
leechers:
|
||||||
|
selector: td.leechmed > b
|
||||||
|
downloadvolumefactor:
|
||||||
|
text: 0
|
||||||
|
uploadvolumefactor:
|
||||||
|
text: 1
|
Loading…
Reference in a new issue