mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
animetime: update for new layout
This commit is contained in:
@@ -11,11 +11,13 @@ links:
|
|||||||
|
|
||||||
caps:
|
caps:
|
||||||
categories:
|
categories:
|
||||||
Anime: TV/Anime
|
anime: TV/Anime
|
||||||
|
books: Books
|
||||||
|
|
||||||
modes:
|
modes:
|
||||||
search: [q]
|
search: [q]
|
||||||
tv-search: [q, season, ep]
|
tv-search: [q, season, ep]
|
||||||
|
book-search: [q]
|
||||||
|
|
||||||
settings: []
|
settings: []
|
||||||
|
|
||||||
@@ -37,11 +39,12 @@ search:
|
|||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
text: Anime
|
selector: span.badge.badge-primary
|
||||||
title:
|
title:
|
||||||
selector: div.flex.flex-wrap ~ p
|
selector: a[href*="/view/"]
|
||||||
details:
|
details:
|
||||||
text: /
|
selector: a[href*="/view/"]
|
||||||
|
attribute: href
|
||||||
download:
|
download:
|
||||||
selector: a[href*="/download/"]
|
selector: a[href*="/download/"]
|
||||||
attribute: href
|
attribute: href
|
||||||
@@ -62,6 +65,15 @@ search:
|
|||||||
text: 1
|
text: 1
|
||||||
leechers:
|
leechers:
|
||||||
text: 1
|
text: 1
|
||||||
|
genre:
|
||||||
|
selector: span.badge.badge-secondary
|
||||||
|
filters:
|
||||||
|
- name: replace
|
||||||
|
args: ["non english", "non_english"]
|
||||||
|
- name: replace
|
||||||
|
args: ["music video", "music_video"]
|
||||||
|
- name: replace
|
||||||
|
args: ["Anime Time", "Anime_Time"]
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: 0
|
text: 0
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
|
Reference in New Issue
Block a user