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/hugo

8 lines
103 B
Plaintext

determine_protocol
get_domain
if [[ -n "$domain" ]]
then
url_ext="${protocol}${domain}/index.xml"
fi