fcs.crawler.mime_content_type¶
- class MimeContentType(mime_str)¶
Represents MIME type (e.g. image/jpeg, text/*).
Parameters: mime_str (string) – String containing MIME type and subtype (separated by semicolon) - type¶
Main type - before slash.
- subtype¶
Subtype - after slash.