Revert "bug fix url import"

This reverts commit 4ab8ca51e812d02911f4da801767612e52953a23.
This commit is contained in:
smilerz
2021-04-14 09:18:14 -05:00
parent c2931137bb
commit 2b16f966a2
5 changed files with 21 additions and 25 deletions

View File

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