mikf / gallery-dl

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

Where are the options I can use for each site? #5670

Closed SharingSpoon closed 3 months ago

SharingSpoon commented 3 months ago

I see that I can download the following from instagram Avatars, Collections, Followed Users, Guides, Highlights, Posts, Reels, Saved Posts, Stories, Tag Searches, Tagged Posts, User Profiles but how ?

Is there a guide somewhere I haven't managed to find?

Hrxn commented 3 months ago

https://gdl-org.github.io/docs/configuration.html ?

SharingSpoon commented 3 months ago

Thanks, it mentions Possible values are "posts", "reels", "tagged", "stories", "highlights", "avatar"

Which of those covers saved posts? There is no mention of "saved" on that page at all.

mikf commented 3 months ago

You can get a list of all extractors including example URLs with gallery-dl --list-extractors. The entry for IG saved files is

InstagramSavedExtractor
Extractor for an Instagram user's saved media
Category: instagram - Subcategory: saved
Example : https://www.instagram.com/USER/saved/
All Instagram extractors ``` InstagramAvatarExtractor Extractor for an Instagram user's avatar Category: instagram - Subcategory: avatar Example : https://www.instagram.com/USER/avatar/ InstagramCollectionExtractor Extractor for Instagram collection Category: instagram - Subcategory: collection Example : https://www.instagram.com/USER/saved/COLLECTION/12345 InstagramFollowingExtractor Extractor for an Instagram user's followed users Category: instagram - Subcategory: following Example : https://www.instagram.com/USER/following/ InstagramGuideExtractor Extractor for an Instagram guide Category: instagram - Subcategory: guide Example : https://www.instagram.com/USER/guide/NAME/12345 InstagramHighlightsExtractor Extractor for an Instagram user's story highlights Category: instagram - Subcategory: highlights Example : https://www.instagram.com/USER/highlights/ InstagramPostExtractor Extractor for an Instagram post Category: instagram - Subcategory: post Example : https://www.instagram.com/p/abcdefg/ InstagramPostsExtractor Extractor for an Instagram user's posts Category: instagram - Subcategory: posts Example : https://www.instagram.com/USER/posts/ InstagramReelsExtractor Extractor for an Instagram user's reels Category: instagram - Subcategory: reels Example : https://www.instagram.com/USER/reels/ InstagramSavedExtractor Extractor for an Instagram user's saved media Category: instagram - Subcategory: saved Example : https://www.instagram.com/USER/saved/ InstagramStoriesExtractor Extractor for Instagram stories Category: instagram - Subcategory: stories Example : https://www.instagram.com/stories/USER/ InstagramTagExtractor Extractor for Instagram tags Category: instagram - Subcategory: tag Example : https://www.instagram.com/explore/tags/TAG/ InstagramTaggedExtractor Extractor for an Instagram user's tagged posts Category: instagram - Subcategory: tagged Example : https://www.instagram.com/USER/tagged/ InstagramUserExtractor Extractor for an Instagram user profile Category: instagram - Subcategory: user Example : https://www.instagram.com/USER/ ```