mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 21:34:21 +02:00
squash bugs originating from HEAD
This commit is contained in:
parent
2691875730
commit
13ad540a05
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ def postprocess_html(self, soup, first_fetch):
|
|||
dict(name='p', attrs={'class':['r tr', 'l l-2', 'wykop', 'tags']}),
|
||||
dict(name='div', attrs={'class':['doc_actions', 'cf', 'fr1_cl']}),
|
||||
dict(name='div', attrs={'id':'vote'}),
|
||||
dict(name='link'),
|
||||
dict(name='a', attrs={'class':'img_enlarge'})
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue