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 974d304 commit 28b0faeCopy full SHA for 28b0fae
snallygaster
@@ -39,8 +39,6 @@ dns_cache = {}
39
# content of a webpage looks suspicious, i.e. when it only
40
# contains a single URL or a filename. Since 4.9.1.
41
warnings.filterwarnings("ignore", category=bs4.MarkupResemblesLocatorWarning)
42
-# For BeautifulSoup before 4.9.1, can be removed at some point.
43
-warnings.filterwarnings("ignore", category=UserWarning, module="bs4")
44
# Disable warnings when BeautifulSoup sees an XML document
45
warnings.filterwarnings("ignore", category=XMLParsedAsHTMLWarning, module="html.parser")
46
0 commit comments