Added tournament_legality filter
This commit is contained in:
parent
c141e5b8b4
commit
50353b67cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue