Esempio n. 1
0
    def testGetTextsArtigonal(self):
        from TextsCrawler import Parser

        pars = Parser()
        texts = pars.getTextsFromArtigonal("http://www.artigonal.com/rss/")
        for text in texts:
            print "---------------------------------------------------"
            print "title:", text
            print "text:", texts[text]