Skip to content

Commit

Permalink
use HTTPS API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats authored and thomas-ernest committed Dec 26, 2023
1 parent 8d1ade5 commit 7cd36d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
_PLUGIN_NAME = Plugin().name
_PLUGIN_VERSION = Plugin().addon.getAddonInfo('version')
# Arte hbbtv - deprecated API since 2022 prefer Arte TV API
_HBBTV_URL = 'http://www.arte.tv/hbbtvv2/services/web/index.php'
_HBBTV_URL = 'https://www.arte.tv/hbbtvv2/services/web/index.php'
_HBBTV_HEADERS = {
'user-agent': f"{_PLUGIN_NAME}/{_PLUGIN_VERSION}"
}
Expand Down

0 comments on commit 7cd36d9

Please sign in to comment.