node build fixed
This commit is contained in:
8
seanime-2.9.10/internal/manga/providers/proxy_images.go
Normal file
8
seanime-2.9.10/internal/manga/providers/proxy_images.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package manga_providers
|
||||
|
||||
import util "seanime/internal/util/proxies"
|
||||
|
||||
func GetImageByProxy(url string, headers map[string]string) ([]byte, error) {
|
||||
ip := &util.ImageProxy{}
|
||||
return ip.GetImage(url, headers)
|
||||
}
|
||||
Reference in New Issue
Block a user