mirror of
https://github.com/tenox7/wrp.git
synced 2025-08-10 11:24:56 +00:00
todo updates
This commit is contained in:
6
txt.go
6
txt.go
@@ -14,6 +14,8 @@ package main
|
||||
// reproduces on vsi vms docs
|
||||
// - BUG: markdown table errors
|
||||
// reproduces on hacker news
|
||||
// - BUG: captcha errors using html to markdown, perhaps use cdp inner html
|
||||
// reproduces on https://www.cnn.com/cnn-underscored/electronics
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
@@ -51,10 +53,6 @@ const imgZpfx = "/imgz/"
|
||||
|
||||
func init() {
|
||||
imgStor.img = make(map[string]imageContainer)
|
||||
// TODO: add garbage collector
|
||||
// think about how to remove old images
|
||||
// if removed from cache how to download them later if a browser goes back?
|
||||
// browser should cache on it's own... but it may request it, what then?
|
||||
}
|
||||
|
||||
type imageContainer struct {
|
||||
|
Reference in New Issue
Block a user