MycroftAI / skill-npr-news

Mycroft AI official News Skill, providing the latest news report from your favorite broadcast.
https://mycroft.ai/skills
Apache License 2.0
9 stars 42 forks source link

Allow http fallback if https isn't supported LOCALLY #126

Closed forslund closed 2 years ago

forslund commented 2 years ago

Description

Consider https not available if it's not supported locally. To me this makes sense since we should always make sure the selected protocol can be handled on the device.

This should fix #125, though a more per "request" based approach will likely be beneficial in the long run.

Type of PR