Skip to content

Commit

Permalink
[+] update scraping.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirscher authored May 21, 2024
1 parent c30bee0 commit 345f392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/scraping.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def get_rows(page):
for i in page.find_all("tr"):
if (
"groups" not in str(i)
and "headers" not in str(i)
and "mainheaders" not in str(i)
and "barButtons" not in str(i)
and "subheaderscom" not in str(i)
Expand Down

0 comments on commit 345f392

Please sign in to comment.