aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-04 09:57:13 +0000
committerng0 <ng0@n0.is>2019-11-04 09:57:13 +0000
commit339400d3f3d105aaa3a36c0bf17787a7365e07eb (patch)
tree57183807637018b479a4002b0c516eaa3a5e3e12
parent0a289a520860b0fa4790ad0466d45da8130c622c (diff)
downloadwww-339400d3f3d105aaa3a36c0bf17787a7365e07eb.tar.gz
www-339400d3f3d105aaa3a36c0bf17787a7365e07eb.zip
a -> link for get_url()
-rwxr-xr-xrssg2
1 files changed, 1 insertions, 1 deletions
diff --git a/rssg b/rssg
index 81beb1c9..3753094c 100755
--- a/rssg
+++ b/rssg
@@ -81,7 +81,7 @@ get_title() {
81 81
82 82
83get_url() { 83get_url() {
84 grep -i '<a .*rss.xml"' | head -1 | 84 grep -i '<link .*rss.xml"' | head -1 |
85 sed 's#.*href="\(.*\)".*#\1#' 85 sed 's#.*href="\(.*\)".*#\1#'
86} 86}
87 87