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

Separate network and country check #35

Closed roidy closed 3 years ago

roidy commented 3 years ago

Separate network and country check as sometimes we don't get both as in the case of Netflix programs.

"networks": [
{
"name": "Netflix",
"id": 213,
"logo_path": "/wwemzKWzjKYJFfCeiB57q3r4Bcm.png",
"origin_country": ""
}

Which means without the country the network is never set.