aboutsummaryrefslogtreecommitdiff
path: root/rssg
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-04 10:39:31 +0000
committerng0 <ng0@n0.is>2019-11-04 10:39:31 +0000
commit1de815a0343315ae1fb2592ed05b16750e7fd8cb (patch)
treeb6bc395d1b58ce26b59fb93391bbc48d68d6718b /rssg
parent974525639bdea0c82f7389f269d8bc94dec044fd (diff)
downloadwww-1de815a0343315ae1fb2592ed05b16750e7fd8cb.tar.gz
www-1de815a0343315ae1fb2592ed05b16750e7fd8cb.zip
rssg: hack to sed in https://gnunet.org
Diffstat (limited to 'rssg')
-rwxr-xr-xrssg3
1 files changed, 2 insertions, 1 deletions
diff --git a/rssg b/rssg
index 3753094c..09e370cb 100755
--- a/rssg
+++ b/rssg
@@ -82,7 +82,8 @@ get_title() {
82 82
83get_url() { 83get_url() {
84 grep -i '<link .*rss.xml"' | head -1 | 84 grep -i '<link .*rss.xml"' | head -1 |
85 sed 's#.*href="\(.*\)".*#\1#' 85 sed 's#.*href="\(.*\)".*#\1#' |
86 sed 's#../../#https://gnunet.org/#'
86} 87}
87 88
88 89