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

View File

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