Thread
:
BasicNewsRecipe interactive?
View Single Post
01-10-2010, 05:44 PM
#
2
GRiker
Comparer of the Ephemeris
Posts: 1,496
Karma: 424697
Join Date: Mar 2009
Device: iPad
Just add a print statement in your recipe:
print soup.prettify()
'soup' is an instance of BeautifulSoup, which has a pretty print method prettify().
Debugging python with print statements is quick and intuitive.
G
GRiker
View Public Profile
Find More Posts by GRiker
Track Posts by GRiker via RSS