exh-0.1.0: A library for crawling exhentai
Safe HaskellNone
LanguageHaskell2010

Web.Exhentai.Parsing.MPV

Synopsis

Documentation

data MpvImage Source #

Constructors

MpvImage 

Fields

Instances

Instances details
Eq MpvImage Source # 
Instance details

Defined in Web.Exhentai.Parsing.MPV

Show MpvImage Source # 
Instance details

Defined in Web.Exhentai.Parsing.MPV

Generic MpvImage Source # 
Instance details

Defined in Web.Exhentai.Parsing.MPV

Associated Types

type Rep MpvImage :: Type -> Type #

Methods

from :: MpvImage -> Rep MpvImage x #

to :: Rep MpvImage x -> MpvImage #

FromJSON MpvImage Source # 
Instance details

Defined in Web.Exhentai.Parsing.MPV

type Rep MpvImage Source # 
Instance details

Defined in Web.Exhentai.Parsing.MPV

type Rep MpvImage = D1 ('MetaData "MpvImage" "Web.Exhentai.Parsing.MPV" "exh-0.1.0-inplace" 'False) (C1 ('MetaCons "MpvImage" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'SourceUnpack 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "key") 'SourceUnpack 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "thumbnail") 'SourceUnpack 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

data Vars Source #

All the variables defined in the scripts that came with the MPV

Constructors

Vars 

Fields

Instances

Instances details
Eq Vars Source # 
Instance details

Defined in Web.Exhentai.Parsing.MPV

Methods

(==) :: Vars -> Vars -> Bool #

(/=) :: Vars -> Vars -> Bool #

Show Vars Source # 
Instance details

Defined in Web.Exhentai.Parsing.MPV

Methods

showsPrec :: Int -> Vars -> ShowS #

show :: Vars -> String #

showList :: [Vars] -> ShowS #

Generic Vars Source # 
Instance details

Defined in Web.Exhentai.Parsing.MPV

Associated Types

type Rep Vars :: Type -> Type #

Methods

from :: Vars -> Rep Vars x #

to :: Rep Vars x -> Vars #

type Rep Vars Source # 
Instance details

Defined in Web.Exhentai.Parsing.MPV