View Single Post
Old 11-09-2011, 01:05 PM   #9
NotTaken
Connoisseur
NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.NotTaken is fluent in JavaScript as well as Klingon.
 
Posts: 65
Karma: 4640
Join Date: Aug 2011
Device: kindle
Looks like they try and prevent direct linking to the print pages. To remove the images you can always change remove to True in the following piece of code:
Code:
            #images
            pattern = re.compile('slideshow')    
            if (pattern.search(item['class'])) is not None:
                remove = False
You'll get the added bonus of a subtitle and review ratings over the print version.
NotTaken is offline   Reply With Quote