xbmc / metadata.tvshows.themoviedb.org.python

themoviedb.org TV Show scraper in Python for Kodi 18 (Leia) or later.
GNU General Public License v3.0
20 stars 26 forks source link

Remove Dependencies #17

Closed pkscout closed 4 years ago

pkscout commented 4 years ago

Right now to build Kodi with a default Python scraper (for any media type), the scraper can't have any dependencies. TMDb TV Shows currently depends on Requests (which has four other dependencies) and Six. I've opened this issue to track my work getting rid of those two dependencies.

pkscout commented 4 years ago

Tentatively resolved in Leia (1.1.14) and Matrix (1.2.0). More testing needed.