BasicNewsRecipe interactive?
Hi. It would be helpful for me to test some new recipe ideas if I could call the methods of BasicNewsRecipe interactively.
I oversimplified things by assuming that I could just call the methods from CALIBRE-DEBUG. I'm missing an important step somewhere.
Can someone help me run something like the example below from an interactive command line?
soup = self.index_to_soup('http://www.xxxxx.com')
thanks,
Brian
|