diff --git a/parser.go b/parser.go index b809173..d871dd3 100644 --- a/parser.go +++ b/parser.go @@ -5,6 +5,8 @@ type Parser struct { TorrentParser TorrentParserFunc FileParser FileParserFunc + + PostEncoding string } func (p Parser) String() string {