Skip to content

fix: raise YouTube Shorts max duration to 3 minutes#199

Merged
paulocastellano merged 1 commit into
mainfrom
fix/youtube-shorts-3-minutes
Jul 23, 2026
Merged

fix: raise YouTube Shorts max duration to 3 minutes#199
paulocastellano merged 1 commit into
mainfrom
fix/youtube-shorts-3-minutes

Conversation

@paulocastellano

Copy link
Copy Markdown
Contributor

Summary

  • Raise youtube_short maxVideoDurationSec from 60s to 3 minutes in the dashboard media rules
  • Update content-type descriptions across all locales
  • Align ContentTypeTest with the new copy

API and MCP already accept 3-minute Shorts (no server-side duration gate); this unblocks the same uploads in the web editor.

Test plan

  • In the post editor, attach a ~2–3 min vertical video to a YouTube Short and confirm it is accepted
  • Attach a video longer than 3 minutes and confirm it is still rejected
  • Confirm the Short content-type description shows “up to 3 minutes” (EN / PT-BR)
  • php artisan test --filter=ContentTypeTest

Made with Cursor

YouTube Shorts now allow videos up to 3 minutes. The dashboard media rules still capped uploads at 60s (API/MCP already had no duration gate), so align the frontend validation, content-type copy, and unit test.

Co-authored-by: Cursor <cursoragent@cursor.com>
@paulocastellano
paulocastellano merged commit 80c4785 into main Jul 23, 2026
5 checks passed
@paulocastellano
paulocastellano deleted the fix/youtube-shorts-3-minutes branch July 23, 2026 15:24
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

Successfully merging this pull request may close these issues.

1 participant