Cybrkyd's Git Repositories

fetchrss - commit: e9976ea

commit e9976ea74710c01132bd544f3168b316fe11f96d25b537ea2d9d0519e5150179
author cybrkyd <noreply@cybrkyd.com> 2026-02-06 16:30:58 +0000
committer cybrkyd <noreply@cybrkyd.com> 2026-02-06 16:30:58 +0000

Commit Message

Forward slash at URL end

📊 Diffstat

fetchrss/rss.sh 4
1 files changed, 2 insertions(+), 2 deletions(-)

Diff

diff --git a/fetchrss/rss.sh b/fetchrss/rss.sh
index 9970290..9c35e38 100644
--- a/fetchrss/rss.sh
+++ b/fetchrss/rss.sh
@@ -1,4 +1,4 @@
#!/bin/bash
- wget -q -T 10 -t 2 -U "FetchRSS/2.0 (+https://cybrkyd.com/rss-reader)" -O cybrkyd.xml https://cybrkyd.com/index.xml
- wget -q -T 10 -t 2 -U "FetchRSS/2.0 (+https://cybrkyd.com/rss-reader)" -O bbc.xml https://feeds.bbci.co.uk/news/technology/rss.xml
+ wget -q -T 10 -t 2 -U "FetchRSS/2.0 (+https://cybrkyd.com/rss-reader/)" -O cybrkyd.xml https://cybrkyd.com/index.xml
+ wget -q -T 10 -t 2 -U "FetchRSS/2.0 (+https://cybrkyd.com/rss-reader/)" -O bbc.xml https://feeds.bbci.co.uk/news/technology/rss.xml