pytvdbapi
pytvdbapi copied to clipboard
A clean, resource friendly and easy to use Python API for thetvdb.com
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:...
Been using this for a few years now, as of last night the call to `api.TVDB('')` is failing with a 403 response code. Being 403 (forbidden), I've attempted rotating API...
When fetching a series with api.get_series(), rarely an AttributeError will be raised. I've encounted this one, and one that reads "'NoneType' objest has no attribute **'close'**" File "", line 139,...
Attributes that are expected to be string/unicode will be int if the attribute is strictly alphanumerical. For example a episodeName attribute would be expected to be string and in most...