Skip to content

Commit

Permalink
Update api urls (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister authored Sep 9, 2021
1 parent ec698ce commit cb63c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/lib/apihelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit cb63c32

Please sign in to comment.