gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] branch master updated: rssg: hack to sed in https://gnunet.org


From: gnunet
Subject: [www] branch master updated: rssg: hack to sed in https://gnunet.org
Date: Mon, 04 Nov 2019 11:42:25 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 1de815a  rssg: hack to sed in https://gnunet.org
1de815a is described below

commit 1de815a0343315ae1fb2592ed05b16750e7fd8cb
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 4 10:39:31 2019 +0000

    rssg: hack to sed in https://gnunet.org
---
 rssg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rssg b/rssg
index 3753094..09e370c 100755
--- a/rssg
+++ b/rssg
@@ -82,7 +82,8 @@ get_title() {
 
 get_url() {
        grep -i '<link .*rss.xml"' | head -1 |
-       sed 's#.*href="\(.*\)".*#\1#'
+           sed 's#.*href="\(.*\)".*#\1#' |
+            sed 's#../../#https://gnunet.org/#'
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]