re: Problem with Wall Street Journal (free) recipe
The offending strptime function can be enclosed in a try ... except statement to prevent the recipe method from halting in the case of a locale error. In this case, filtering against oldest_article could be omitted, in which case all articles would be included.
If I can't figure out a solution that handles the locale issue properly, I'll do that.
|