Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data Episode = Episode {}
- episodeStillURLs :: Configuration -> Episode -> [Text]
Documentation
Metadata for a TV Episode.
- The
episodeStillPath
field is an incomplete URL. To construct a complete URL you'll need to use theConfiguration
type and theepisodeStillURLs
helper function.
Episode | |
|
episodeStillURLs :: Configuration -> Episode -> [Text] Source #
Return a list of URLs for all possible episode still images.