Added tournament_legality filter

This commit is contained in:
Artyom Belousov 2021-06-06 18:12:57 +03:00
parent c141e5b8b4
commit 50353b67cd

View file

@ -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)