Update list pathnames
This commit is contained in:
parent
006d0a8cf8
commit
f683e11c4a
2 changed files with 11 additions and 1 deletions
|
@ -67,7 +67,7 @@ $ pipx install git+https://gitgud.io/sjehuda/slixfeed
|
|||
Upgrade using the following command.
|
||||
|
||||
```
|
||||
$ pip install --upgrade
|
||||
$ pip install --upgrade slixfeed
|
||||
```
|
||||
|
||||
### Start
|
||||
|
|
|
@ -7,6 +7,10 @@ pathnames = [
|
|||
".json",
|
||||
".rss",
|
||||
".xml",
|
||||
"/.atom",
|
||||
"/.json",
|
||||
"/.rss",
|
||||
"/.xml",
|
||||
# wordpress
|
||||
"/?feed=atom",
|
||||
"/?feed=rdf",
|
||||
|
@ -19,6 +23,7 @@ pathnames = [
|
|||
"/?format=xml",
|
||||
"/app.php/feed",
|
||||
"/atom",
|
||||
"/atom.cgi",
|
||||
"/atom.php",
|
||||
"/atom.xml",
|
||||
"/blog/feed/",
|
||||
|
@ -28,6 +33,7 @@ pathnames = [
|
|||
# common practice
|
||||
"/feed",
|
||||
"/feed.atom",
|
||||
"/feed.cgi",
|
||||
"/feed.json",
|
||||
"/feed.php",
|
||||
"/feed.rdf",
|
||||
|
@ -50,15 +56,19 @@ pathnames = [
|
|||
# discourse
|
||||
"/latest.rss",
|
||||
"/news",
|
||||
"/news.cgi",
|
||||
"/news.php",
|
||||
"/news.xml",
|
||||
"/news.xml.php",
|
||||
"/news/feed",
|
||||
# discourse
|
||||
"/posts.rss",
|
||||
"/rdf",
|
||||
"/rdf.cgi",
|
||||
"/rdf.php",
|
||||
"/rdf.xml",
|
||||
"/rss",
|
||||
"/rss.cgi",
|
||||
"/rss.json",
|
||||
"/rss.php",
|
||||
"/rss.xml",
|
||||
|
|
Loading…
Reference in a new issue