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
I am sure if the RSS feed should use FeedOptions.id instead of FeedOptions.feed, as the feed attribute is only used by rss2 and the id attribute is used by json and atom.
The Id is usually an URL to the website, but is it safe to say that it will always be an URL ? If yes, we could use the ID in the RSS2 feed as well.
This is the only place the feed attribute is used, in rss2.ts
Describe the bug
I am sure if the RSS feed should use
FeedOptions.id
instead ofFeedOptions.feed
, as thefeed
attribute is only used by rss2 and theid
attribute is used by json and atom.The Id is usually an URL to the website, but is it safe to say that it will always be an URL ? If yes, we could use the ID in the RSS2 feed as well.
This is the only place the feed attribute is used, in rss2.ts
The text was updated successfully, but these errors were encountered: