From d2c7c9b0d18f109e326b798deb0152e6e7a325da Mon Sep 17 00:00:00 2001 From: milarin Date: Sun, 15 Jan 2023 23:18:13 +0100 Subject: [PATCH] added FileEncoding for parsers --- parser.go | 2 ++ 1 file changed, 2 insertions(+) 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 {