Quote:
Originally Posted by jordanmills
Can anyone make a recipe for texasmonthly.com? It's kind of convoluted...
|
I won't do it for you, but there are two approaches:
1) treat it as an obfuscated link to the print version -
read here
2) treat it as a normal feed, and keep_only or delete whatever you want to keep/delete.
I'd go for #2
Edit: BTW, I did look at your links pretty closely. I even wrote a quick recipe. Using your RSS link as a normal feed works fine, despite the random number, but the print link(name of article) is being obfuscated with a redirect. If you really want to use the print link, you'll need to code through the obfuscation with #1 to get the article name. Then you'd need to code up or scrape the year/month to build the link you want to the print version.
However, I seldom use print links anyway. It's just as easy, and often more fun, to use keep_only and remove tags to keep/remove what you want from the non-print page, which is why I suggested #2.