ad-angelo 2024-11-20 21:14:49 +01:00 committed by GitHub
parent b1eaecfdb0
commit 4248c68f5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,6 +86,7 @@ export interface CrawlScrapeOptions {
country?: string;
languages?: string[];
};
mobile?: boolean;
skipTlsVerification?: boolean;
removeBase64Images?: boolean;
}