Youtube App without ADs
- (Optionally) Install webOS SDK - https://webostv.developer.lge.com/sdk/installation/
- Setup webOS app testing to load apps in developer mode - https://webostv.developer.lge.com/develop/app-test
- Uninstall YouTube app.
- Clone the repository
git clone https://github.com/FriedChickenButt/youtube-webos.git
- Enter the folder and build the App, this will generate a
*.ipk
file.
cd youtube-webos
# Install dependencies (need to do this only when updating local repository / package.json is changed)
npm install
npm run build && npm run package
npm run deploy
- The app will be available in the TV's app list or launch it using ares-cli.
npm run launch
To jump immediately into some specific video use:
npm run launch -- -p '{"contentTarget":"v=F8PGWLvn1mQ"}'