Added parse_episode and test_parse_episode functions, Added missing pubdate to db schema.

This commit is contained in:
Jordan Petridis
2017-09-16 07:43:46 +03:00
parent 1542309478
commit f802e187f3
4 changed files with 71 additions and 11 deletions
@@ -4,6 +4,7 @@ CREATE TABLE `episode` (
`uri` TEXT NOT NULL,
`local_uri` TEXT,
`description` TEXT,
`published_date` TEXT NOT NULL,
`epoch` INTEGER NOT NULL DEFAULT 0,
`length` INTEGER NOT NULL DEFAULT 0,
`guid` TEXT,