Replies: 1 comment
-
|
Stories don't have a And read & check the docs yourself instead of "trusting" LLMs. Half of your config settings don't exist and do nothing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to download stories, tested with a couple of URLs which I know have active stories but they dont download, it just moves onto the next url
`"instagram": {
"cookies": "C:/GalleryDL/Config Files/cookies-instagram.txt",
"sleep-request": [15, 25],
"sleep-download": [6, 12],
"retries": 5,
"sleep-exponential": true,
"posts": true,
"videos": true,
"stories": true,
"image-range": "1-20",
"image-filter": "not pinned and (date.timestamp() >= 1757376000 or abort())",
"video-filter": "date.timestamp() >= 1757376000 or abort()",
"archive": "C:/GalleryDL/Config Files/download-archive-instagram.txt",
"directory": ["instagram", "{username}"],
"filename": "{date:%Y-%m-%d_%H-%M-%S}{shortcode}{num}.{extension}"
},`
Debug file -
simulation-debug.log
Beta Was this translation helpful? Give feedback.
All reactions