Bittorrentfiles: Fixed indexer (#2964)

This commit is contained in:
Harald Weber 2018-04-12 12:49:50 +02:00 committed by kaso17
parent 09d37ab232
commit e8465f23b9
1 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
---
---
site: Bittorrentfiles
name: Bittorrentfiles
description: "Bittorrentfiles is a Private GERMAN tracker"
@ -135,22 +135,22 @@
selector: a[href^="/download.php"]
attribute: href
files:
selector: td:nth-child(2) > table > tbody > tr:nth-child(2) > td:nth-child(5) > a
selector: td:nth-child(7)
grabs:
selector: td:nth-child(2) > table > tbody > tr:nth-child(2) > td:nth-child(2)
selector: td:nth-child(6)
size:
selector: td:nth-child(2) > table > tbody > tr:nth-child(2) > td:nth-child(6)
selector: td:nth-child(8)
filters:
- name: replace
args: [".", ""]
- name: replace
args: [",", "."]
seeders:
selector: td:nth-child(2) > table > tbody > tr:nth-child(2) > td:nth-child(2)
selector: td:nth-child(3) > a
leechers:
selector: td:nth-child(2) > table > tbody > tr:nth-child(2) > td:nth-child(3)
selector: td:nth-child(4)
date:
selector: td:nth-child(2) > table > tbody > tr:nth-child(2) > td:nth-child(10)
selector: td:nth-child(9)
filters:
- name: split
args: ["by", 0]
@ -168,4 +168,4 @@
uploadvolumefactor:
case:
img[alt="2xU"]: "2"
"*": "1"
"*": "1"