Add CLAUDE guidelines for consolidated pipeline
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
// ============================================================================
|
||||
// DEPRECATED: Dutchie now crawled via GraphQL only (see dutchie-az pipeline)
|
||||
// DO NOT USE - This HTML scraper is unreliable and targets the legacy products table.
|
||||
// All Dutchie crawling must go through: src/dutchie-az/services/product-crawler.ts
|
||||
// ============================================================================
|
||||
|
||||
import { Page } from 'playwright';
|
||||
import { logger } from '../../services/logger';
|
||||
|
||||
@@ -9,8 +15,9 @@ export interface ScraperTemplate {
|
||||
}
|
||||
|
||||
/**
|
||||
* Dutchie marketplace scraper template
|
||||
* Used for: dutchie.com/dispensary/* URLs
|
||||
* @deprecated DEPRECATED - Dutchie HTML scraping is no longer supported.
|
||||
* Use the dutchie-az GraphQL pipeline instead: src/dutchie-az/services/product-crawler.ts
|
||||
* This template relied on unstable DOM selectors and wrote to legacy tables.
|
||||
*/
|
||||
export const dutchieTemplate: ScraperTemplate = {
|
||||
name: 'Dutchie Marketplace',
|
||||
|
||||
Reference in New Issue
Block a user