Parser is a component that processes HTML documents and extracts information from the page.
Parser use: goquery library
Use e.AddHTMLParser(yourParser) to add a processing function.
The Item is placed in the Context, and the information obtained in the Parser is saved and used by the next component (Pipeline) for further processing.