Updated test_parse_episode and TheBreakthrough xml feed file.

This commit is contained in:
Jordan Petridis
2017-09-21 07:31:29 +03:00
parent 64ed1790ce
commit 870e37e5b1
4 changed files with 586 additions and 643 deletions
@@ -8,7 +8,7 @@ CREATE TABLE `source` (
CREATE TABLE `episode` (
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE,
`title` TEXT,
`uri` TEXT,
`uri` TEXT UNIQUE,
`local_uri` TEXT,
`description` TEXT,
`published_date` TEXT ,