aboutsummaryrefslogtreecommitdiff
path: root/rssg
diff options
context:
space:
mode:
Diffstat (limited to 'rssg')
-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