Quote:
Originally Posted by noah
- In both my version and Tony's, Calibre is forming the section menu using the <media:title> element from the feed, instead of the <title> element. How can I get it to use the <title> element, which is what it actually should be doing?
- In my version, certain stories appear as complete gobbledygook -- huge strings of strange characters. Help!?
|
1) You're using the default feed and article parsing system. It parses what it parses, and you'll have to override it to get different behavior. You can use parse_index() to read the feed page and scrape any title you want.
2) I've no idea. Post some links and samples. Use "print" in your recipe to see what's happening.