コード例 #1
0
ファイル: grabber_api.py プロジェクト: Te0reTiK/html2epub
    def _cleanup(self, elements):
        for element in elements:
            remove_childrens(element,
                'td[@align="right" and width="100%" and @class="buttonheading"]')
            remove_childrens(element, 'iframe', 'form', 'script', 'noscript')
            pop_chilren_attrs(element, 'onclick', 'style', 'align', 'valign')

            for a_elem in element.xpath('.//img/../../a'):
                a_elem.drop_tag()
コード例 #2
0
ファイル: fondsk.py プロジェクト: Te0reTiK/html2epub
 def _cleanup(self, elements):
     for element in elements:
         pop_chilren_attrs(element, 'style')