jeckman / mixcloud-rss-download

Enables download of Mixcloud Cloudcasts via traditional RSS clients
GNU General Public License v2.0
37 stars 16 forks source link

wrong date "fomat" - episode pubDate #11

Closed Cooper-Dale closed 8 years ago

Cooper-Dale commented 8 years ago

i have problem with line, or previous lines of code <pubDate>". date(DATE_RSS,$pubDate) ."</pubDate> because it generates wrong dates, for example

Thu, 01 Jan 1970 01:00:00 +0100

and my podcast downloader gPodder have problem with date range/value and returns

mktime argument out of range

i do not need right date, however it needs some fixes, or deletion of line with that code

voidet commented 8 years ago

I can have a look at that today @Cooper-Dale

voidet commented 8 years ago

Resolved: https://github.com/jeckman/mixcloud-rss-download/pull/10

jeckman commented 8 years ago

Thanks @voidet