Skip to content

Commit

Permalink
Add Zamunda.net tracker
Browse files Browse the repository at this point in the history
Thank you @eybox
  • Loading branch information
kaso17 committed Jul 6, 2017
1 parent 08b471f commit c87f1b3
Showing 1 changed file with 87 additions and 0 deletions.
87 changes: 87 additions & 0 deletions src/Jackett/Definitions/zamundanet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
---
site: zamundanet
name: Zamunda.net
language: bg-bg
type: private
encoding: windows-1251
links:
- http://zamunda.net/

caps:
categories:
7: TV/SD
33: TV/HD
25: TV/Other
5: Movies/HD
19: Movies/SD
46: Movies/3D
42: Movies/BluRay
20: Movies/DVD
9: XXX
49: XXX/Other

modes:
search: [q]
tv-search: [q, season, ep]
movie-search: [q]

login:
path: /takelogin.php
method: post
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
error:
- selector: td.embedded:has(h2:contains("failed"))
test:
path: /bananas

search:
path: /bananas
inputs:
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
search: "{{ .Query.Keywords }}"
incldead: 1
rows:
selector: .responsetop > tbody > tr:has(td.td_newborder)
fields:
title:
selector: td:nth-child(2) > a:nth-child(1)
details:
selector: td:nth-child(2) > a:nth-child(1)
attribute: href
category:
selector: td:nth-child(1) > a
attribute: href
filters:
- name: querystring
args: cat
download:
selector: a:has(i.fa-download)
attribute: href
grabs:
selector: td:nth-child(7)
filters:
- name: regexp
args: (\d+)
size:
selector: td:nth-child(6)
date:
selector: td:nth-child(5)
filters:
- name: regexp
args: ([12]\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01]))
seeders:
selector: td:nth-child(8)
leechers:
selector: td:nth-child(9)
banner:
selector: td:nth-child(2) > a:nth-child(1)
attribute: onmouseover
filters:
- name: regexp
args: src=\\'([^\s\\]+)
downloadvolumefactor:
text: "0"
uploadvolumefactor:
text: "1"

1 comment on commit c87f1b3

@garfield69
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#56

Please sign in to comment.