mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00

* feat(feeds): add generic rss support * feat(feeds/web): add generic rss support * implement rss downloading * gosum + mod * re-add size from Custom field. * implement uploader + category * sync * remove double assignment (+torznab) * didn't save the rss file >.> * cleanup * fixfeeds): create rss indexer * fix(feeds): stop feed * feat(feeds): support nexusphp rss enclosure link * feat(feeds): check size for custom size * fix(feeds): race condition and only stop enabled feeds * fix(feeds): unify indexer implementation badge Co-authored-by: Kyle Sanderson <kyle.leet@gmail.com>
22 lines
No EOL
312 B
YAML
22 lines
No EOL
312 B
YAML
---
|
|
#id: rss
|
|
name: Generic RSS
|
|
identifier: rss
|
|
description: Generic RSS
|
|
language: en-us
|
|
urls:
|
|
- https://domain.com
|
|
privacy: private
|
|
protocol: torrent
|
|
implementation: rss
|
|
supports:
|
|
- rss
|
|
source: rss
|
|
|
|
rss:
|
|
minInterval: 15
|
|
settings:
|
|
- name: url
|
|
type: text
|
|
required: true
|
|
label: RSS URL |