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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need a way to retrieve the title of the feed (NOT the title of the message object) so that I can use it to replace the message object's title.
I'm wanting to subscribe to a lot of RSS feeds generated by a certain website, but it prepends the feed title at the start of every entry.
Essentially what I want to do is
msg.title = msg.title.replace( (feed.title + ' '), '');
I don't want to use Regex because aside from the feed title prepending every entry, the entry's titles are not consistent.
EDIT: Doesn't look like this is possible, I've opened an issue here.
Beta Was this translation helpful? Give feedback.
All reactions