go-shiori / obelisk

Go package and CLI tool for saving web page as single HTML file
MIT License
247 stars 17 forks source link

Fix `--load-cookies` not works #43

Closed waybackarchiver closed 1 year ago

waybackarchiver commented 1 year ago

Cookies in Request does not work, so it is documented as deprecated, and adding the WithCookies method to attach cookies to Archiver.cookies may be a more reasonable solution, if you have a better way, please share it.

Fix #8