1
0
mirror of https://github.com/Prowlarr/Indexers.git synced 2026-02-15 07:25:47 +00:00
Files
Indexers/definitions/v11/shanaproject.yml
ServarrAdmin 03d43b4b70 Fixed: deprecate v10 schema version and migrate indexers to v11
- Migrated 485+ indexer definitions from v10 to v11 directory
- Preserved existing v11 indexers (skipped 15 duplicates to keep v11 versions)
- Updated VERSIONS file: MIN_VERSION changed from 10 to 11
- Updated documentation in README.md and CONTRIBUTING.md:
  * Marked v10 as deprecated (removed from active versions)
  * Updated v11 as single active version with 522+ indexers
  * Added deprecation warnings and migration notes
- Kept v10/schema.json for historical reference
- All validation passes with migrated indexers

Breaking change: v10 no longer contains active indexer definitions.
Prowlarr will continue to work as it falls back to available versions.
2025-08-24 07:38:43 -05:00

151 lines
3.7 KiB
YAML

---
id: shanaproject
name: Shana Project
description: "Shana Project is a Public torrent site for ANIME"
language: en-US
type: public
encoding: UTF-8
links:
- https://www.shanaproject.com/
settings:
- name: sort
type: select
label: Sort requested from site
default: date
options:
date: created
ep: episode
fsize: size
title: title
- name: type
type: select
label: Order requested from site
default: Descending
options:
Descending: desc
Ascending: asc
- name: info
type: info
label: Searching
default: This site only supports searching for Titles. Do not add a season or episode number, or a quality to your query.
caps:
categorymappings:
- {id: Anime, cat: TV/Anime, desc: Anime}
modes:
search: [q]
tv-search: [q, season, ep]
search:
paths:
- path: search/
inputs:
title: "{{ .Keywords }}"
subber: ""
sort: "{{ .Config.sort }}"
dir: "{{ .Config.type }}"
keywordsfilters:
# strip season and ep
- name: re_replace
args: ["(?i)(?:\\s?[SE]?\\d{1,4}){1,2}$", ""]
rows:
selector: div.grid_12 > div[id^="rel"]
fields:
category:
text: Anime
title:
selector: div.release_leftover > div.release_text_contents
filters:
- name: re_replace
args: ["^(\\[.*\\]) (.*)", "$2 $1"]
- name: re_replace
args: ["(?i)(.mkv)", ""]
details:
selector: a
attribute: href
download:
selector: a[href^="/download/"]
attribute: href
date_full:
# Dec. 8, 2022, 6:25 a.m.
selector: div.release_20:contains(".m."):contains(":")
optional: true
filters:
- name: replace
args: [".", ""]
- name: replace
args: ["Sept", "Sep"]
- name: replace
args: ["July", "Jul"]
- name: replace
args: ["June", "Jun"]
- name: re_replace
args: ["April", "Apr"]
- name: re_replace
args: ["March", "Mar"]
- name: append
args: " +00:00" # GMT
- name: dateparse
args: "MMM d, yyyy, h:mm tt zzz"
date_abbr:
# May 8, 2022, 6 a.m.
selector: div.release_20:contains(".m."):not(:contains(":"))
optional: true
filters:
- name: replace
args: [".", ""]
- name: replace
args: ["Sept", "Sep"]
- name: replace
args: ["July", "Jul"]
- name: replace
args: ["June", "Jun"]
- name: re_replace
args: ["April", "Apr"]
- name: re_replace
args: ["March", "Mar"]
- name: append
args: " +00:00" # GMT
- name: dateparse
args: "MMM d, yyyy, h tt zzz"
date_noon:
# Sept. 30, 2022, noon
selector: div.release_20:contains(", noon")
optional: true
filters:
- name: replace
args: [".", ""]
- name: replace
args: ["Sept", "Sep"]
- name: replace
args: ["July", "Jul"]
- name: replace
args: ["June", "Jun"]
- name: re_replace
args: ["April", "Apr"]
- name: re_replace
args: ["March", "Mar"]
- name: re_replace
args: [" noon", " 12 pm"]
- name: append
args: " +00:00" # GMT
- name: dateparse
args: "MMM d, yyyy, h tt zzz"
date:
text: "{{ if or .Result.date_full .Result.date_abbr .Result.date_noon }}{{ or .Result.date_full .Result.date_abbr .Result.date_noon }}{{ else }}now{{ end }}"
size:
selector: div.release_size
seeders:
text: 1
leechers:
text: 1
downloadvolumefactor:
text: 0
uploadvolumefactor:
text: 1
# engine n/a