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

Increase Instagram Video Length Limit #628

Closed
1 task done
ss44 opened this issue Feb 26, 2025 · 2 comments
Closed
1 task done

Increase Instagram Video Length Limit #628

ss44 opened this issue Feb 26, 2025 · 2 comments
Labels
type: feature-request New feature or request

Comments

@ss44
Copy link

ss44 commented Feb 26, 2025

🔖 Feature description

Update instagram video limit to 180 seconds.

🎤 Why is this feature needed ?

instagram's new updated limit is 180 seconds, currently system throws an error at anything beyond 90.

✌️ How do you aim to achieve this?

Just need to change here to support 180 seconds

if (video > 180 && settings.post_type === 'post') {

🔄️ Additional Information

No response

👀 Have you spent some time to check if this feature request has been raised before?

  • I checked and didn't find similar issue

Are you willing to submit PR?

Yes I am willing to submit a PR!

@ss44 ss44 added the type: feature-request New feature or request label Feb 26, 2025
@sdgsnehal
Copy link
Contributor

@egelhaus #629 i have raised the pr for this!

@ss44
Copy link
Author

ss44 commented Feb 27, 2025

fwiw - tested with IG standalone and it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants