mikf / gallery-dl

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

Instagram reels #6269

Closed TucocoTucoco closed 2 weeks ago

TucocoTucoco commented 3 weeks ago

what command line do i have to add to just ask gallery-dl to download reels instead of starting always with the regular posts?

Hrxn commented 3 weeks ago

gallery-dl -o include="reels" <URL>?

Deflated-Criossant commented 3 weeks ago

Use'https://www.instagram.com/<profile name>/reels/' remove <>

TucocoTucoco commented 2 weeks ago

and to exclude reels /posts/ instead right?

TucocoTucoco commented 2 weeks ago

Says unsupported URL, there should be a way to ask it to download it without manually editing each time the config file.

mikf commented 2 weeks ago

Says unsupported URL

$ gallery-dl https://www.instagram.com/instagram/posts
./instagram/instagram/3471585370972916686_3471585358624885115.jpg
./instagram/instagram/3471585370972916686_3471585358717248675.jpg
./instagram/instagram/3471585370972916686_3471580068793820728.mp4
...
TucocoTucoco commented 2 weeks ago

Says unsupported URL

$ gallery-dl https://www.instagram.com/instagram/posts
./instagram/instagram/3471585370972916686_3471585358624885115.jpg
./instagram/instagram/3471585370972916686_3471585358717248675.jpg
./instagram/instagram/3471585370972916686_3471580068793820728.mp4
...

Im so sorry, seems to work now. I did the wrong syntax before. I shouldnt be in computer that late at night after work... Thank you all for the help.