Skip to content

Commit

Permalink
Update search_items_gar.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 authored May 1, 2024
1 parent b96efd2 commit ac09ae0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions internet-item-price/alert_on_low_price/search_items_gar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,18 @@ search_items:
## You can set this to zeror/0 to disable this filter
low: 300
high: 499
- item: atx gaming case
## additional_title_filters are filters for the title after the search results has
## been returned. Sometimes google returns items that are not the exact match.
## The list here are "ANDs", all of them has to be found in the title of the
## resutlts.
additional_title_filters:
- tower
not_from_these_sellers:
- AliExpress.com
price:
## If the price is lower than the "low", then filter it out
## Sometime if the price is too low, it is a scam or just not the product you want
## You can set this to zeror/0 to disable this filter
low: 20
high: 45

0 comments on commit ac09ae0

Please sign in to comment.