Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
wikiscraper_web
main
Top Level Namespace
ContentType
Built with Crystal 1.10.0
2023-11-04 01:04:50 UTC
enum
ContentType
Defined in:
lib/wikiscraper.cr
Enum Members
ParsedHTML
=
0
ParsedWikiText
=
1
HTML
=
2
WikiText
=
3
Instance Method Summary
#html?
#parsed_html?
#parsed_wiki_text?
#wiki_text?
Instance Method Detail
def
html?
#
[
View source
]
def
parsed_html?
#
[
View source
]
def
parsed_wiki_text?
#
[
View source
]
def
wiki_text?
#
[
View source
]