Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
should-i-watch-this
v1.8.0
Top Level Namespace
BaseOutputRenderer
Configuration
DecimalScore
HtmlExtractor
HtmlHttpGrabber
HttpGrabber
HttpUserInterface
JsonHttpGrabber
JsonOutputRenderer
Lookup
MissingScore
Movie
OutputResult
PercentageScore
Progress
Recommendation
Recommender
Score
ScoreFactory
ScoreFetcher
ScoreValue
ShouldIWatchThis
Configure
Help
Options
Parser
Help
Lookup
Help
Options
Parser
Options
Parser
TextOutputRenderer
Built with Crystal 1.9.2
2023-10-08 16:59:04 UTC
class
HtmlHttpGrabber
HtmlHttpGrabber
HttpGrabber
Reference
Object
Defined in:
http_grabber.cr
Instance Method Summary
#parse_body
(body =
""
)
Instance methods inherited from class
HttpGrabber
errors : NamedTuple(unauthorized: String, timeout: String)
errors
,
parse_body(body)
parse_body
,
run(abort, params = {}
of
Symbol
=>
String
)
run
,
url : String
url
Constructor methods inherited from class
HttpGrabber
new(url : String, errors)
new
Instance Method Detail
def
parse_body
(body =
""
)
#
[
View source
]