From cb63c32e52f112ab5636bd2c4d6da4acaeac439e Mon Sep 17 00:00:00 2001 From: mediaminister <45148099+mediaminister@users.noreply.github.com> Date: Thu, 9 Sep 2021 16:26:12 +0200 Subject: [PATCH] Update api urls (#902) --- resources/lib/apihelper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lib/apihelper.py b/resources/lib/apihelper.py index 61b246bf..e68d54b9 100644 --- a/resources/lib/apihelper.py +++ b/resources/lib/apihelper.py @@ -23,8 +23,8 @@ class ApiHelper: """A class with common VRT NU API functionality""" - _VRTNU_SEARCH_URL = 'https://vrtnu-api.vrt.be/search' - _VRTNU_SUGGEST_URL = 'https://vrtnu-api.vrt.be/suggest' + _VRTNU_SEARCH_URL = 'https://search.vrt.be/search' + _VRTNU_SUGGEST_URL = 'https://search.vrt.be/suggest' _VRTNU_SCREENSHOT_URL = 'https://www.vrt.be/vrtnu-static/screenshots' def __init__(self, _favorites, _resumepoints):