Versions in this module Expand all Collapse all v1 v1.2.0 Jan 17, 2023 Changes in this version + type Config struct + ClientID string + ClientSecret string + RedditUsername string + type Parser struct + Config *Config + func (p *Parser) Init(_ context.Context) error + func (p *Parser) Name() string + func (p *Parser) Parse(ctx context.Context, u *url.URL, referer *url.URL) (result parsers.ParseResult)