mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Drop tags with CDATA.
This commit is contained in:
parent
f7aef4e299
commit
ebd13d9487
1 changed files with 1 additions and 1 deletions
|
@ -1938,7 +1938,7 @@ class Feed(models.Model):
|
|||
term = tcat.label
|
||||
elif hasattr(tcat, 'term') and tcat.term:
|
||||
term = tcat.term
|
||||
if not term:
|
||||
if not term or "CDATA" in term:
|
||||
continue
|
||||
qcat = term.strip()
|
||||
if ',' in qcat or '/' in qcat:
|
||||
|
|
Loading…
Add table
Reference in a new issue