Skip to content

Detect automatically what is the type of document that will be parsed #194

Open
@Urahara

Description

@Urahara

Today when user don't provide a type on construct we always fallback to html parser type.

def _st(st):
if st is None:
return 'html'
elif st in _ctgroup:
return st

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions