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 2, 2024
1 parent fba402d commit d964abe
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 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 @@ -166,3 +166,22 @@ search_items:
## You can set this to zeror/0 to disable this filter
low: 20
high: 41
- item: Nest Wifi Pro Wi-Fi 6E
## 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:
- 6e
## The not_in_title list are filters that are used to filter out the results. This one has
## a list of words you do not want to see in the title of the results.
not_in_title: []
not_from_these_sellers:
- AliExpress.com
- Temu
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: 46

0 comments on commit d964abe

Please sign in to comment.