This commit is contained in:
partisan 2024-10-14 22:15:38 +02:00
parent 3d47c80446
commit 49f613ddeb
15 changed files with 98 additions and 234 deletions

View file

@ -26,13 +26,14 @@ type TextSearchResult struct {
type ImageSearchResult struct {
ID string
Thumbnail string
Title string
Media string
Full string // Full-size image URL
Thumb string // Thumbnail image URL
ProxyFull string // Proxied full-size image URL
ProxyThumb string // Proxied thumbnail image URL (from cache)
Source string // Source webpage URL
Width int
Height int
Source string
ThumbProxy string
}
type VideoResult struct {