I have a Reuters recipe with 7 feeds but I do not have
def append_page(self, soup, appendtag, position):
because I have yet to find an article that runs on more than one page
.
I am trying another recipe that uses
def append_page(self, soup, appendtag, position):
but that deletes all my articles that have more than on page but keeps the rest. I am stumped
|