Pass the kwargs to _convert method when converting an url file
This commit is contained in:
parent
81e3f24acd
commit
c168703d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1003,7 +1003,7 @@ class MarkItDown:
|
||||||
self._append_ext(extensions, g)
|
self._append_ext(extensions, g)
|
||||||
|
|
||||||
# Convert
|
# Convert
|
||||||
result = self._convert(temp_path, extensions, url=response.url)
|
result = self._convert(temp_path, extensions, url=response.url, **kwargs)
|
||||||
# Clean up
|
# Clean up
|
||||||
finally:
|
finally:
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue