Compare commits

...

2 commits

Author SHA1 Message Date
ab456a8014
fix: [rssfind] reference fixed 2024-07-02 17:40:14 +02:00
302672ce0d
fix: [rssfind] link fixed 2024-07-02 17:37:49 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ As 2024 marks the resurgence of RSS and Atom[^1], I decided to update my rudimen
### rssfind
[rssfind.py](https://github.com/adulau/rss-tools/blob/master/bin/rsscluster.py) is a simple script designed to discover RSS or Atom feeds from a given URL.
[rssfind.py](https://github.com/adulau/rss-tools/blob/master/bin/rssfind.py) is a simple script designed to discover RSS or Atom feeds from a given URL.
It employs two techniques:

View file

@ -1,5 +1,5 @@
#!/usr/bin/python3
# [rssfind.py](https://github.com/adulau/rss-tools/blob/master/bin/rsscluster.py) is a simple script designed to discover RSS or Atom feeds from a given URL.
# [rssfind.py](https://github.com/adulau/rss-tools/blob/master/bin/rssfind.py) is a simple script designed to discover RSS or Atom feeds from a given URL.
#
# It employs two techniques:
#