Can't download specific file from public link
Molandrious opened this issue · comments
Molandrious commented
Path argument for function download_public doesn't reach request's payload.
e.x. after executing this line - yadisk.download_public(link, local_path, path=remote_path) - i got error:
TypeError: Session.request() got an unexpected keyword argument 'path'
Ivan Konovalov commented
Thank you for the bug report. The bug fix is available in the dev branch. I'll publish the new version to PyPI in a few hours.
Ivan Konovalov commented
The new version with the fix is available on PyPI.