mirror of
https://github.com/Prowlarr/Indexers.git
synced 2026-04-26 11:28:13 +01:00
* New: YAML Schema Validations * fixup! skip json when doing ymllint * fixup! * fixup! * fixup! * fixup! * fixup! validate login methods, filter names, captcha types * fixup! validate tracker type * fixup! validate tracker type * fixup! validate category mappings use a correct category * fixup! further download block validation * fixup! * fixup! validate links and legacy-links are valid urls * fixup! validate settings types * fixup! v6 doubanid * fixup! v5 json filter validation * fixup! xbit should be v5
64 lines
1.1 KiB
YAML
64 lines
1.1 KiB
YAML
---
|
|
id: showrss-yml
|
|
name: showRSS
|
|
description: "showRSS is a service that allows you to keep track of your favorite TV shows"
|
|
language: en-US
|
|
type: public
|
|
encoding: UTF-8
|
|
links:
|
|
- https://showrss.info/
|
|
|
|
caps:
|
|
# dont forget to update the case block in the search fields category
|
|
categorymappings:
|
|
- {id: 1, cat: TV/SD}
|
|
- {id: 2, cat: TV/HD}
|
|
|
|
modes:
|
|
search: [q]
|
|
tv-search: [q, season, ep]
|
|
|
|
settings: []
|
|
|
|
search:
|
|
paths:
|
|
- path: /other/all.rss
|
|
response:
|
|
type: xml
|
|
|
|
rows:
|
|
selector: rss > channel > item
|
|
filters:
|
|
- name: andmatch
|
|
|
|
fields:
|
|
category:
|
|
selector: raw_title
|
|
case:
|
|
":contains(\"720p\")": 2
|
|
":contains(\"1080p\")": 2
|
|
"*": 1
|
|
title:
|
|
selector: raw_title
|
|
details:
|
|
text: "{{ .Config.sitelink }}"
|
|
date:
|
|
selector: pubDate
|
|
download:
|
|
selector: link
|
|
description:
|
|
selector: description
|
|
infohash:
|
|
selector: info_hash
|
|
size:
|
|
text: "512 MB"
|
|
seeders:
|
|
text: 1
|
|
leechers:
|
|
text: 1
|
|
downloadvolumefactor:
|
|
text: 0
|
|
uploadvolumefactor:
|
|
text: 1
|
|
# engine n/a
|