| Safe Haskell | None |
|---|
Text.KickassTorrentsDumpParser
- newtype InfoHash = InfoHash {
- unInfoHash :: Text
- newtype URL = URL {}
- newtype ReleaseCategory = ReleaseCategory {}
- newtype ReleaseTitle = ReleaseTitle {}
- data Release = Release {
- infoHash :: InfoHash
- title :: ReleaseTitle
- category :: ReleaseCategory
- katUrl :: URL
- torrentUrl :: URL
- parseDump :: ByteString -> Either String (Vector Release)
Documentation
Constructors
| InfoHash | |
Fields
| |
newtype ReleaseCategory Source
Constructors
| ReleaseCategory | |
Fields | |
Constructors
| Release | |
Fields
| |