playlists-http-0.2.1.0: Library to glue together playlists and http-client

Safe HaskellNone
LanguageHaskell2010

Text.Playlist.HTTP.Simple

Description

A simple interface for recursively downloading a Playlist.

Synopsis

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.