Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instagram Custom Directories for Stories and Highlights #1222

Closed
duemanisinistre opened this issue Jan 5, 2021 · 5 comments
Closed

Instagram Custom Directories for Stories and Highlights #1222

duemanisinistre opened this issue Jan 5, 2021 · 5 comments

Comments

@duemanisinistre
Copy link

Hello,
I want to have different directories for different Instagram content. So a folder for highlights, one for stories, one for channels, one for regular posts.

I tried with:

"CONTENT TYPE": { "directory": [ … ] }

where "CONTENT TYPE" is "stories", "highlights", "channel", "posts", but they don't work with the exception of "stories" that cannot tell the difference between highlights and stories.

I feel like I'm missing something.

I tried the same thing, same syntax, with Hentai Foundry and it works (using "pictures", "scraps" and "story").

@mikf
Copy link
Owner

mikf commented Jan 7, 2021

Are you using the latest version? (1.16.1)

There wasn't any difference between highlights and regular stories before that and posts was called user. channel should've worked, though.

@duemanisinistre
Copy link
Author

Ah, I see. So, no difference between stories and highlights.
Channel works, yes.
Thank you.

@mikf
Copy link
Owner

mikf commented Jan 7, 2021

So, no difference between stories and highlights.

There is, but only in the latest version.

@duemanisinistre
Copy link
Author

It's not working on my end, then.

I'm on the latest version, 1.16.1

This is my config:

"directory": ["Instagram", "{owner_id}", "Posts", "{post_id}"],
    "stories": {
        "directory": ["Instagram", "{owner_id}", "Stories", "{post_id}"]
            },
"highlight": {
    "directory": ["Instagram", "{owner_id}", "Highlights", "{post_id}"]
    },
"channel": {
    "directory": ["Instagram", "{owner_id}", "IGTV", "{post_id}"]
    }

Highlights and Stories are put into a "Stories" folder (I'm using https://www.instagram.com/stories/mjngyii/2481219640732661635/ and https://www.instagram.com/stories/highlights/18086577751031358/ as an example)

@mikf mikf closed this as completed in 98e0d21 Jan 9, 2021
@mikf
Copy link
Owner

mikf commented Jan 9, 2021

Rename "highlight": to "highlights": and this will work in the next version.

edit: v1.16.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants