This repository has been archived on 2021-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
rsstube-bash-old/scripts/url-extractors/reddit

7 lines
131 B
Plaintext

# cut off trailing slash if present (to prevent duplicates)
url=${url%%/}
# append /rss to form feed
rss=${url}/.rss
url_ext=$rss