rssdownloader

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2023 License: MIT Imports: 2 Imported by: 0

README

RSS File Downloader / CLI

A configurable cli to download files from a feed.

Download

Download the binary from the GitHub Releases.

Configuration

feeds:
  - name: my-feed
    enabled: true
    output: /target-dir
    url: https://example.com/my-feed
    # use item title as filename
    template: "{title}"
    # rules that must match
    rules:
      - type: regex
        value: ".*"
    # exclude items that matched the rules above
    exclude:
      - type: regex
        value: "prefix.*"

The download command will create a feed-state.json in the output directory to track the timestamp of the last download, only downloading newly added files.

Usage

rssdownloader download --config feeds.yaml

License

Released under the MIT license.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL