We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I run the following command:
/usr/bin/icloudpd --directory /test --cookie-directory /cookie --username [email protected] --folder-structure {:%Y} --only-print-filenames
the script will create an empty directory structure under the download directory. Is this expected behaviour?
The name "only-print-filenames" suggest that no changes should be made to the filesystem, only a list of files should be displayed.
The text was updated successfully, but these errors were encountered:
I interpret --only-print-filename flag as a dry run -- no changes are expected (except authentication).
--only-print-filename
Sorry, something went wrong.
added testcase to make sure no folders are created
7324cd4
* Tests for icloud-photos-downloader#185
Update CHANGELOG.md
5364b86
added info about fixing "Empty directory structure being created #185"
menkej
Successfully merging a pull request may close this issue.
If I run the following command:
the script will create an empty directory structure under the download directory. Is this expected behaviour?
The name "only-print-filenames" suggest that no changes should be made to the filesystem, only a list of files should be displayed.
The text was updated successfully, but these errors were encountered: