We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a07ff0 commit b548f9cCopy full SHA for b548f9c
Search-Engine-and-Crawler/Crawler/crawlerExpand.py
@@ -42,7 +42,7 @@
42
43
# RegEx that is used to filter searches for URLs on any given page.
44
# Used in is_relevant_link_from_soup and is_relevant_link_from_html functions
45
-filter_regex = re.compile(".*([Pp]rogram|[Aa]dmission|[Cc]ertificate|[Dd]egree|[Dd]iploma|[Ff]aculty|[Ss]chool|[Dd]epartment).*")
+filter_regex = re.compile(".*([Pp]rogram|[Aa]dmission|[Cc]ertificate|[Dd]egree|[Dd]iploma|[Ff]aculty|[Ss]chool|[Dd]epartment|[Uu]ndergrad|[Gr]grad).*")
46
filter_title_regex = re.compile(".*([Pp]rogram|[Aa]dmission|[Cc]ourse).*")
47
48
# Var to choose mode
0 commit comments