[ka6] fix connecteur aubergedesglacis.com: la boutique en ligne vit sur boutique.aubergedesglacis.com (Shopify) et non sur le site vitrine WordPress — url → sous-domaine, platform woocommerce→shopify, catalog_endpoint → /products.json; le sous-domaine sert un challenge anti-bot 429 en direct, l'escalade Scrapfly du ShopifyConnector prend le relais (0→15 produits)
1 changed file +4 −4
modified
data/stores.json
+4 −4
@@ -8028,9 +8028,9 @@ | ||
| 8028 | 8028 | { |
| 8029 | 8029 | "id": "aubergedesglacis.com", |
| 8030 | 8030 | "name": "Auberge des Glacis", |
| 8031 | − "url": "https://aubergedesglacis.com", | |
| 8032 | − "platform": "woocommerce", | |
| 8033 | − "catalog_endpoint": "/wp-json/wc/store/v1/products", | |
| 8031 | + "url": "https://boutique.aubergedesglacis.com", | |
| 8032 | + "platform": "shopify", | |
| 8033 | + "catalog_endpoint": "/products.json", | |
| 8034 | 8034 | "city": "", |
| 8035 | 8035 | "region": "Chaudière-Appalaches", |
| 8036 | 8036 | "postal_prefix": "G0R", |
@@ -173767,4 +173767,4 @@ | ||
| 173767 | 173767 | } |
| 173768 | 173768 | } |
| 173769 | 173769 | ] |
| 173770 | −} | |
| \ No newline at end of file | ||
| 173770 | +} | |
| 173771 | 173771 | |