Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Jackett/Jackett
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Jul 13, 2020
2 parents ee09326 + e3be128 commit 7152c18
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/Jackett.Common/Definitions/jpopsuki.yml
@@ -1,5 +1,3 @@
# looks like gazelle but ajax.php seems to be disabled:
# https://jpopsuki.eu/ajax.php?action=browse&order_by=time&order_way=desc => Invalid
---
id: jpopsuki
name: JPopsuki
Expand Down Expand Up @@ -48,19 +46,16 @@ ratio:

search:
paths:
- path: torrents.php
- path: ajax.php
inputs:
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}"
$raw: "{{ range .Categories }}filter_cat[{{.}}]=1&{{end}}{{ if or .Query.Artist .Keywords }}{{ else }}searchtags=japanese&tags_type=0&{{ end }}"
searchstr: "{{ if .Query.Artist }}{{ .Query.Artist }}{{ else }}{{ .Keywords }}{{ end }}"
# s1 name, s2 year, s3 added, s4 size, s5 snatched, s6 seeders, s7 leechers
order_by: s3
# desc, asc
order_way: desc
# basic, advanced
action: basic
# 0 any, 1 all
searchtags: 0
disablegrouping: 1
section: torrents

rows:
selector: table#torrent_table > tbody > tr[class^="torrent"]
Expand Down

0 comments on commit 7152c18

Please sign in to comment.