transform feeds to well-formed xml before parsing

This commit is contained in:
Athou
2013-03-26 21:01:53 +01:00
parent 7057c5349b
commit 0e56e7fde7
2 changed files with 23 additions and 3 deletions

View File

@@ -172,6 +172,11 @@
<artifactId>jsoup</artifactId>
<version>1.7.2</version>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlcleaner</groupId>
<artifactId>htmlcleaner</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>