Revert "bug fix url import"
This reverts commit 4ab8ca51e812d02911f4da801767612e52953a23.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user