-
-
Notifications
You must be signed in to change notification settings - Fork 411
Description
Site
tvplus.com.tr
Notes
Hello,
EPG grabber successfully loads channels from tvplus.com.tr, but no program data is returned for any channel.
I am using the latest version of the repository and the grab command completes without errors, however every channel and every date returns "(0 programs)".
Example command:
npm run grab -- --site=tvplus.com.tr --output=tvplus.xml --days=4
Console output (excerpt):
info starting...
info loading channels...
info found 150 channel(s)
info loading api data...
info creating queue...
info run:
info tvplus.com.tr (tr) - ATV.tr@SD - Jan 13, 2026 (0 programs)
info tvplus.com.tr (tr) - Ahaber.tr@SD - Jan 14, 2026 (0 programs)
info tvplus.com.tr (tr) - BBCNews.uk@Africa - Jan 15, 2026 (0 programs)
... (same for all channels and all dates)
I also tested with:
--days=1
and with a single channel:
--channel=ATV.tr@SD
The result is still 0 programs.
It looks like the tvplus.com.tr source no longer returns schedule data (possibly due to API changes, login requirement, or anti-bot protection).
Environment:
- OS: Ubuntu 22.04
- Node.js: (your version, e.g. v20.x)
- Project: iptv-org/epg (latest from GitHub)
Please let me know if you need additional logs or if the site source needs to be updated.
Thank you.