Improved comment.

This commit is contained in:
Jim Miller
2015-07-12 15:41:43 -05:00
parent b2cc7053ee
commit 19109bfb4e
@@ -147,7 +147,8 @@ class BaseXenForoForumAdapter(BaseSiteAdapter):
self.setDescription(useurl,bq)
# otherwise, use first post links--include first post since that's
# otherwise, use first post links--include first post since
# that's often also the first chapter.
if not self.chapterUrls:
self.chapterUrls.append(("First Post",useurl))
for (url,name) in [ (x['href'],stripHTML(x)) for x in bq.find_all('a') ]: