Added mimetypes to _rss_converter
This commit is contained in:
parent
2e51ba22e7
commit
2a2ccc86aa
1 changed files with 2 additions and 0 deletions
|
|
@ -8,7 +8,9 @@ from .._base_converter import DocumentConverter, DocumentConverterResult
|
||||||
|
|
||||||
PRECISE_MIME_TYPE_PREFIXES = [
|
PRECISE_MIME_TYPE_PREFIXES = [
|
||||||
"application/rss",
|
"application/rss",
|
||||||
|
"application/rss+xml",
|
||||||
"application/atom",
|
"application/atom",
|
||||||
|
"application/atom+xml",
|
||||||
]
|
]
|
||||||
|
|
||||||
PRECISE_FILE_EXTENSIONS = [".rss", ".atom"]
|
PRECISE_FILE_EXTENSIONS = [".rss", ".atom"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue