diff --git a/gdown/download_folder.py b/gdown/download_folder.py index c6a1ec39..18343dfe 100644 --- a/gdown/download_folder.py +++ b/gdown/download_folder.py @@ -1,3 +1,5 @@ +# -*- encoding: utf-8 -*- + from __future__ import print_function from itertools import islice @@ -351,7 +353,7 @@ def download_folder( filename = download( files_url + file_id, - output=str(file_path), + output=file_path, quiet=quiet, proxy=proxy, speed=speed,