Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
muse-dl
v1.3.1
Muse
Dl
Article
Book
Errors
CorruptFile
DownloadError
InvalidLink
MissingFile
MuseCorruptPDF
PDFOperationError
Fetch
InfoParser
Issue
Journal
Main
Parser
Pdftk
Thing
Util
Built with Crystal 1.9.2
2023-10-08 13:09:10 UTC
class
Muse::Dl::Book
Muse::Dl::Book
Muse::Dl::Thing
Reference
Object
Defined in:
book.cr
Constructors
.new
(html : String)
Instance Method Summary
#chapters
: Array(Array(String))
#parts
(myhtml : Myhtml::Parser)
Instance methods inherited from class
Muse::Dl::Thing
author : String
author
,
cover_url : String
cover_url
,
date : String?
date
,
formats : Set(Symbol)
formats
,
info : Hash(String, String)
info
,
open_access
open_access
,
publisher : String
publisher
,
summary : String
summary
,
summary_html : String
summary_html
,
thumbnail_url : String
thumbnail_url
,
title : String
title
Constructor methods inherited from class
Muse::Dl::Thing
new(html : String)
new
Constructor Detail
def self.
new
(html : String)
#
[
View source
]
Instance Method Detail
def
chapters
: Array(Array(String))
#
[
View source
]
def
parts
(myhtml : Myhtml::Parser)
#
[
View source
]