mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 22:13:43 +02:00
Change plugboard image to an icon instead of an image
This commit is contained in:
parent
7f129fa4dd
commit
57b6d6c0d1
3 changed files with 7257 additions and 1 deletions
7257
imgsrc/plugboard.svg
Normal file
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 |
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue