Change date format for onedirectionfanfiction,com.

This commit is contained in:
Jim Miller 2015-03-31 09:16:10 -05:00
parent eddc2724e7
commit 06da8235cc

View file

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