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