From 0e1f973347f3cea3b37f4e311c828cd9e814a14a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 2 Jan 2026 16:50:04 -0300 Subject: Fix: remove duplicate slash in generated OPML file --- compile | 2 +- opml/all.opml | 106 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/compile b/compile index 8be4f13..99c50c6 100755 --- a/compile +++ b/compile @@ -7,7 +7,7 @@ BASENAME="`basename $0`" DIRNAME="`dirname $0`" OUT="$DIRNAME/opml/all.opml" -BASE_URL="https://git.fluxo.info/feeds/plain/" +BASE_URL="https://git.fluxo.info/feeds/plain" # Header cat <<-EOF > $OUT diff --git a/opml/all.opml b/opml/all.opml index d8fff91..eb6c28b 100644 --- a/opml/all.opml +++ b/opml/all.opml @@ -4,58 +4,58 @@ All Feeds - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3