mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 13:48:32 -05:00
update recipe_scrapers to use scrape_html
scrape_me has been deprecated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user