Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Just had a thought, if php is enabled I can create a web interface that can do it all via a web page. Going to test it later today |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Made a script that you can just pass a channel @ and it will automatically add it to your feed
Pretty simple. I named it getchannel.sh (hence the references) but feel free to name it whatever.
To use
./getchannel.sh <chanel_name> or @<channel_name>
it does the rest
There are a few config sections, like defining the config.toml file and can disable/enable opml, format, update period.
Its default is opml = true
format = custom (audio only m4a)
update_period = 12h
Enjoy
getchannel.tar.gz
Beta Was this translation helpful? Give feedback.
All reactions