mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-27 11:16:48 +01:00
base_xenforo2forum: Prefix tag collecting too much.
This commit is contained in:
parent
465bffd896
commit
84257e7388
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class BaseXenForo2ForumAdapter(BaseXenForoForumAdapter):
|
|||
# logger.debug(h1)
|
||||
## April24 Prefix tags moved back out of title at some
|
||||
## point. This should probably be somewhere else
|
||||
for tag in souptag.select("a[href*='prefix_id']"):
|
||||
for tag in souptag.select("div.p-body-header a[href*='prefix_id']"):
|
||||
## prefixtags included in genre in defaults.ini
|
||||
self.story.addToList('prefixtags',stripHTML(tag))
|
||||
logger.debug("Prefix tag(%s)"%stripHTML(tag))
|
||||
|
|
|
|||
Loading…
Reference in a new issue