diff --git a/html5lib/_inputstream.py b/html5lib/_inputstream.py
index 79f2331e..e3966178 100644
--- a/html5lib/_inputstream.py
+++ b/html5lib/_inputstream.py
@@ -161,7 +161,7 @@ class HTMLUnicodeInputStream(object):
_defaultChunkSize = 10240
- def __init__(self, source):
+ def __init__(self, source, **kwargs):
"""Initialises the HTMLInputStream.
HTMLInputStream(source, [encoding]) -> Normalized stream from source