Subversion Repositories SmartDukaan

Rev

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

Rev 12384 Rev 12385
Line 266... Line 266...
266
            exceptionList.append(temp)
266
            exceptionList.append(temp)
267
            continue
267
            continue
268
        skuUrls.append('http://www.amazon.in/gp/offer-listing/'+item.asin+'/ref=olp_sort_ps')
268
        skuUrls.append('http://www.amazon.in/gp/offer-listing/'+item.asin+'/ref=olp_sort_ps')
269
        kshitij.append(item.asin)
269
        kshitij.append(item.asin)
270
    aggResponse = amScraper.read(skuUrls, True)
270
    aggResponse = amScraper.read(skuUrls, True)
271
    notfetch = set(kshitij)-set(aggResponse.items())
271
    notfetch = list(set(kshitij)-set(aggResponse.keys()))
272
    print len(notfetch)
272
    print len(notfetch)
273
    print notfetch 
273
    print notfetch 
274
    time.sleep(2)
274
    time.sleep(2)
275
    
275
    
276
#    for asin, scrapInfo in aggResponse:
276
#    for asin, scrapInfo in aggResponse: