Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to unpack json #1

Open
MocA-Love opened this issue Jul 4, 2024 · 0 comments
Open

failed to unpack json #1

MocA-Love opened this issue Jul 4, 2024 · 0 comments

Comments

@MocA-Love
Copy link

MocA-Love commented Jul 4, 2024

I've tried changing the query in various ways, but it doesn't work :(

package main

import (
	"fmt"

	"github.com/jibble330/imagesearch"
)

func main() {
    paths, missing, err := imagesearch.Download("tuna", 10, "./images")
	fmt.Println(paths, missing, err)
}

Error >> [] 0 failed to unpack json! no image results or Google changed their structrue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant