Closed Snuggle closed 3 years ago
@NicholasDawson - I have tested with your new debug mode, I have up to media235.json
when downloading my entire library of 14,000 images, with the final JSON being a blank {}
and the batch that causes my issue (#6) is in media224.json
. Not sure why that batch specifically. All other media*.json
files have a mediaItems
key present.
Thanks so much for the fix! Works great.
Your efforts will be greatly appreciated by the community!
Very small fix, only add
mediaItems
to the list if they actually exist.This exception is caused by a request looking like below, missing the
mediaItems
but still having anextPageToken
:Fixes #6