Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
#	recipe_scrapers/__init__.py
#	recipe_scrapers/allrecipes.py
#	recipe_scrapers/budgetbytes.py
#	setup.py
  • Loading branch information
RyanNoelk committed Apr 6, 2017
2 parents feabea3 + 231e2bf commit 588e68d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions run_tester.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env python
# encoding: utf-8

from recipe_scrapers import scrap_me

# give the url as a string, it can be url from any site listed below
scrap_me = scrap_me('https://www.budgetbytes.com/2017/03/lemon-garlic-roasted-chicken')

print(scrap_me.data())

0 comments on commit 588e68d

Please sign in to comment.