package
Version:
v0.0.0-...-355d09a
Opens a new window with list of versions in this module.
Published: Apr 22, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func SetupFeedTable(db *sqlx.DB)
SetupFeedTable creates the feeds table if it does not exist.
Update stores new data in the database.
type Feed struct {
ID int `db:"id"`
Show string `db:"show"`
URL string `db:"url"`
LastItemDate string `db:"last_update"`
}
Feed stores an RSS/Atom feed to automatically grab videos.
GetAllFeeds retrieves all feeds from the database in id order.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.