diff --git a/internal/cardsinfo/prices.go b/internal/cardsinfo/prices.go index ea41abc..a5709dd 100644 --- a/internal/cardsinfo/prices.go +++ b/internal/cardsinfo/prices.go @@ -9,7 +9,7 @@ import ( ) const scgDomain = "https://starcitygames.com" -const scgSearchUrlTemplate = "https://starcitygames.hawksearch.com/sites/starcitygames/?search_query=" +const scgSearchUrlTemplate = "https://starcitygames.hawksearch.com/sites/starcitygames/?tournament_legality=Legal&search_query=" func (f *Fetcher) GetPrices(name string) ([]ScgCardPrice, error) { prices, err := getPricesScg(name)