Add Google search integration with CLI support

Introduce a Google search integration, including a Go package for performing searches with configurable parameters (e.g., language, region) and a CLI tool for executing search queries. Refactor archive CLI import ordering for consistency.
This commit is contained in:
2025-01-16 16:56:05 -05:00
parent 2ca2bb0742
commit 691ae400d1
3 changed files with 242 additions and 3 deletions

View File

@@ -6,12 +6,11 @@ import (
"os"
"time"
"gitea.stevedudenhoeffer.com/steve/go-extractor"
"github.com/urfave/cli/v3"
"gitea.stevedudenhoeffer.com/steve/go-extractor"
"gitea.stevedudenhoeffer.com/steve/go-extractor/cmd/browser/pkg/browser"
"gitea.stevedudenhoeffer.com/steve/go-extractor/sites/archive"
"github.com/urfave/cli/v3"
)
type ArchiveFlags []cli.Flag