Quote:
Originally Posted by Starson17
Congratulations!
append_page does nothing until it is used in preprocess_html as:
self.append_page(soup, soup.body, 3)
Look at any recipe that uses obfuscated feed links to print pages to see how it's usually done.
|
are you sure it needs to be used in preprocess_html and exactly as self.append_page(soup, soup.body, 3)?