mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-30 04:36:11 +01:00
Site lotrfanfiction.com changed date format.
This commit is contained in:
parent
e22da3952e
commit
636e15cdb6
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class TheLOTRFanFictionSiteAdapter(BaseEfictionAdapter):
|
|||
|
||||
@classmethod
|
||||
def getDateFormat(self):
|
||||
return "%d/%m/%y"
|
||||
return "%b %d %Y"
|
||||
|
||||
def getClass():
|
||||
return TheLOTRFanFictionSiteAdapter
|
||||
|
|
|
|||
Loading…
Reference in a new issue