Changed date format for yourfanfiction.com

This commit is contained in:
Ida 2012-06-15 15:29:54 -04:00
parent 938cb4eec5
commit 9f7e504c55

View file

@ -57,7 +57,7 @@ class YourFanfictionComAdapter(BaseSiteAdapter):
# The date format will vary from site to site.
# http://docs.python.org/library/datetime.html#strftime-strptime-behavior
self.dateformat = "%d %b %Y"
self.dateformat = "%d/%b/%y"
@staticmethod # must be @staticmethod, don't remove it.
def getSiteDomain():