Skip to content

Commit

Permalink
tcgplayer/directnet: Set scraper as MetadataOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
kodawah committed Jul 21, 2024
1 parent 69efba7 commit 7cad6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tcgplayer/directnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func (tcg *TCGDirectNet) Info() (info mtgban.ScraperInfo) {
info.Name = "TCG Direct (net)"
info.Shorthand = "TCGDirectNet"
info.BuylistTimestamp = &tcg.buylistDate
info.MetadataOnly = true
return
}

Expand Down

0 comments on commit 7cad6b4

Please sign in to comment.