mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-29 04:05:47 +01:00
Remove some debug output.
This commit is contained in:
parent
bddd02ce1c
commit
247b12aaa8
1 changed files with 2 additions and 2 deletions
|
|
@ -132,12 +132,12 @@ class HPFanficArchiveComAdapter(BaseSiteAdapter):
|
|||
val = labelspan.nextSibling
|
||||
value = unicode('')
|
||||
while val and not 'label' in defaultGetattr(val,'class'):
|
||||
print("val:%s"%val)
|
||||
# print("val:%s"%val)
|
||||
if not isinstance(val,Comment):
|
||||
value += unicode(val)
|
||||
val = val.nextSibling
|
||||
label = labelspan.string
|
||||
print("label:%s\nvalue:%s"%(label,value))
|
||||
# print("label:%s\nvalue:%s"%(label,value))
|
||||
|
||||
if 'Summary' in label:
|
||||
self.setDescription(url,value)
|
||||
|
|
|
|||
Loading…
Reference in a new issue