mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-30 12:12:39 +01:00
Changed date format for yourfanfiction.com
This commit is contained in:
parent
938cb4eec5
commit
9f7e504c55
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue