mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-09 11:14:08 +08:00
Don't require trailing slash on base_xenforoforum.
This commit is contained in:
@@ -77,7 +77,7 @@ class BaseXenForoForumAdapter(BaseSiteAdapter):
|
||||
return cls.getURLPrefix()+"/threads/some-story-name.123456/"
|
||||
|
||||
def getSiteURLPattern(self):
|
||||
return r"https?://"+re.escape(self.getSiteDomain())+r"/(?P<tp>threads|posts)/(.+\.)?(?P<id>\d+)/"
|
||||
return r"https?://"+re.escape(self.getSiteDomain())+r"/(?P<tp>threads|posts)/(.+\.)?(?P<id>\d+)/?"
|
||||
|
||||
def use_pagecache(self):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user