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

Fix the appearance of YouTube in the app #95

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

0xBADEAFFE
Copy link

Youtube recently made changes to the backend, which changed the way YouTube is displayed in the app. This change (env_forceFullAnimation=1) bypasses the change and YouTube is displayed as usual again.

@throwaway96 throwaway96 merged commit bb0b9d0 into webosbrew:main Sep 12, 2023
@fire332
Copy link
Collaborator

fire332 commented Sep 23, 2023

I've tested this and the way URL is changed breaks any sort of special launch. Considering doing this instead:

const YT_BASE_URL = new URL('https://www.youtube.com/tv#/');
YT_BASE_URL.searchParams.append('env_forceFullAnimation', '1');

The way the search params are appended further down the file needs to be adjusted as well.

@fire332
Copy link
Collaborator

fire332 commented Sep 26, 2023

@throwaway96 is there a faster method of communication? I'd like to work on fixing this and testing the changes as I own an LG C1.

@kitsuned
Copy link
Member

@throwaway96 is there a faster method of communication? I'd like to work on fixing this and testing the changes as I own an LG C1.

https://discord.gg/nKQW6FPWeM

fire332 added a commit to fire332/youtube-webos that referenced this pull request Sep 27, 2023
Informatic added a commit that referenced this pull request Oct 22, 2023
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.

4 participants