mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-20 15:55:28 +01:00
Fix adapter_inkbunnynet incorrect example URL, caused problems with get URLs from page.
This commit is contained in:
parent
47fdb9d83e
commit
000dc270ad
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class InkBunnyNetSiteAdapter(BaseSiteAdapter):
|
|||
|
||||
@classmethod
|
||||
def getSiteExampleURLs(cls):
|
||||
return 'https://' + cls.getSiteDomain() + '/s/=1234567'
|
||||
return 'https://' + cls.getSiteDomain() + '/s/1234567'
|
||||
|
||||
def getSiteURLPattern(self):
|
||||
# https://inkbunny.net/s/1234567
|
||||
|
|
|
|||
Loading…
Reference in a new issue