updated bookmarklet to work with updated import process

This commit is contained in:
smilerz
2021-04-14 11:29:35 -05:00
parent faf458e8ef
commit 018fa0a62f
5 changed files with 24 additions and 8 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