mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change plugboard image to an icon instead of an image
This commit is contained in:
parent
7f129fa4dd
commit
57b6d6c0d1
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
|
#The following will get read of the Gallery: links when found
|
||||||
|
|
||||||
def preprocess_html(self, soup) :
|
def preprocess_html(self, soup) :
|
||||||
print 'SOUP IS: ', soup
|
|
||||||
weblinks = soup.findAll(['head','h2'])
|
weblinks = soup.findAll(['head','h2'])
|
||||||
if weblinks is not None:
|
if weblinks is not None:
|
||||||
for link in weblinks:
|
for link in weblinks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user