Skip to content

FriedChickenButt/youtube-webos

Repository files navigation

youtube-webos

Youtube App without ADs

Pre-requisites

Building

  • 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

Installation

npm run deploy

Launching

  • 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"}'