File tree Expand file tree Collapse file tree 3 files changed +8
-403
lines changed Expand file tree Collapse file tree 3 files changed +8
-403
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -83,20 +83,20 @@ search:
83
83
# while browse has cats the search does not (atm) so we wont support cats for now.
84
84
text : Other
85
85
title :
86
- selector : span > a
86
+ selector : :scope > span > a
87
87
details :
88
- selector : span > a
88
+ selector : :scope > span > a
89
89
attribute : href
90
90
download :
91
- selector : span > a
91
+ selector : :scope > span > a
92
92
attribute : href
93
93
date_ago :
94
94
# 7 years ago
95
- selector : span:nth-child(4):contains("ago")
95
+ selector : :scope > span:nth-child(4):contains("ago")
96
96
optional : true
97
97
date_time :
98
98
# 2020-11-05 07:34:44
99
- selector : span:nth-child(4):contains(":")
99
+ selector : :scope > span:nth-child(4):contains(":")
100
100
optional : true
101
101
filters :
102
102
- name : append
@@ -106,11 +106,11 @@ search:
106
106
date :
107
107
text : " {{ if or .Result.date_ago .Result.date_time }}{{ or .Result.date_ago .Result.date_time }}{{ else }}now{{ end }}"
108
108
size :
109
- selector : span:nth-child(5)
109
+ selector : :scope > span:nth-child(5)
110
110
seeders :
111
- selector : span:nth-child(2)
111
+ selector : :scope > span:nth-child(2)
112
112
leechers :
113
- selector : span:nth-child(3)
113
+ selector : :scope > span:nth-child(3)
114
114
downloadvolumefactor :
115
115
text : 0
116
116
uploadvolumefactor :
You can’t perform that action at this time.
0 commit comments