Skip to content

Commit

Permalink
Forwarding SelectionError from minet.scrape
Browse files Browse the repository at this point in the history
Fix #983
  • Loading branch information
Yomguithereal committed Sep 5, 2024
1 parent 62042f4 commit 132ab42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion minet/scrape/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Module exposing utilities related to minet's scraping DSL.
#
from minet.scrape.classes.definition import scrape, DefinitionScraper, validate
from minet.scrape.soup import WonderfulSoup
from minet.scrape.soup import WonderfulSoup, SelectionError
from minet.scrape.regex import (
extract_encodings_from_xml,
extract_canonical_link,
Expand All @@ -18,6 +18,7 @@
"DefinitionScraper",
"validate",
"WonderfulSoup",
"SelectionError",
"extract_encodings_from_xml",
"extract_canonical_link",
"extract_javascript_relocation",
Expand Down

0 comments on commit 132ab42

Please sign in to comment.