The script somewhat works, but there are a few issues I found:
1. It downloads images not in their original resolution. This can easily be fixed by editing the code in "getImageUrl" section by replacing the word "large" with "orig". 2. Instead of videos/gifs only a preview thumbnail is downloaded instead. Minor inconvenience. 3. The big issue I encountered was that if a post has multiple images the scrip only downloads the first one.
The script somewhat works, but there are a few issues I found:
1. It downloads images not in their original resolution. This can easily be fixed by editing the code in "getImageUrl" section by replacing the word "large" with "orig".
2. Instead of videos/gifs only a preview thumbnail is downloaded instead. Minor inconvenience.
3. The big issue I encountered was that if a post has multiple images the scrip only downloads the first one.