Browse Source

TMDB API key fix.

pull/7224/head
ofir123 8 years ago
parent
commit
8b802f9c52
  1. 2
      libs/subliminal/services/wizdom.py

2
libs/subliminal/services/wizdom.py

@ -34,7 +34,7 @@ class Wizdom(ServiceBase):
videos = [Episode, Movie] videos = [Episode, Movie]
require_video = False require_video = False
_tmdb_api_key = 'f7f51775877e0bb6703520952b3c7840' _tmdb_api_key = 'a51ee051bcd762543373903de296e0a3'
def _search_imdb_id(self, title, year, is_movie): def _search_imdb_id(self, title, year, is_movie):
"""Search the IMDB ID for the given `title` and `year`. """Search the IMDB ID for the given `title` and `year`.

Loading…
Cancel
Save