Compare commits

..

No commits in common. "ab456a8014b8cbe920a3411fa03f5a4468356a7c" and "502018fcbb71010a4b198e848bc46443478f215d" have entirely different histories.

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
[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. [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.
It employs two techniques: It employs two techniques:

View file

@ -1,5 +1,5 @@
#!/usr/bin/python3 #!/usr/bin/python3
# [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. # [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.
# #
# It employs two techniques: # It employs two techniques:
# #