mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
krazyzone: selector updates
This commit is contained in:
@@ -112,11 +112,6 @@ login:
|
|||||||
path: index.php
|
path: index.php
|
||||||
selector: a[href="account-logout.php"]
|
selector: a[href="account-logout.php"]
|
||||||
|
|
||||||
download:
|
|
||||||
selectors:
|
|
||||||
- selector: td a[href^="download.php?id="]
|
|
||||||
attribute: href
|
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
# https://krazyzone.net/torrents-search.php?incldead=1&freeleech=0&inclrosub=0&sort=id&order=desc
|
# https://krazyzone.net/torrents-search.php?incldead=1&freeleech=0&inclrosub=0&sort=id&order=desc
|
||||||
@@ -156,7 +151,7 @@ search:
|
|||||||
selector: a[href^="torrents-details.php?id="]
|
selector: a[href^="torrents-details.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href^="torrents-details.php?id="]
|
selector: a[href^="download.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
poster:
|
poster:
|
||||||
selector: a[href^="torrents-details.php?id="]
|
selector: a[href^="torrents-details.php?id="]
|
||||||
@@ -185,20 +180,20 @@ search:
|
|||||||
selector: a[href*="imdb.com/title/tt"]
|
selector: a[href*="imdb.com/title/tt"]
|
||||||
attribute: href
|
attribute: href
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(3)
|
selector: td:nth-child(4)
|
||||||
date:
|
date:
|
||||||
# 24.Jul<br>2022<br>07:47
|
# 24.Jul<br>2022<br>07:47
|
||||||
selector: td:nth-child(4)
|
selector: td:nth-child(5)
|
||||||
# auto adjusted by site account profile
|
# auto adjusted by site account profile
|
||||||
filters:
|
filters:
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "d.MMMyyyyHH:mm"
|
args: "d.MMMyyyyHH:mm"
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-child(6)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(7)
|
selector: td:nth-child(7)
|
||||||
grabs:
|
leechers:
|
||||||
selector: td:nth-child(8)
|
selector: td:nth-child(8)
|
||||||
|
grabs:
|
||||||
|
selector: td:nth-child(9)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
img[src="images/free.png"]: 0
|
img[src="images/free.png"]: 0
|
||||||
|
Reference in New Issue
Block a user