vpmalley / radiofeedz

rss reader refined for media
2 stars 0 forks source link

Some feeds apparently do not fit the date pattern #23

Closed vpmalley closed 9 years ago

vpmalley commented 9 years ago

A priori all date parsing fails for some feed. Try to simplify the date parsing system, maybe by matching a pattern in the first place.

vpmalley commented 9 years ago

Solution chosen is to strip the String to the minimum date that makes sense. I.e. here we have two formats so far:

Using Pattern/Matcher, the String is stripped to format: "dd MMM yyyy HH:mm" we lose the timezone unfortunately but we keep something precise enough. Then the date is parsed.