Solution
I had the same problem on my Nook. When an article contained a picture, nothing in the article showed up except the headline. The solution is to insert the following line in the recipe, in order to exclude the images at the top of some articles:
remove_tags = [dict(name='div', attrs={'class':['LM_atome']})]
Hope this helps someone!
|