ytlite-altsource

YTLiteDiarrhea AltStore / SideStore Source

An automatically updated AltStore/SideStore source for YouTube Plus (YTLite) IPA builds from diarrhea3/YTLiteDiarrhea.

A GitHub Actions workflow runs every hour, checks for new releases, and commits an updated source.json if anything changed.


Add to AltStore / SideStore

Copy this URL and paste it into your store’s Sources tab:

https://raw.githubusercontent.com/guishi165/ytlite-altsource/main/source.json

Replace YOUR_USERNAME and YOUR_REPO_NAME with your actual GitHub username and the name you gave this repo.


How it works

Every hour (GitHub Actions cron)
  └─ scripts/update-source.mjs
       ├─ Calls GitHub API → diarrhea3/YTLiteDiarrhea/releases
       ├─ Finds all .ipa assets in each release
       ├─ Builds source.json (main + iOS 15 app entries)
       └─ Commits & pushes only if something changed

Manual trigger

Go to Actions → Update AltStore Source → Run workflow to force an immediate update.


Customising

Edit scripts/update-source.mjs — the top of the file has clearly labelled config blocks for source metadata, app metadata, and how many versions to keep.