Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downloading images from an album post may have an original file format of webp and can cause an AlbumUnknownFormat exception when attempting to upload an album with it included. Including "webp" fixes this. Tested on this album post: https://www.instagram.com/p/C1u-lMpOFbx/ It includes a webp image. Download folder content after cl.album_download: ['nationhood_3273829132873110682.mp4.jpg', 'nationhood_3273829058499604913.mp4', 'nationhood_3273829132873110682.mp4', 'nationhood_3273829058499604913.mp4.jpg', 'nationhood_3273829210753019095.webp'] I've also encountered ".heic" image file formats when attempting to download image posts, I haven't included it in the commit.
- Loading branch information