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

Stories are not downloaded yet #71

Closed
Strange-IPmart opened this issue Dec 7, 2022 · 4 comments
Closed

Stories are not downloaded yet #71

Strange-IPmart opened this issue Dec 7, 2022 · 4 comments

Comments

@Strange-IPmart
Copy link

Despite the fix for which i thank you, the stories are still not downloaded.

@Voldrix
Copy link
Owner

Voldrix commented Dec 7, 2022

stories downloaded correctly for every profile I've tested. I can't produce a failure state, so I'll need more information about your issue. enough to reproduce it.
What version of Python, Windows or Linux, does it fail for every single profile, have you double checked you're running the newest code, do you have stories set to true at the top?
line 131 should say

if subtype == "stories":
	source = media["files"]["source"]["url"]

add to it this

if subtype == "stories":
	source = media["files"]["source"]["url"]
	print("source:" + source)

see if any of the sources are blank/null or otherwise invalid. or if all the links are good and open in the browser.

@Strange-IPmart
Copy link
Author

Strange-IPmart commented Dec 8, 2022 via email

@Voldrix
Copy link
Owner

Voldrix commented Dec 8, 2022

so you set photos to false... Then it won't download photos. You can turn posts off, and only download stories, but you need to have photos and/or videos enabled as they apply to every category.

@Strange-IPmart
Copy link
Author

I have ascertained that in order to download the stories i have to set "True" on both photos and videos.
Thanks for the support.

@Voldrix Voldrix closed this as completed Dec 16, 2022
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