Quote:
Originally Posted by gambarini
i'll try with a "keep_only_tag" on td attribute value: "tdRight".
Is it a correct way?
|
The correct way is whatever works. If what you want to remove has no attribute, you can use
BeautifulSoup and preprocess_html or postprocess_html to find any part you want to modify.