-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
. #4017
Comments
It is not smart enough and will indeed skip all the newer posts in those categories. I always assumed stories and highlights were returned in newest-first order ... maybe it was like that the last time I checked. |
Regarding post/file order, I've added two options for that:
Commits a83983c and d680623 are not part of a release yet, but there will be one this weekend. |
You can use |
@mikf I am trying to download instagram highlights by fetching the last few highlights and utilizing It seems like the sorting options we have are fetching the highlights in a sorted order however they are still grouped by ...
"order-files": "desc",
"order-posts": "desc",
"highlights": {
"directory": [
"highlights",
"{highlight_title}"
],
"archive-prefix": "{subcategory}_{highlight_title}_",
"filename": {
"": "{date:%Y%m%d%H%M%S} {num:>03} {shortcode}.{extension}"
}
}
... when gallery-dl is passed with
However, the 3 most recent highlights are not the highlights shown, even though they are sorted. When passing
From this output we can learn that the 3 most recent highlights are supposed to be these:
Is there a way to fetch the highlights in the order shown here so they're not grouped by |
Seems like |
.
The text was updated successfully, but these errors were encountered: