View Single Post
Old 08-12-2012, 12:11 AM   #4
lrui
Enthusiast
lrui ought to be getting tired of karma fortunes by now.lrui ought to be getting tired of karma fortunes by now.lrui ought to be getting tired of karma fortunes by now.lrui ought to be getting tired of karma fortunes by now.lrui ought to be getting tired of karma fortunes by now.lrui ought to be getting tired of karma fortunes by now.lrui ought to be getting tired of karma fortunes by now.lrui ought to be getting tired of karma fortunes by now.lrui ought to be getting tired of karma fortunes by now.lrui ought to be getting tired of karma fortunes by now.lrui ought to be getting tired of karma fortunes by now.
 
lrui's Avatar
 
Posts: 49
Karma: 475062
Join Date: Aug 2012
Device: nook simple touch
Quote:
Originally Posted by nickredding View Post
Code:
for div in soup.findAll('div','module bodytext'):
    div['class']='module'
thanks for reply,but it does'nt work
Code:
    def preprocess_html(self, soup): 
           for div in soup.findAll('div',attrs={'class':'module bodytext'}):
                 div['class']='module'
           return soup
Quote:
<div class="bodytext">
<div class="module bodytext">
<img alt="伊朗地震" class="calibre8" src="../Images/img1_u6.jpg" />

<p class="caption">夜幕降临给救援工作增加了难度</p>
</div>
lrui is offline   Reply With Quote