-
|
Hi there I don't know if this question has already been asked. Sorry if that's the case. Is it possible to generate an rss feed from a page? !yt foo bar Is it possible to generate an rss feed from the result of the !yt foo bar page? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The instance must have enabled acces for rss feeds. Then to get generate an rss feed append https://yourinstance.tld/search?q=!yt%20foo%20bar&categories=none&format=rss [1] https://github.com/searxng/searxng/blob/master/searx/settings.yml#L48,L51 |
Beta Was this translation helpful? Give feedback.
The instance must have enabled acces for rss feeds.
Also from the preferences > privacy > set HTTP Method to "get".
Then to get generate an rss feed append
&format=rssto the url.https://yourinstance.tld/search?q=!yt%20foo%20bar&categories=none&format=rss
[1] https://github.com/searxng/searxng/blob/master/searx/settings.yml#L48,L51