-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update meo.pt.config.js for description #2455
base: master
Are you sure you want to change the base?
Conversation
Your proposed changes aren't working as you expect. The response from https://authservice.apps.meo.pt/Services/GridTv/GridTvMng.svc/getProgramsFromChannels does not include any program details. So the change you proposed won't add any addition information. Instead the program details should be retrieved from https://authservice.apps.meo.pt/Services/GridTv/GridTvMng.svc/getProgramDetails. It is quite tricky to call this endpoint for each program. I've worked out some code but I wasn't able to give it a final validation since my IP got blacklisted (to many tries). So the meo.pt.config.js file should look something like this :
Please be aware that once you get this additional data you also will need to modify the test suite accordingly. If after some time my IP gets removed from the blacklist I'm going to try to give it a final validation and let you know. |
I've been editing my previous comment in order to accommodate code changes. Right know I'm working on caching the program details based on the seriesId. However there is no guarantee this will avoid being rate limited and could bring some problems of its own. |
Hello!
With this PR, we could get a description on the "meo.pt" EPG! This would help a lot of portuguese projects.
Thanks.