Skip to content

Release V2.0

Latest
Compare
Choose a tag to compare
@starry-shivam starry-shivam released this 16 Dec 06:07
· 2 commits to master since this release
  • Fixed duplicate json() calls for check and to return.
  • Used ujson for json encoding instead of requests.json() which uses slow complexjson internally.
  • Renamed class TvShows -> class TvShow.
  • Added tests for Movie & TvShow classes in test directory.