| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Text.Playlist.HTTP.Simple
Description
A simple interface for recursively downloading a Playlist.
Documentation
download :: Text -> IO (Maybe Playlist) Source #
Download the playlist whose URL is given in the first argument. If the downloaded playlist references other playlists then it will be recursively processed/downloaded.
This function will not download more than 5MB total.
This function does not support TLS/SSL.
For more control over the download limit, for using TLS/SSL, and
 for proper error reporting, use the download function from
 Full.
module Text.Playlist