Skip to content

Commit

Permalink
added exclude parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Feb 28, 2024
1 parent 3ed598c commit 720ace7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ai_ta_backend/crawlee_ext_scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ def crawlee_scrape(course_name: str, urls: list):
"maxTokens": 2000000,
"maxConcurrency": 20,
"maxRequestsPerMinute": 120,
"courseName": course_name
"courseName": course_name,
"exclude": ""
}
}

Expand Down

0 comments on commit 720ace7

Please sign in to comment.