feat: avoid converting already converted chapters

This commit is contained in:
Antoine Aflalo
2024-08-26 23:15:14 -04:00
parent 9631979b94
commit 135db7a1f8
6 changed files with 55 additions and 2 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module CBZOptimizer
go 1.23
require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/nickalie/go-binwrapper v0.0.0-20190114141239-525121d43c84
github.com/nickalie/go-webpbin v0.0.0-20220110095747-f10016bf2dc1
github.com/oliamb/cutter v0.2.2