Skip to content

Commit

Permalink
cardmarket/sealed: Filter one more comment for mislisted empty boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
kodawah committed Nov 30, 2023
1 parent 7d7d1cc commit 607baff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cardmarket/sealed.go
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ func (mkm *CardMarketSealed) processProduct(channel chan<- responseChan, idProdu
if mtgmatcher.Contains(article.Comments, "empty") ||
mtgmatcher.Contains(article.Comments, "only the deck") ||
mtgmatcher.Contains(article.Comments, "only 60 cards") ||
mtgmatcher.Contains(article.Comments, "only box") ||
mtgmatcher.Contains(article.Comments, "deck only") ||
mtgmatcher.Contains(article.Comments, "cards only") ||
mtgmatcher.Contains(article.Comments, "only cards") ||
Expand Down

0 comments on commit 607baff

Please sign in to comment.