We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to arrange my downloaded stories by their dates, but when I use "{date:%Y-%m-%d}" in directory, I get "None".
"instagram": { "include": "info,avatar,stories,posts", "cookies" : "login.txt", "sleep-request": "15-45", "sleep" : "2-10", "posts": { "directory": ["instagram", "{username}", "Posts", "{date:%Y-%m-%d}"], "filename" : "{date:%Y-%m-%d}_{num} - {description[:90]} - {filename}.{extension}", "order-files": "asc", "metadata": true, "postprocessors": ["metadata-insta"] }, "stories": { "directory": ["instagram", "{username}", "Stories", "{username} - {date:%Y-%m-%d}"], "filename" : "(Story){date:%Y-%m-%d}_{num}-{post_id}.{extension}", "order-files": "asc", "metadata": true, "postprocessors": ["metadata-insta"] }, "api": "rest", "cursor": true, "max-posts": null, "download-archive": true, "archive-event": ["file", "skip"], "order-files": "asc", "order-posts": "asc", "previews": true, "videos": true
Output:
gallery-dl\instagram\banffphotography\Stories\banffphotography - None\
It works just fine when downloading posts instead.
gallery-dl\instagram\banffphotography\Posts\2023-06-19\
The text was updated successfully, but these errors were encountered:
[instagram] extract 'date' for stories (#6677)
8fbcdc1
generalize 'date' extraction for all post types
No branches or pull requests
I want to arrange my downloaded stories by their dates, but when I use "{date:%Y-%m-%d}" in directory, I get "None".
Output:
It works just fine when downloading posts instead.
The text was updated successfully, but these errors were encountered: