diff --git a/PyDictionary/utils.py b/PyDictionary/utils.py index d2b029e..729454a 100644 --- a/PyDictionary/utils.py +++ b/PyDictionary/utils.py @@ -2,4 +2,4 @@ from bs4 import BeautifulSoup def _get_soup_object(url): - return BeautifulSoup(requests.get(url).text) \ No newline at end of file + return BeautifulSoup(requests.get(url).text, "html-parser")