You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The location of RSS feeds at Wordpress-powered websited is quite standardized - https://wordpress.com/support/feeds/ . For a website xxx.yy, the feed is typically located at xxx.yy/feed.
When prompted with /sub xxx.yy and no feed found, the bot could automatically check whether xxx.yy/feed is a valid RSS endpoint and, if so, subscribe to it.
Test example: /sub https://finland.fi/ fails, while /sub https://finland.fi/feed subscribes successfully.
The text was updated successfully, but these errors were encountered:
IMHO this is the fault of the website you've mentioned - they try to hide something they should never hide. I, however, do not object to such a feature, so PR is welcomed.
The location of RSS feeds at Wordpress-powered websited is quite standardized - https://wordpress.com/support/feeds/ . For a website
xxx.yy
, the feed is typically located atxxx.yy/feed
.When prompted with
/sub xxx.yy
and no feed found, the bot could automatically check whetherxxx.yy/feed
is a valid RSS endpoint and, if so, subscribe to it.Test example:
/sub https://finland.fi/
fails, while/sub https://finland.fi/feed
subscribes successfully.The text was updated successfully, but these errors were encountered: