mirror of
https://github.com/adulau/rss-tools.git
synced 2024-09-08 05:19:08 +00:00
Compare commits
2 commits
502018fcbb
...
ab456a8014
Author | SHA1 | Date | |
---|---|---|---|
ab456a8014 | |||
302672ce0d |
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue