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.
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.