bug fix url import

This commit is contained in:
smilerz
2021-04-06 10:57:13 -05:00
parent 7c682ebab3
commit 6de128757f
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 = None # TODO add new method here, old one was deprecated
self.exception_handling = None
self.meta_http_equiv = False
self.soup = BeautifulSoup(page_data, "html.parser")
self.url = url