Change plugboard image to an icon instead of an image

This commit is contained in:
Kovid Goyal 2010-09-29 15:28:11 -06:00
parent 7f129fa4dd
commit 57b6d6c0d1
3 changed files with 7257 additions and 1 deletions

7257
imgsrc/plugboard.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -31,7 +31,6 @@ class AdvancedUserRecipe1282101454(BasicNewsRecipe):
#The following will get read of the Gallery: links when found
def preprocess_html(self, soup) :
print 'SOUP IS: ', soup
weblinks = soup.findAll(['head','h2'])
if weblinks is not None:
for link in weblinks: