Skip to content

Commit

Permalink
jackett indexers as of 98b6692a1e76721c8b3db84e24010cf48ebae235 [2024…
Browse files Browse the repository at this point in the history
…-12-01T19:35:12Z]
  • Loading branch information
ServarrAdmin committed Dec 1, 2024
1 parent 6d5b4ec commit ca3b3b2
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 3 deletions.
2 changes: 1 addition & 1 deletion definitions/v10/crabpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ search:
notnewword: 1

rows:
selector: table.torrents > tbody > tr:has(a[href^="details.php?id="])
selector: table.torrents > tbody > tr:has(a[href^="download.php?id="])

fields:
category:
Expand Down
151 changes: 151 additions & 0 deletions definitions/v10/nyaapantsu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
---
id: nyaapantsu
name: NyaaPantsu
description: "NyaaPantsu is a Public site for dedicated to Asian ANIME"
language: en-US
type: public
encoding: UTF-8
links:
- https://ouo.si/

caps:
categorymappings:
- {id: 3_, cat: TV/Anime, desc: "Anime"}
- {id: 3_12, cat: TV/Anime, desc: "Anime - Anime Music Video"}
- {id: 3_5, cat: TV/Anime, desc: "Anime - English-translated"}
- {id: 3_13, cat: TV/Anime, desc: "Anime - Non-English-translated"}
- {id: 3_6, cat: TV/Anime, desc: "Anime - Raw"}
- {id: 2_, cat: Audio, desc: "Audio"}
- {id: 2_3, cat: Audio, desc: "Audio - Lossless"}
- {id: 2_4, cat: Audio, desc: "Audio - Lossy"}
- {id: 4_, cat: Books, desc: "Literature"}
- {id: 4_7, cat: Books, desc: "Literature - English-translated"}
- {id: 4_14, cat: Books, desc: "Literature - Non-English-translated"}
- {id: 4_8, cat: Books, desc: "Literature - Raw"}
- {id: 5_, cat: TV, desc: "Live Action"}
- {id: 5_9, cat: TV, desc: "Live Action - English-translated"}
- {id: 5_10, cat: TV, desc: "Live Action - Idol/Promotional Video"}
- {id: 5_18, cat: TV, desc: "Live Action - Non-English-translated"}
- {id: 5_11, cat: TV, desc: "Live Action - Raw"}
- {id: 6_, cat: Other, desc: "Pictures"}
- {id: 6_15, cat: Other, desc: "Pictures - Graphics"}
- {id: 6_16, cat: Other, desc: "Pictures - Photos"}
- {id: 1_, cat: PC, desc: "Software"}
- {id: 1_1, cat: PC/ISO, desc: "Software - Applications"}
- {id: 1_2, cat: PC/Games, desc: "Software - Games"}

modes:
search: [q]
tv-search: [q, season, ep]
music-search: [q]
book-search: [q]

settings:
- name: prefer_magnet_links
type: checkbox
label: Prefer Magnet Links
default: true
- name: cat-id
type: select
label: Category
default: _
options:
_: "All categories"
3_: "Anime"
3_12: "Anime - Anime Music Video"
3_5: "Anime - English-translated"
3_13: "Anime - Non-English-translated"
3_6: "Anime - Raw"
2_: "Audio"
2_3: "Audio - Lossless"
2_4: "Audio - Lossy"
4_: "Literature"
4_7: "Literature - English-translated"
4_14: "Literature - Non-English-translated"
4_8: "Literature - Raw"
1_: "Software"
1_1: "Software - Applications"
1_2: "Software - Games"
5_: "Live Action"
5_10: "Live Action - Trailers"
5_9: "Live Action - English subtitled"
5_18: "Live Action - Non-English subtitled"
5_11: "Live Action - Raw"
6_: "Pictures"
6_15: "Pictures - Graphics"
6_16: "Pictures - Photos"
- name: sort
type: select
label: Sort requested from site
default: 2
options:
2: created
5: seeders
4: size
1: title
- name: type
type: select
label: Order requested from site
default: false
options:
false: desc
true: asc

search:
paths:
- path: search
inputs:
q: "{{ .Keywords }}"
c: "{{ .Config.cat-id }}"
# 0 All, 2 Remakes, 3 uploaded by trusted users, 4 A+
s: 0
sort: "{{ .Config.sort }}"
order: "{{ .Config.type }}"
limit: 100

rows:
selector: tr.torrent-info

fields:
category:
selector: a[href^="/search?c="]
attribute: href
filters:
- name: querystring
args: c
title:
selector: a[href^="/view/"]
details:
selector: a[href^="/view/"]
attribute: href
download_optional:
selector: a[href^="/download/"]
attribute: href
optional: true
download:
text: "{{ if .Config.prefer_magnet_links }}{{ else }}{{ .Result.download_optional }}{{ end }}"
optional: true
magnet:
selector: a[href^="magnet:?xt="]
attribute: href
size:
selector: td.tr-size
date:
# Nov 15, 2020
selector: td.date-full
filters:
- name: replace
args: ["UTC+0", "+00:00"]
- name: dateparse
args: "MM/d/yyyy, h:mm:ss tt zzz"
seeders:
selector: td.tr-se
leechers:
selector: td.tr-le
grabs:
selector: td.tr-dl
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# engine n/a
4 changes: 2 additions & 2 deletions definitions/v10/rudub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ type: semi-private
encoding: windows-1251
followredirect: true
links:
- https://01december.rudub.online/
- https://02december.rudub.online/
legacylinks:
- https://01november.rudub.online/
- https://02november.rudub.online/
- https://03november.rudub.online/
- https://04november.rudub.online/
Expand Down Expand Up @@ -41,6 +40,7 @@ legacylinks:
- https://28november.rudub.online/
- https://29november.rudub.online/
- https://30november.rudub.online/
- https://01december.rudub.online/

caps:
categorymappings:
Expand Down

0 comments on commit ca3b3b2

Please sign in to comment.