added FileEncoding for parsers
This commit is contained in:
parent
5eb2822653
commit
51c282652a
@ -5,6 +5,8 @@ type Parser struct {
|
|||||||
|
|
||||||
TorrentParser TorrentParserFunc
|
TorrentParser TorrentParserFunc
|
||||||
FileParser FileParserFunc
|
FileParser FileParserFunc
|
||||||
|
|
||||||
|
FileEncoding string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p Parser) String() string {
|
func (p Parser) String() string {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user