-
Notifications
You must be signed in to change notification settings - Fork 159
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
Wrapper doesn't return all videos from Instagram carousel #258
Comments
If you would log everything in debug mode, what does it show? |
This is the whole log :
Do you have any idea? |
This library has only tests for youtube playlists, as it was never tested with other providers, so this will need some updates. |
I get that. You suggest I make a temporary folder in each request and create a list of all videos on it or just check the output log and retrieve a list from it? I mean which strategy is more trusted? |
I'd suggest to contribute and fix this :) Depends on what are your needs. If for you only files are enough, then yes, easy solution would be to scan in temporary path |
Hi,
I have below sample code to fetch videos from Instagram carousel :
When I check the output folder on disk, there are three videos but PHP [foreach loop] only logs last one. So how can I get path of others?
The text was updated successfully, but these errors were encountered: