[common] Remove unused arguments

This commit is contained in:
Yen Chi Hsuan 2016-01-30 22:45:16 +08:00
parent 16f38a699f
commit c94678957f
3 changed files with 3 additions and 3 deletions

View file

@ -1330,7 +1330,7 @@ class InfoExtractor(object):
})
return entries
def _parse_dash_manifest(self, video_id, dash_doc, namespace=None, formats_dict={}, fatal=True):
def _parse_dash_manifest(self, dash_doc, namespace=None, formats_dict={}):
def _add_ns(path):
return self._xpath_ns(path, namespace)