Skip to content

Commit

Permalink
Add selectLinks to RawCrawlConfig model
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Jan 29, 2025
1 parent 5148117 commit af00099
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/btrixcloud/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ class RawCrawlConfig(BaseModel):

userAgent: Optional[str] = None

selectLinks: Union[str, List[str], None] = "a[href]->href"


# ============================================================================
class CrawlConfigIn(BaseModel):
Expand Down

0 comments on commit af00099

Please sign in to comment.