mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Turning off microformats for more errors.
This commit is contained in:
parent
04d61ceff4
commit
c61ba75988
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class FetchFeed:
|
|||
agent=USER_AGENT,
|
||||
etag=etag,
|
||||
modified=modified)
|
||||
except ValueError, e:
|
||||
except (TypeError, ValueError), e:
|
||||
logging.debug(u' ***> [%-30s] ~FR%s, turning off microformats.' %
|
||||
(self.feed.title[:30], e))
|
||||
feedparser.PARSE_MICROFORMATS = False
|
||||
|
|
Loading…
Add table
Reference in a new issue