View Single Post
Old 07-12-2012, 02:48 PM   #573
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Found a bug with the dramione.org site adapter. Lines 231 and 235 replaces August with Auguth which generates the following error:
Quote:
time data '1th Auguth 2011' does not match format '%dth %m %Y'
Code:
230:            if 'Published' in label:
231:                value=value.replace('st','th').replace('nd','th').replace('rd','th')
232:                self.story.setMetadata('datePublished', makeDate(stripHTML(value), self.dateformat))
            
234:            if 'Updated' in label:
235:                value=value.replace('st','th').replace('nd','th').replace('rd','th')
236:                self.story.setMetadata('dateUpdated', makeDate(stripHTML(value), self.dateformat))
ilovejedd is offline