torrent-10000.1.3: BitTorrent file parser and generater
Copyright(c) Lemmih 2005
LicenseBSD-like
Maintainerlemmih@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Torrent.Scrape

Description

Documentation

data ScrapeInfo Source #

Constructors

ScrapeInfo 

Fields

Instances

Instances details
Read ScrapeInfo Source # 
Instance details

Defined in Data.Torrent.Scrape

Methods

readsPrec :: Int -> ReadS ScrapeInfo

readList :: ReadS [ScrapeInfo]

readPrec :: ReadPrec ScrapeInfo

readListPrec :: ReadPrec [ScrapeInfo]

Show ScrapeInfo Source # 
Instance details

Defined in Data.Torrent.Scrape

Methods

showsPrec :: Int -> ScrapeInfo -> ShowS

show :: ScrapeInfo -> String

showList :: [ScrapeInfo] -> ShowS

parseScrapeInfo :: ByteString -> Maybe ScrapeInfo Source #

scrapeUrl :: ByteString -> [String] -> Maybe String Source #