I'm trying my best to import a feed from feed43 (HTML scraping), then put on twitter. The feed doesn't include PubDate, but I'm trying to find the best alternative.
I've spent the past 3 hours or so trying to fidget around with Yahoo Pipes to add a pubDate in, but it seems to absolutely hate me.
I know that pubDate should be in rfc822 date-time format (something like: "%a, %d %b %Y %H:%M:%S GMT" -- argument for strftime() or strptime()), but my RSS feed supplies pubDate in the format "%a %b %d %H:%M:%S %Y" (default format produced by asctime(), ctime() functions).
Could twitterfeed add support for such format?
I've created a yahoo pipe to fix item's pubDate as a workaround, but maybe someone has this problem too.
Does Twitterfeed only work with RSS 2.0? I caould not get it to recognize my url http://www.wibw.com/news/headlines/in...
Originally I thought it was a problem with the pubDate, because of my error message, but then saw this and realized i was using a 0.92 feed.