update recipe_scrapers to use scrape_html

scrape_me has been deprecated
This commit is contained in:
smilerz
2024-04-12 08:11:02 -05:00
parent ab9ea87549
commit 7133249f4b
2 changed files with 4 additions and 4 deletions

View File

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