Don't mess with rdf for now
This commit is contained in:
parent
7dd9e8bcdf
commit
94afdd970f
@ -3,7 +3,7 @@ from . import abstract
|
||||
|
||||
class HarmlessParser(abstract.AbstractParser):
|
||||
""" This is the parser for filetypes that do not contain metadata. """
|
||||
mimetypes = {'application/xml', 'text/plain', 'application/rdf+xml'}
|
||||
mimetypes = {'application/xml', 'text/plain'}
|
||||
|
||||
def __init__(self, filename: str):
|
||||
self.filename = filename
|
||||
|
Loading…
Reference in New Issue
Block a user