cmoog / traderjoes

Price tracking program and website for Trader Joe's, updated daily.
https://traderjoesprices.com
MIT License
201 stars 15 forks source link

Unavailable items are listed as $0.01 #3

Closed eclazi closed 7 months ago

eclazi commented 7 months ago

Looks like all unavailable items have a price of $0.01, maybe remove those?

cmoog commented 7 months ago

I think price == 0.01 => availability == 0, but I do not think the converse is true. Perhaps filtering 0.01 out directly is the best strategy until the correct property to queue off of becomes obvious.