lord-2.20150122: A command line interface to online radios.

Safe HaskellNone
LanguageHaskell2010

Web.Radio.Douban

Description

Module for interfacing http://douban.fm

Synopsis

Documentation

data Channel Source

Constructors

Channel 

Fields

intro :: String
 
name :: String
 
song_num :: Int
 
banner :: String
 
cover :: String
 
id :: Int
 
hot_songs :: [String]
 

hot :: IO [Channel] Source

Return a list of hot channels.

trending :: IO [Channel] Source

Return a list of up trending channels.

search :: String -> IO [Channel] Source

Return a list of channels matching provided keywords.