Update list pathnames

This commit is contained in:
Schimon Jehudah 2024-01-31 10:55:35 +00:00
parent 006d0a8cf8
commit f683e11c4a
2 changed files with 11 additions and 1 deletions

View file

@ -67,7 +67,7 @@ $ pipx install git+https://gitgud.io/sjehuda/slixfeed
Upgrade using the following command. Upgrade using the following command.
``` ```
$ pip install --upgrade $ pip install --upgrade slixfeed
``` ```
### Start ### Start

View file

@ -7,6 +7,10 @@ pathnames = [
".json", ".json",
".rss", ".rss",
".xml", ".xml",
"/.atom",
"/.json",
"/.rss",
"/.xml",
# wordpress # wordpress
"/?feed=atom", "/?feed=atom",
"/?feed=rdf", "/?feed=rdf",
@ -19,6 +23,7 @@ pathnames = [
"/?format=xml", "/?format=xml",
"/app.php/feed", "/app.php/feed",
"/atom", "/atom",
"/atom.cgi",
"/atom.php", "/atom.php",
"/atom.xml", "/atom.xml",
"/blog/feed/", "/blog/feed/",
@ -28,6 +33,7 @@ pathnames = [
# common practice # common practice
"/feed", "/feed",
"/feed.atom", "/feed.atom",
"/feed.cgi",
"/feed.json", "/feed.json",
"/feed.php", "/feed.php",
"/feed.rdf", "/feed.rdf",
@ -50,15 +56,19 @@ pathnames = [
# discourse # discourse
"/latest.rss", "/latest.rss",
"/news", "/news",
"/news.cgi",
"/news.php",
"/news.xml", "/news.xml",
"/news.xml.php", "/news.xml.php",
"/news/feed", "/news/feed",
# discourse # discourse
"/posts.rss", "/posts.rss",
"/rdf", "/rdf",
"/rdf.cgi",
"/rdf.php", "/rdf.php",
"/rdf.xml", "/rdf.xml",
"/rss", "/rss",
"/rss.cgi",
"/rss.json", "/rss.json",
"/rss.php", "/rss.php",
"/rss.xml", "/rss.xml",