https://github.com/propan/rpod-exporter
a command-line utility to export podcast data from RPOD.ru
https://github.com/propan/rpod-exporter
Last synced: 9 months ago
JSON representation
a command-line utility to export podcast data from RPOD.ru
- Host: GitHub
- URL: https://github.com/propan/rpod-exporter
- Owner: propan
- License: epl-1.0
- Created: 2014-12-15T21:08:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T21:29:19.000Z (over 11 years ago)
- Last Synced: 2025-01-06T10:19:29.195Z (over 1 year ago)
- Language: Clojure
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rpod-exporter
a command line utility to backup podcast data from dying RPOD.RU
## Build
1. Checkout sources
2. Execute with ``lein uberjar``
## Usage
```lang=bash
java -jar rpod-exporter-0.1.0-standalone.jar your-podcast-feed
```
## Note
Most likely you would need to tweak export-post function for your needs.
## License
Copyright © 2014 Pavel Prokopenko
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.