- Fixed duplicate
json()
calls for check and to return. - Used
ujson
for json encoding instead ofrequests.json()
which uses slowcomplexjson
internally. - Renamed
class TvShows
->class TvShow
. - Added tests for
Movie
&TvShow
classes in test directory.