mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(feeds): add generic RSS support (#410)
* 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>
This commit is contained in:
parent
b607aef63e
commit
b50688159e
17 changed files with 498 additions and 89 deletions
22
internal/indexer/definitions/rss_generic.yaml
Normal file
22
internal/indexer/definitions/rss_generic.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
#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
|
Loading…
Add table
Add a link
Reference in a new issue