Merge pull request #889 from getmaxun/markdownify

feat: scrape [html + markdown]
This commit is contained in:
Karishma Shukla
2025-11-21 00:14:31 +05:30
committed by GitHub
18 changed files with 1422 additions and 210 deletions

View File

@@ -16,7 +16,9 @@ interface RobotMeta {
pairs: number;
updatedAt: string;
params: any[];
type?: 'extract' | 'scrape';
url?: string;
formats?: ('markdown' | 'html')[];
}
interface RobotWorkflow {