diff options
author | B. Stack <bgstack15@gmail.com> | 2022-11-14 08:27:01 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-11-14 08:27:01 -0500 |
commit | 28f433ffb9724912208da66c801cf668d7aa4c53 (patch) | |
tree | 77c4976fc041de8cb10a60db285c23b32accad5c /coupons.py | |
parent | fix #1: fails when accept header is absent (diff) | |
download | coupons-master.tar.gz coupons-master.tar.bz2 coupons-master.zip |
Diffstat (limited to 'coupons.py')
-rwxr-xr-x | coupons.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -53,9 +53,10 @@ store_urls = { "publix": "https://clipmunk.southernsavers.com/stores/4f823db2090c841ce0000013/widget.json?callback=jQuery111106644488051860198_1661993569105&_=1661993569106", "ingles": "https://clipmunk.southernsavers.com/stores/4f823db2090c841ce000000f/widget.json?callback=jQuery11110011370202243518035_1662043118344&_=1662043118345", "food lion": "https://clipmunk.southernsavers.com/stores/4f823db2090c841ce000000a/widget.json?callback=jQuery111104817919592912373_1662672814198&_=1662672814199", - "lidl": "https://clipmunk.southernsavers.com/stores/59405bea724edc4175003366/widget.json?callback=jQuery111104720958887493587_1662672848590&_=1662672848591" + "lidl": "https://clipmunk.southernsavers.com/stores/59405bea724edc4175003366/widget.json?callback=jQuery111104720958887493587_1662672848590&_=1662672848591", + "lowes foods": "https://clipmunk.southernsavers.com/stores/4f823db2090c841ce0000011/widget.json?callback=jQuery11110619146055949265_1668430717483&_=1668430717484" } -coupons_version = "2022-09-01a" +coupons_version = "2022-11-14a" def fetch(store, force = False, date = None, config = None): """ Given a store name, visit the url and clean the json. If force, then update cached response.""" |