mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
12.03k stars 978 forks source link

[instagram] - download reel images/thumbnails #5938

Closed ForxBase closed 3 months ago

ForxBase commented 3 months ago

Many users have most if not all of their images embedded in their videos/reels. Gallery-dl only downloads the video itself, not the cover image/thumbnails embedded in it.

Can this please be added?

mikf commented 3 months ago

You already asked this question in #5771 and got an answer:

Also I would like the capability to download the thumbnails of the reels and videos together with the reels.

Enable previews

abhranil26 commented 3 months ago

gallery-dl "https://instaurl" -o previews=true

ForxBase commented 3 months ago

gallery-dl "https://instaurl" -o previews=true

thanks!