KJHJason / Cultured-Downloader

A project to automate the process of downloading images and other attachment files from platforms like Fantia and more!
GNU General Public License v3.0
69 stars 7 forks source link

Add options for other archive CLI solutions like 7z #239

Open KJHJason opened 3 months ago

KJHJason commented 3 months ago

As of V5.1.0, archive files are extracted by https://pkg.go.dev/github.com/mholt/archiver/v4.

Maybe add an option for the user to input the archive CLI executable path to use instead of relying on the golang archiver package if the user prefers it.