mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 00:43:00 +01:00
adapter_fanfictionsfr: Site SSL requires www now
This commit is contained in:
parent
ba18216ef8
commit
fa3a56d096
1 changed files with 2 additions and 2 deletions
|
|
@ -52,11 +52,11 @@ class FanfictionsFrSiteAdapter(BaseSiteAdapter):
|
||||||
self.story.setMetadata('storyId', story_id)
|
self.story.setMetadata('storyId', story_id)
|
||||||
fandom_name = match.group('fandom')
|
fandom_name = match.group('fandom')
|
||||||
|
|
||||||
self._setURL('https://www.%s/fanfictions/%s/%s/chapters.html' % (self.getSiteDomain(), fandom_name, story_id))
|
self._setURL('https://%s/fanfictions/%s/%s/chapters.html' % (self.getSiteDomain(), fandom_name, story_id))
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def getSiteDomain():
|
def getSiteDomain():
|
||||||
return 'fanfictions.fr'
|
return 'www.fanfictions.fr'
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def getSiteExampleURLs(cls):
|
def getSiteExampleURLs(cls):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue