package
3.4.1
Repository: https://github.com/ncarlier/feedpushr.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

ExtractFeedLinks extract feed links from HTML content.
GetFeedID converts URL to feed ID (HASH).
GetFeedTags extracts tags from a comma separated list of tags.
JoinTags join tags in a comma separated string.
NewArticle creates a new article from a feed item.
NewArticles creates a new array of articles from an array of feed item.
NewCustomAtomTranslator creates nes custom GoFeed Atom translator.
NewCustomRSSTranslator creates nes custom GoFeed RSS translator.
NewFeed creates new Feed DTO.
NewFeedResponseFromDef creates new Feed response from a definition.

# Variables

ValidFeedContentType is a REGEXP used to validate valid feed Content-Type.

# Structs

CustomAtomTranslator is a custom GoFeed Atom translator created to extract Hub link.
CustomRSSTranslator is a custom GoFeed RSS translator created to extract Hub link.