Protected Optional_Optional provider override; falls back to Metadata.Provider when not set.
ProtectedcontentProtectedProviderReturns the active provider — explicit override if set, otherwise the global default.
OptionalonProgress: AutotagProgressCallbackOptionalcontentSourceIDs: string[]Optionalprovider: IMetadataProviderthe number of content items processed (new + retried)
Parse an RSS/Atom feed URL and return structured items. The content field is HTML-stripped via the engine's parseHTML.
Autotag provider for RSS and Atom feeds. Parses feed items, follows article links to fetch full page content via Cheerio, and creates ContentItems with the extracted article text rather than raw RSS metadata.
Fixes: