mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-03 06:34:04 +01:00
Tweak to adapter_whoficcom from GComyn
This commit is contained in:
parent
8b26e0e78b
commit
48e480f175
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class WhoficComSiteAdapter(BaseSiteAdapter):
|
|||
# which is already set, so skip them [GComyn]
|
||||
pass
|
||||
else:
|
||||
if not '<a href=' in mdc:
|
||||
if not 'categories.php' in mdc:
|
||||
description += ' // ' + mdc
|
||||
else:
|
||||
idx = i
|
||||
|
|
|
|||
Loading…
Reference in a new issue