Skip to content

Commit 3f73746

Browse files
jackett indexers as of b347a8e2b6ffa745ef5f238c1ddb16ba55aef277
1 parent c4f5a2e commit 3f73746

File tree

3 files changed

+8
-403
lines changed

3 files changed

+8
-403
lines changed

definitions/v7/greekteam.yml

Lines changed: 0 additions & 198 deletions
This file was deleted.

definitions/v7/torrentproject2.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,20 +83,20 @@ search:
8383
# while browse has cats the search does not (atm) so we wont support cats for now.
8484
text: Other
8585
title:
86-
selector: span > a
86+
selector: :scope > span > a
8787
details:
88-
selector: span > a
88+
selector: :scope > span > a
8989
attribute: href
9090
download:
91-
selector: span > a
91+
selector: :scope > span > a
9292
attribute: href
9393
date_ago:
9494
# 7 years ago
95-
selector: span:nth-child(4):contains("ago")
95+
selector: :scope > span:nth-child(4):contains("ago")
9696
optional: true
9797
date_time:
9898
# 2020-11-05 07:34:44
99-
selector: span:nth-child(4):contains(":")
99+
selector: :scope > span:nth-child(4):contains(":")
100100
optional: true
101101
filters:
102102
- name: append
@@ -106,11 +106,11 @@ search:
106106
date:
107107
text: "{{ if or .Result.date_ago .Result.date_time }}{{ or .Result.date_ago .Result.date_time }}{{ else }}now{{ end }}"
108108
size:
109-
selector: span:nth-child(5)
109+
selector: :scope > span:nth-child(5)
110110
seeders:
111-
selector: span:nth-child(2)
111+
selector: :scope > span:nth-child(2)
112112
leechers:
113-
selector: span:nth-child(3)
113+
selector: :scope > span:nth-child(3)
114114
downloadvolumefactor:
115115
text: 0
116116
uploadvolumefactor:

0 commit comments

Comments
 (0)