pytvdbapi
pytvdbapi copied to clipboard
Not getting any results anymore with search
Hi there,
thanks for your product.
Since yesterday (haven't used it at least a month previously so probably since longer) I can't get any results anymore with the search method:
>>> from pytvdbapi import api
>>> db = api.TVDB('my key)
>>> result = db.search('Dexter', 'en')
>>> len(result)
0
the key is valid as I've tried search successfully directly on https://api.thetvdb.com/swagger. Other python api's I've tried also work.
Any idea why it doesn't work?
Thanks in advance