mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-02 20:02:51 +02:00
Fix exclude_notes
Accidentally deleted this line
This commit is contained in:
parent
3e3a13c096
commit
df963ca78c
1 changed files with 2 additions and 0 deletions
|
|
@ -271,6 +271,8 @@ class ScribbleHubComAdapter(BaseSiteAdapter): # XXX
|
|||
|
||||
div = soup.find('div', {'id' : 'chp_raw'})
|
||||
|
||||
exclude_notes=self.getConfigList('exclude_notes')
|
||||
|
||||
if 'authornotes' in exclude_notes:
|
||||
# Remove author's notes
|
||||
# There can be multiple in one chapter, so loop until none are left
|
||||
|
|
|
|||
Loading…
Reference in a new issue