Skip to content

Commit

Permalink
Merge pull request #21 from rmdluo/thecookingguy-site-name
Browse files Browse the repository at this point in the history
added site_name
  • Loading branch information
kdunkerl committed Apr 23, 2024
2 parents 1f1fa1e + 787f4a6 commit 81e9762
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe_scrapers/thecookingguy.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,6 @@ def description(self):
description = self.soup.find("div", class_="richintro w-richtext").find("p")
description_text = normalize_string(description.get_text())
return description_text

def site_name(self):
return "Sam The Cooking Guy"

0 comments on commit 81e9762

Please sign in to comment.