You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code refactored from pyicloud_ipd==0.10.1 to pyicloud==1.0.0
life test:
python icloudpd.py --username [email protected] --password 12345678 --directory /Volumes/photos
2022-04-19 21:24:40 DEBUG Authenticating...
2022-04-19 21:24:41 DEBUG Looking up all photos and videos from album All Photos...
2022-04-19 21:24:41 INFO Downloading 123724 original photos and videos to /Volumes/photos ...
/Volumes/photos/IMG_0000.JPG already exists.: 100%|#####################################################################################| 123724/123724 [1:27:33<00:00, 23.55it/s]
2022-04-19 22:52:14 INFO All photos have been downloaded!
The text was updated successfully, but these errors were encountered:
before i fix the
test use cases
, i want to make sure someone will take a look at the PR and merge the code.changes:
--skip-videos
and--skip-live-photos
switches because thephoto
object does not have theitem_type
property, so i removed lines 368 to 378 from https://github.com/icloud-photos-downloader/icloud_photos_downloader/blob/master/icloudpd/base.pypyicloud_ipd==0.10.1
topyicloud==1.0.0
life test:
The text was updated successfully, but these errors were encountered: