Quote:
Originally Posted by kovidgoyal
recursions and match_regexps are the settings you need to handle multipage articles.
|
This comment solved my problem immediately. (After beating my head for too long.) Do you have a similar pithy comment to help me transform a link that I have followed with match_regexps into a more printer friendly format?
IOW, I'm already transforming links in the RSS feed into the printerfriendly format I need for the food recipes. I'm using the get_article_url method and changing the link with replace().
AFAICT, the get_article_url method only operates on the links in the feed, not the multipage links. Where is the best spot to grab a recursed link on a page that points to a food recipe and transform it into the same type of printerfriendly link before I follow it?