mirror of
https://github.com/iptv-org/epg
synced 2026-03-22 03:41:02 -04:00
800 B
800 B
watch.whaletvplus.com
Download the guide
npm run grab --- --site=watch.whaletvplus.com
Update channel list
npm run channels:parse --- --config=./sites/watch.whaletvplus.com/watch.whaletvplus.com.config.js --output=./sites/watch.whaletvplus.com/watch.whaletvplus.com.channels.xml
Test
npm test --- watch.whaletvplus.com
Fix apiToken invalid or expired. Please update config.
The apiToken rarely changes, but if it does:
- Go to https://watch.whaletvplus.com
- Open Developer Tools (press
F12or right-click and select Inspect). - Select the Network tab.
- Refresh the page.
- In the "Filter" box, type
apiToken. - Click on any request found and copy the
apiTokenvalue from the request URL.