Skip to content

fix: apply resize to youtube.com/live/ URLs (Issue #95) - #110

Open
iPaulis wants to merge 1 commit into
Zren:masterfrom
iPaulis:fix/95-live-url
Open

fix: apply resize to youtube.com/live/ URLs (Issue #95)#110
iPaulis wants to merge 1 commit into
Zren:masterfrom
iPaulis:fix/95-live-url

Conversation

@iPaulis

@iPaulis iPaulis commented Aug 22, 2026

Copy link
Copy Markdown

Handle youtube.com/live/ URLs in isWatchUrl so the resize also applies to direct live stream links.

When a live stream is opened via a /live/ link (e.g. https://www.youtube.com/live/Ve_r_JMQnGE) instead of the usual /watch?v= link, the script does not apply: isWatchUrl only matches watch?. The channel/user/c live paths are already handled above, but the direct /live/ format falls through to the watch fallback and misses.

Copilot AI lite review requested due to automatic review settings August 22, 2026 17:42

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

Script applies in watch URL but not in live URL of the same stream

3 participants