bug fix url import

This commit is contained in:
smilerz
2021-04-06 10:57:13 -05:00
parent 393aba1f31
commit a84c41e29f
5 changed files with 23 additions and 20 deletions

View File

@ -30,7 +30,7 @@ def text_scraper(text, url=None):
url=None
):
self.wild_mode = False
self.exception_handling = _exception_handling
self.exception_handling = None
self.meta_http_equiv = False
self.soup = BeautifulSoup(page_data, "html.parser")
self.url = url