Skip to content

Commit

Permalink
jackett indexers as of 93939d130cc20cec7d7f91af79004e2a61fe5e29
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Apr 1, 2024
1 parent 04e84f3 commit 4861ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definitions/v7/world-of-tomorrow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ login:
- selector: table.tableinborder:contains("Login fehlgeschlagen!")
test:
path: index.php
selector: a[href="logout.php"]
selector: a[href="logout.php"], title:contains("APRILSCHERZ")

search:
paths:
Expand All @@ -144,7 +144,7 @@ search:
sort: "{{ .Config.type }}"

rows:
selector: "table.tableinborder[border=\"0\"][cellspacing=\"1\"][cellpadding=\"4\"][style=\"width:100%\"] > tbody > tr:has(a[href^=\"download.php\"]){{ if .Config.freeleech }}:has(img[src=\"pic/freeleech.gif\"]){{ else }}{{ end }}{{ if .Config.onlyupload }}:has(img[src=\"pic/oupic.gif\"]){{ else }}{{ end }}"
selector: "table.tableinborder[border=\"0\"][cellspacing=\"1\"][cellpadding=\"4\"][style=\"width:100%\"] > tbody > tr:has(a[href^=\"download.php\"]):has(a[href^=\"browse.php?cat=\"]){{ if .Config.freeleech }}:has(img[src=\"pic/freeleech.gif\"]){{ else }}{{ end }}{{ if .Config.onlyupload }}:has(img[src=\"pic/oupic.gif\"]){{ else }}{{ end }}"

fields:
category:
Expand Down

0 comments on commit 4861ac8

Please sign in to comment.