Documentation
¶
Index ¶
Constants ¶
View Source
const ( FeedTypeYoutubeChannel = "youtube-channel" FeedTypeYoutubePlaylist = "youtube-playlist" )
View Source
const ExtIDPrefixYoutube = "yt:"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadOptions ¶
type DownloadStatus ¶
type DownloadStatus int
const ( StatusUnknown DownloadStatus = iota StatusNotDownloaded StatusDownloaded StatusMissing )
func (DownloadStatus) String ¶
func (ds DownloadStatus) String() string
type Feed ¶
type FeedItemFilter ¶ added in v0.0.5
func ParseFeedItemFilter ¶ added in v0.0.5
func ParseFeedItemFilter(queryString string) FeedItemFilter
type Job ¶
type Job struct { ID uuid.UUID `storm:"unique"` CreatedAt time.Time `storm:"index"` CompletedAt time.Time Name string VideoExtID string VideoTitle string State jobs.JobState Progress Progress Updates []JobUpdate Error string }
func (Job) LastMessage ¶
func (*Job) SetLastUpdate ¶
type Progress ¶
func ParseProgress ¶
type RecentFeedItem ¶
type SavedVideo ¶
Click to show internal directories.
Click to hide internal directories.