Subversion Repositories SmartDukaan

Rev

Rev 12215 | Rev 12764 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12215 Rev 12256
Line 118... Line 118...
118
        print "Returning Json response from flipkart for %s" %(url)
118
        print "Returning Json response from flipkart for %s" %(url)
119
        return info
119
        return info
120
 
120
 
121
if __name__ == '__main__':
121
if __name__ == '__main__':
122
    scraper = FlipkartScraper()
122
    scraper = FlipkartScraper()
123
    print scraper.read('http://www.flipkart.com/ps/ACCDSN84XXH5P9WG')
123
    print scraper.read('http://www.flipkart.com/ps/MOBDJ4ZNAPHAUMSH')
124
    
124
    
125
125