Added parse_episode and test_parse_episode functions, Added missing pubdate to db schema.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user