Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(parsing.utils): add JSON Feed support
feedparser@develop has added support for JSON Feed before. However, entry.content maybe a bare dict this time, unlike Atom that use an array (list) of dicts. Add JSON Feed support by adding a case that deals with such behavior. With this patch and feedparser from its develop branch, we can finally gain the support for JSON Feed. See also #273. Signed-off-by: Rongrong <[email protected]>
- Loading branch information