View Single Post
Old 02-09-2010, 01:08 PM   #1402
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by kovidgoyal View Post
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?

Last edited by Starson17; 02-09-2010 at 01:10 PM.
Starson17 is offline