mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
kickass.ws: drop wrong proxy
This commit is contained in:
@@ -8,7 +8,6 @@ encoding: UTF-8
|
|||||||
followredirect: true
|
followredirect: true
|
||||||
links:
|
links:
|
||||||
- https://kickass.ws/
|
- https://kickass.ws/
|
||||||
- https://kickasstorrents.unblockninja.com/
|
|
||||||
legacylinks:
|
legacylinks:
|
||||||
- https://kickass.gg/
|
- https://kickass.gg/
|
||||||
- https://katcr.io/
|
- https://katcr.io/
|
||||||
@@ -25,6 +24,7 @@ legacylinks:
|
|||||||
- https://kickass.unblockit.id/
|
- https://kickass.unblockit.id/
|
||||||
- https://kickass.unblockit.win/
|
- https://kickass.unblockit.win/
|
||||||
- https://kickass.unblockit.top/ # currently redirects to https://kat.unblockit.lat/ (newkatcr.co proxy)
|
- https://kickass.unblockit.top/ # currently redirects to https://kat.unblockit.lat/ (newkatcr.co proxy)
|
||||||
|
- https://kickasstorrents.unblockninja.com/ # for kickasstorrents.to
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
categories:
|
categories:
|
||||||
@@ -36,10 +36,6 @@ caps:
|
|||||||
other: Other
|
other: Other
|
||||||
tv: TV
|
tv: TV
|
||||||
xxx: XXX
|
xxx: XXX
|
||||||
# additional from proxy
|
|
||||||
audio: Audio
|
|
||||||
porn: XXX
|
|
||||||
video: TV # Movies
|
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
@@ -74,65 +70,34 @@ search:
|
|||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
text: other
|
|
||||||
category|noappend:
|
|
||||||
optional: true
|
|
||||||
selector: span[id^="cat_"] > strong > a
|
selector: span[id^="cat_"] > strong > a
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: tolower
|
- name: tolower
|
||||||
- name: trim
|
- name: trim
|
||||||
args: /
|
args: /
|
||||||
# proxy uses Video for both TV and Movies
|
|
||||||
category:
|
|
||||||
optional: true
|
|
||||||
selector: span[id^="cat_"] > strong > a:contains("Video")
|
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["Video", "movies"]
|
|
||||||
title:
|
title:
|
||||||
selector: a[class="cellMainLink"]
|
selector: a[class="cellMainLink"]
|
||||||
details:
|
details:
|
||||||
selector: a[class="cellMainLink"]
|
selector: a[class="cellMainLink"]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
optional: true
|
|
||||||
# the official site delivers mylink so we skip to the magnet URI
|
# the official site delivers mylink so we skip to the magnet URI
|
||||||
selector: td:nth-child(1) > div > a[data-download=""]
|
selector: td:nth-child(1) > div > a[data-download=""]
|
||||||
attribute: href
|
attribute: href
|
||||||
filters:
|
filters:
|
||||||
- name: querystring
|
- name: querystring
|
||||||
args: url
|
args: url
|
||||||
download:
|
|
||||||
optional: true
|
|
||||||
# the proxy delivers magnet URI
|
|
||||||
selector: a[href^="magnet:?xt="]
|
|
||||||
attribute: href
|
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["N/A", "0 Bytes"]
|
|
||||||
- name: re_replace # replace all but last dot (They use dots as decimal and thousands separators)
|
|
||||||
args: ["[.](?=.*[.])", ""]
|
|
||||||
date:
|
date:
|
||||||
selector: td:nth-child(3)
|
selector: td:nth-child(3)
|
||||||
filters:
|
filters:
|
||||||
- name: timeago
|
- name: timeago
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-child(4)
|
selector: td:nth-child(4)
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["N/A", "0"]
|
|
||||||
leechers:
|
leechers:
|
||||||
# default for proxy which has an empty leechers selector
|
|
||||||
text: 0
|
|
||||||
leechers:
|
|
||||||
optional: true
|
|
||||||
selector: td:nth-child(5)
|
selector: td:nth-child(5)
|
||||||
filters:
|
|
||||||
- name: replace
|
|
||||||
args: ["N/A", "0"]
|
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: 0
|
text: 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
|
Reference in New Issue
Block a user